Pop-up menu on long-press of modifier keys #11491
Unanswered
thomasaarholt
asked this question in
General
Replies: 3 comments
-
I don't thinkwe can detect that kn a terminal. We only get a single keypress event. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see. How about double-tapping the modifier key, within some short period of time? Or would that interfere with other usage? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is also not available on a terminal. Modifiers dint have their own keypress events they ar only flags applied to other key events |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am very fond of the menus that pop-up to show the keymap with a brief explanation when entering minor modes, like
g
andspace
.I find it very hard to remember what it is that the modifier keys do, like
Ctrl-i
to jump forward on the jumplist.Could it be an idea to (optionally) show a pop-up menu when the user long-presses Ctrl, Alt, or Shift? (Shift is rather unused, so maybe not that one.)
Beta Was this translation helpful? Give feedback.
All reactions