Preferences shortcut (Ctrl+comma) doesn't work with es_ES keyboard layout
ricpelo opened this issue · 7 comments
ricpelo commented
Using Atom 1.3.0 and keyboard-localization 1.4.11. The 'Preferences' shortcut (Ctrl+comma) doesn't work with 'es_ES' keyboard layout.
andischerer commented
works for me, what does the keybinding resolver say ?
Could be conflict in keybindings from an other package.
ricpelo commented
Thanks for the reply. How can I see the keybinding resolver?
andischerer commented
Menu > Package > Keybinding Resolver > Toggle or press CTRL + .
ricpelo commented
Great, this is what I get:
Key binding resolver: ,
vim-mode:repeat-find-reverse atom-text-editor:vim-mode:not(.insert-mode) /home/ricardo/.atom/packages/vim-mode/keymaps/vim-mode.cson
It's worth noting that 'Key binding resolver: ' shows ',' instead of 'Ctrl ,'.
andischerer commented
Does it work when you switch vim into insert-mode ?
In command mode it doesnt work for me either.
ricpelo commented
Oh, it works when in insert-mode! O_o. How embarrasing... Didn't notice that earlier, sorry!
andischerer commented
No Problem