chore: remove unused karabiner mappings

This commit is contained in:
winston 2023-03-08 21:54:40 +01:00
parent 3bc337b1a1
commit 614f9da0a1
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -16,65 +16,6 @@
"mouse_motion_to_scroll.speed": 100 "mouse_motion_to_scroll.speed": 100
}, },
"rules": [ "rules": [
{
"description": "Show Sketchybar while Command is held",
"manipulators": [
{
"from": {
"key_code": "left_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=false"
},
{
"key_code": "left_command"
}
],
"to_after_key_up": [
{
"key_code": "left_command"
},
{
"shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=true"
}
],
"type": "basic"
},
{
"from": {
"key_code": "right_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=false"
},
{
"key_code": "right_command"
}
],
"to_after_key_up": [
{
"key_code": "right_command"
},
{
"shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=true"
}
],
"type": "basic"
}
]
},
{ {
"description": "Shift + Esc to ~", "description": "Shift + Esc to ~",
"manipulators": [ "manipulators": [
@ -82,17 +23,13 @@
"from": { "from": {
"key_code": "escape", "key_code": "escape",
"modifiers": { "modifiers": {
"mandatory": [ "mandatory": ["shift"]
"shift"
]
} }
}, },
"to": [ "to": [
{ {
"key_code": "grave_accent_and_tilde", "key_code": "grave_accent_and_tilde",
"modifiers": [ "modifiers": ["left_shift"],
"left_shift"
],
"repeat": true "repeat": true
} }
], ],
@ -107,9 +44,7 @@
"from": { "from": {
"key_code": "escape", "key_code": "escape",
"modifiers": { "modifiers": {
"mandatory": [ "mandatory": ["control"]
"control"
]
} }
}, },
"to": [ "to": [