You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The undo command in Emacs is C-_ — meaning to press Control and the underscore at the same time. In Neo terms this means: Ctrl+Caps+v (where v would be labeled "w" on a qwerty/qwertz keyboard).
But this only types an underscore.
Emacs also has a testing tool via C-h k (first pressing Ctrl+h then release all keys and now press k). This activates the listener for key combinations. I try my inputs there and see that only the underscore arrives. It has no problems detecting Alt+_.
Any ideas why this might happen? At what point is the Ctrl key consumed?
The text was updated successfully, but these errors were encountered:
I should say that many key combinations do work which involve pressing Ctrl.
It seems to arise when it is combined with the M3 key.
I just tested it with Ctrl+Caps+v and I tried Ctrl++v and both didn’t work.
This can be reproduced by running Emacs under Windows. Type some text and hold down Ctrl+Caps and while those are pressed now press the underscore _, i.e. the v (on qwerty/qwertz it says w).
Whatever you typed before should disappear, i.e. be undone.
The
undo
command in Emacs isC-_
— meaning to press Control and the underscore at the same time. In Neo terms this means: Ctrl+Caps+v (where v would be labeled "w" on a qwerty/qwertz keyboard).But this only types an underscore.
Emacs also has a testing tool via
C-h k
(first pressing Ctrl+h then release all keys and now press k). This activates the listener for key combinations. I try my inputs there and see that only the underscore arrives. It has no problems detecting Alt+_.Any ideas why this might happen? At what point is the Ctrl key consumed?
The text was updated successfully, but these errors were encountered: