exalt
exalt copied to clipboard
Default keybindings can interfere with AltGr bindings in regional keyboard layouts
Regional keyboard layouts like Polish use AltGr
(which Sublime translates to Ctrl+Alt
, at least on Windows) to be able to type some characters with diacritics. For example, in Polish layout the bindings: AltGr+e
, AltGr+o
, AltGr+a
, AltGr+s
, AltGr+l
, AltGr+z
, AltGr+x
, AltGr+c
, AltGr+n
(and also the same binding with addition of Shift
to write capital letters) are used for writing ę
, ó
, ą
, ś
, ł
, ż
, ź
, ć
, ń
characters.
It might be worth changing those default keybindings to not interfere with such layouts.
Thanks for reporting the issue!
Adding default key bindings in the first place was a mistake. I hate making breaking changes, but I don't think I have choice in this matter -- it's better than the alternative.
I'm a bit swamped at the moment, but I'll remove the default key bindings when I get the chance.