Skip to content

Commit

Permalink
Merge pull request #1770 from mircobabini/main
Browse files Browse the repository at this point in the history
New rule to swap right_command with right_option
  • Loading branch information
tekezo authored Jan 13, 2025
2 parents 9d39014 + eccd458 commit 85f8f98
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions public/json/swap_right_command_and_right_option.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"title": "Swap Right Command and Right Option globally",
"maintainers": [
"mircobabini"
],
"rules": [
{
"description": "Swap Right Command and Right Option for all keyboards.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_command"
},
"to": [
{
"key_code": "right_option"
}
]
},
{
"type": "basic",
"from": {
"key_code": "right_option"
},
"to": [
{
"key_code": "right_command"
}
]
}
]
}
]
}

0 comments on commit 85f8f98

Please sign in to comment.