commit 4dee22da49c8684b598cd52e90c53237821238b4
parent 218ec254d916f2636770083d1f7022e25272bd3a
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 3 Dec 2023 13:36:31 +0100
karabiner: more devices
Diffstat:
1 file changed, 25 insertions(+), 5 deletions(-)
diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json
@@ -1304,6 +1304,26 @@
"key_code": "application"
}
]
+ },
+ {
+ "from": {
+ "key_code": "left_option"
+ },
+ "to": [
+ {
+ "key_code": "left_command"
+ }
+ ]
+ },
+ {
+ "from": {
+ "key_code": "left_command"
+ },
+ "to": [
+ {
+ "key_code": "left_option"
+ }
+ ]
}
],
"treat_as_built_in_keyboard": false
@@ -1317,26 +1337,26 @@
"product_id": 12316,
"vendor_id": 16700
},
- "ignore": true,
+ "ignore": false,
"manipulate_caps_lock_led": false,
"simple_modifications": [
{
"from": {
- "pointing_button": "button5"
+ "pointing_button": "button4"
},
"to": [
{
- "apple_vendor_keyboard_key_code": "mission_control"
+ "apple_vendor_keyboard_key_code": "launchpad"
}
]
},
{
"from": {
- "pointing_button": "button4"
+ "pointing_button": "button5"
},
"to": [
{
- "apple_vendor_keyboard_key_code": "launchpad"
+ "apple_vendor_keyboard_key_code": "mission_control"
}
]
}