mirror of
https://github.com/thegeneralist01/config.git
synced 2026-07-21 19:05:19 +02:00
Swap right option and command on G213
This commit is contained in:
parent
bb70a4f405
commit
937fe2585e
1 changed files with 8 additions and 0 deletions
|
|
@ -96,6 +96,14 @@ let
|
|||
from.key_code = "left_option";
|
||||
to = [ { key_code = "left_command"; } ];
|
||||
}
|
||||
{
|
||||
from.key_code = "right_command";
|
||||
to = [ { key_code = "right_option"; } ];
|
||||
}
|
||||
{
|
||||
from.key_code = "right_option";
|
||||
to = [ { key_code = "right_command"; } ];
|
||||
}
|
||||
{
|
||||
from.key_code = "application";
|
||||
to = [ { apple_vendor_top_case_key_code = "keyboard_fn"; } ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue