-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Overriding Core key bindings #4764
Comments
Have you tried using Also, Atom version, OS version and similar information is always helpful. |
Atom 0.162.0, Windows 10 Preview, keymap.cson:
|
Can you share a screenshot of the output of the Keybinding Resolver when you hit https://github.com/atom/atom/blob/master/docs/debugging.md#check-the-keybindings |
It resolves to both mine and the core one. I'll provide a screenshot later on. |
I can’t use any hosting image service (ffs internet provider…), then I’ll just paste the output here @izuzak:
|
Yeah ok, nvm, it’s a fucking hell. Going back to Sublime Text 3. I can’t even correctly override basic keybindings. |
@phaazon Sorry for the frustration -- I misunderstood what you were trying to do. This works for me for completely disabling that keybinding (and not unsetting it from a specific selector):
|
If I do that, I can’t use the key anymore, because on my layout, alt-gr is bound to &… |
Ok, seriously, why can’t I use `ctrl-alt-]' (which is located at w on my azerty keyboard)? It does nothing while it should output a``. :( |
There's a known bug where Atom can't handle international keyboards (especially ones that have a special |
Sorry, I wasn't aware you were using a different layout. As @50Wliu mentioned, you're probably hitting atom/atom-keymap#35 and atom/atom-keymap#37. I'm closing this since the problem is already reported, but let me know if I misunderstood. Thanks for the additional information. |
Do you know when that will be properly handled? |
I don't know when that will be properly handled. The best way to get notified when that happens is to subscribe to those two issues. |
For anyone else looking for an easier way, just created this package which automatically unbinds anything conflicting with what you set in 'keymap.cson': https://atom.io/packages/keymap-control |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
I tried to override Core keybindings (
ctrl-alt-p
andctrl-alt-[
) but it doesn’t work. I use theunbound!
andnative!
strings, none works :( Any idea?Furthermore,
ctrl-alt-p
is bound to the package specs command, which I don’t give a heck. How could I disable that? Thanks!The text was updated successfully, but these errors were encountered: