Skip to content

Commit

Permalink
config for lenovo keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Mar 14, 2020
1 parent c2b72f1 commit f7393f5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,36 @@
}
}
]
},
{
"disable_built_in_keyboard_if_exists": false,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 24704,
"vendor_id": 6127
},
"ignore": false,
"manipulate_caps_lock_led": false,
"simple_modifications": [
{
"from": {
"key_code": "left_option"
},
"to": {
"key_code": "left_command"
}
},
{
"from": {
"key_code": "left_control"
},
"to": {
"key_code": "left_option"
}
}
]
}
],
"fn_function_keys": [
Expand Down

0 comments on commit f7393f5

Please sign in to comment.