1
Fork 0
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:
TheGeneralist 2026-06-08 20:04:22 +02:00
parent bb70a4f405
commit 937fe2585e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -96,6 +96,14 @@ let
from.key_code = "left_option"; from.key_code = "left_option";
to = [ { key_code = "left_command"; } ]; 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"; from.key_code = "application";
to = [ { apple_vendor_top_case_key_code = "keyboard_fn"; } ]; to = [ { apple_vendor_top_case_key_code = "keyboard_fn"; } ];