andischerer/atom-keyboard-localization

Having to add "shift" modifier to bindings in other atom packages when this plugin is enabled

Closed this issue · 1 comments

Seems like atom-keyboard-localization is requiring changes to the way you bind shortcuts involving the shift key.

I discover this trying the package last-cursor-position which has a alt- binding. In the es_LA keyboard that I'm using the is made with shift--). The problem is when I have the atom-keyboard-localization extension enabled, as the binding as it comes installed by the last-cursor-position package doesn't work. And I can either disable atom-keyboard-localization or add shift to my keymap.cson for it to work again.

So keymaps defined as:

'alt-_': 'last-cursor-position:next'

which work (when atom-keyboard-localization is disabled), has to be translated into:

'alt-shift-_': 'last-cursor-position:next'

when atom-keyboard-localization is enabled.

Can this be fixed in here so other packages don't fail due to this package?

This package has been deprecated.
See details