Mapping right Cmd to Ctrl key (macOS). Possible? #4139
Unanswered
VKondakoff
asked this question in
Q&A
Replies: 2 comments
|
You may want to try Karabiner-Elements, which allows you to customize the key definitions for each keyboard device in different applications. It is also possible to search and import complex definition rules contributed by the community, with a single click. |
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!
I was hoping to be able to remap right Cmd key to Ctrl key (macOS).
kitty --debug-inputshows right Cmd as0x36and Ctrl as0x3b, but this simple line in Kitty config does not seems to work:map 0x36 0x3b.Is it possible? Can you, please, share an example?
Thanks!
All reactions