andischerer/atom-keyboard-localization

Preferences shortcut (Ctrl+comma) doesn't work with es_ES keyboard layout

Closed this issue · 7 comments

Using Atom 1.3.0 and keyboard-localization 1.4.11. The 'Preferences' shortcut (Ctrl+comma) doesn't work with 'es_ES' keyboard layout.

works for me, what does the keybinding resolver say ?
Could be conflict in keybindings from an other package.

Thanks for the reply. How can I see the keybinding resolver?

Menu > Package > Keybinding Resolver > Toggle or press CTRL + .

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 ,'.

Does it work when you switch vim into insert-mode ?
In command mode it doesnt work for me either.

Oh, it works when in insert-mode! O_o. How embarrasing... Didn't notice that earlier, sorry!

No Problem