-
Notifications
You must be signed in to change notification settings - Fork 96
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
Key binding is taken by built-in command #168
Comments
I don't have that binding. Where does it come from? You could set a keymap yourself, make sure it has the at least the same specificity as the built in. See https://discuss.atom.io/t/why-do-user-key-bindings-not-take-priority/11740 |
Same issue after updating to 1.0.8 That said... none of the F5-F10 keys are taken. Function Shortcut Key Which is codeblocks default and doesn't conflict with any Atom core shortcuts. |
It appears as by default, Is there something other that might have rebound the keys for you? Since you both have the same issue, it's likely to be another package. Would you mind pasting your installed packages ( |
Hmm, I think I found it. It appears to be because of https://github.com/atom/atom/blob/master/keymaps/emacs.cson#L9. This change seems to have been made recently in atom/atom. I've opened an issue to see the developers take on this: atom/atom#8602. |
On Linux, editor:move-to-previous-subword-boundary is bound to `ctrl-alt-b`. Add specificity to the build keymap to win. Fixes #168
Ctrl+Alt+B seems to be assigned to
editor:move-to-previous-subword-boundary
by default. Is there any way to choose one over the other?The text was updated successfully, but these errors were encountered: