Differentiate between right alt and left alt in key remap #6479
Answered
by
the-mikedavis
vincevargadev
asked this question in
Q&A
-
I'd like to add a new keymap and I'd like to differentiate between left alt and right alt (or more precisely, left command and right command buttons as I am on Mac). What I want to do is:
I didn't find any way to differentiate between the left and right control, alt, etc... keys. If you could provide any pointers, that would be great, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Mar 29, 2023
Replies: 1 comment 2 replies
-
This is not currently possible. In the key events we receive from the terminal emulator we only receive the modifier and not which (left/right) modifier is held. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vincevargadev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not currently possible. In the key events we receive from the terminal emulator we only receive the modifier and not which (left/right) modifier is held.