-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the shortcut keys in tooltip titles to show cmd
on Mac instead of ctrl
#1628
Comments
Thanks for your suggestion. Which tooltips do you mean exactly? Those created based on a provided JSON Schema? |
The tooltips generated through setting title attributes. Like "undo.title = (0,i18n/* translate */.Tl)('undo');" |
Ah, ok, clear. I think these titles should not be removed: they can be helpful in understanding the functionality of the editor and discover quick keys. If you really want to disable the titles I think you'll have to fork the project or built some code to clear all the |
The reason why I want to hide these tool tips are the short cuts. for example, if I hold down the ctrl key and click, a dialog of the operating system opens instead of the action described in the tool tip. At least on MacOS this is the case. So the shortcuts would have to be adapted to all operating systems. Instead of addressing this, I thought it's probably better to not show any tool tip at all. |
Ah, so the shortcut keys are wrong on Mac, and should be say Cmd+Z instead of Ctrl+Z? If we fix that, does that solve your issue? |
Yes, |
Ok then makes sense! I'll change the title accordingly. So the plan is:
Help would be welcome :) |
cmd
on Mac instead of ctrl
cmd
on Mac instead of ctrl
cmd
on Mac instead of ctrl
|
It would be nice if we could disable tool tips as a feature. Maybe adding an option "toolTips: false". I don't need these toolTips and therefore have to collect all nodes with a title attribute in the DOM and remove the attribute. Not so elegant. What do you think?
The text was updated successfully, but these errors were encountered: