-
Notifications
You must be signed in to change notification settings - Fork 12
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
ST3: Disabling keybindings doesn't work #8
Comments
Interesting. The solution to this isn't immediately apparent to me, but I'll investigate when I have some time. In the meantime if you discover a more elegant solution, feel free to send a pull request my way. |
Same issue here on OS X. Overriding the key bindings doesn't work... |
Yup, doesn't work. I'm using OS X Mavericks. Trying to disable the right key. |
Thanks for reporting all. I'm fairly busy with other projects at the moment, so if anybody wants to take a shot at a bugfix I'll happily merge your pull request. Thanks! |
PR #9 doesn't seem to fix the issue, had to extract the package and change |
When the { "disabled_keymaps": "all" } thing didn't work for me, with Sublime Text 3 on Max OS X 10.10.5, I was able to restore selection key bindings by going to Preferences -> Keybindings - User, and entering |
I wanted to disable the "right" keybinding, but it doesn't work in ST3, even though the exact same procedure works for me in ST2.
I've created a
$HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settings
file (on Linux) containingBut
ctrl+shift+right
still clones. Creating the exact same file for ST2 ($HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settings
) works like a charm.The only workaround I could use: Install the package in a directory and edit
$HOME/.config/sublime-text-3/Packages/SimpleClone/Default (Linux).sublime-keymap
to remove the binding manually.The text was updated successfully, but these errors were encountered: