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
},
"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 ~",
"manipulators": [
@ -82,17 +23,13 @@
"from": {
"key_code": "escape",
"modifiers": {
"mandatory": [
"shift"
]
"mandatory": ["shift"]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": [
"left_shift"
],
"modifiers": ["left_shift"],
"repeat": true
}
],
@ -107,9 +44,7 @@
"from": {
"key_code": "escape",
"modifiers": {
"mandatory": [
"control"
]
"mandatory": ["control"]
}
},
"to": [