Replies: 1 comment
-
Please check the variable I think this is what you want
|
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.
-
Hi! Any comments or questions are welcome.
At the moment, keypad performs
C-c
commands with no explicitc
keypress, while performingC-x
commands requires an explicitx
keypress.I wish to reverse this behavior so that
C-c
commands require an explicitc
keypress whileC-x
commands do not require an explicitx
keypress.I’d like to gather some ideas on how to approach this! Also, if someone can help me understand the design decision to promote C-c over C-x, I am very interested in knowing.
Beta Was this translation helpful? Give feedback.
All reactions