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
I was using iterm2 remap capabilities to swap them, but since I started to use Karabiner to remap some keys back from command to control in karabiner, I would like to move everything there. Is it possible to do this?
What I tried:
{
"description": "Map Control keys to Command keys in iTerm2",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.googlecode\\.iterm2$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "any", // with and without key_code"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "any", // with and without key_code"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was using iterm2 remap capabilities to swap them, but since I started to use Karabiner to remap some keys back from command to control in karabiner, I would like to move everything there. Is it possible to do this?
What I tried:
Beta Was this translation helpful? Give feedback.
All reactions