-
Notifications
You must be signed in to change notification settings - Fork 18
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
Default keybindings don't work on OS X Yosemite #28
Comments
I see. I don't use OSX which is why I can't test the bindings. Regarding editing the files, you are not supposed to edit the files directly because they are inside a See also http://docs.sublimetext.info/en/latest/extensibility/packages.html#sublime-package-packages. |
OK I didn't realise there was a single global user settings file to override all plugins' shortcuts, thanks. shift+F5 seems to bring up an autocompletion menu. ctrl+F5 seems to be in use (for something weird). alt+F5 doesn't seem to do anything, so that could be good. I've just added I guess there's always a risk you'll clash with another plugin's default keybindings. But I think alt+F5 should be fairly safe. |
alt+f5 is already bound to System Preferences -> Keyboard -> Shortcuts -> Accessibility, unselect "Turn VoiceOver on or off" and "Show Accessibility Controls". |
thanks @chadfrost the disabling of shortcuts helps, also i tried using this
which works, but then I have to change for every other insertDate command. |
super+F5
is the system-wide shortcut to toggle VoiceOver, an accessibility tool (on Yosemite, at least).There's no way to disable this system-wide shortcut. When I type it in SublimeText3, it doesn't even register with ST3 or InsertDate. It just opens VoiceOver, and that's it.
Also, I don't know if I'm being stupid, but it won't let me edit the default InsertDate keybindings, and there is no "User" file for me to override them with.
But I think the real problem is that these are the defaults at all, since they can't work on OS X.
The text was updated successfully, but these errors were encountered: