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 f74738f commit d0c29a4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@
"ignore": false,
"manipulate_caps_lock_led": false,
"simple_modifications": [
{
"from": {
"key_code": "left_control"
},
"to": {
"key_code": "left_option"
}
},
{
"from": {
"key_code": "left_option"
Expand All @@ -209,10 +217,10 @@
},
{
"from": {
"key_code": "left_control"
"key_code": "right_option"
},
"to": {
"key_code": "left_option"
"key_code": "right_command"
}
}
]
Expand Down Expand Up @@ -324,18 +332,18 @@
"simple_modifications": [
{
"from": {
"key_code": "caps_lock"
"key_code": "backslash"
},
"to": {
"key_code": "left_control"
"key_code": "delete_or_backspace"
}
},
{
"from": {
"key_code": "backslash"
"key_code": "caps_lock"
},
"to": {
"key_code": "delete_or_backspace"
"key_code": "left_control"
}
},
{
Expand Down

0 comments on commit d0c29a4

Please sign in to comment.