-
Notifications
You must be signed in to change notification settings - Fork 57
Right-Alt (AltGr) key event interrupts matching a key sequence #126
Comments
Did a bit of debugging. Apparently the According to #35, the |
This problem seems still not to be fixed. I can observe a similar behavior in Atom 1.45.0 x64 with vim-mode-plus 1.36.4 using an (adapted) KOY keyboard layout ( I can't even use the search in vim-mode-plus ( @fmthoma : Have you found a workaround? |
@MaxGyver83 No, I haven't found a solution or workaround, but I haven't been using Atom for quite some time either. |
@fmthoma Thanks for your answer! What do you use instead? |
Basically the same as #65: Pressing
AltGr
during a key sequence breaks the sequence.I use vim-mode-plus and keyboard-localization with de_DE-neo keymap. With this configuration, the »delete inside double-quotes« key sequence (
d i "
) involves pressingAltGr
+,
for the typing the double-qoute. But immediately when I press theAltGr
key after thei
key, the search bar opens (AltGr
+i
is/
in the neo2 layout), so the modifier is applied to the previous character, and the entire sequence evaluates tod / ,
instead ofd i "
.I have confirmed that the problem remains when removing the vim-mode-plus and keyboard-localization packages: When I configure a keybinding for
i "
then the pending mode ends as soon as I press theAltGr
key.I realize that this issue is related to #35, but I would hope that this can be fixed independently.
The text was updated successfully, but these errors were encountered: