mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(karabiner): remove complex modification to jump with space
This commit is contained in:
@@ -23,13 +23,19 @@
|
||||
"from": {
|
||||
"key_code": "caps_lock",
|
||||
"modifiers": {
|
||||
"optional": ["any"]
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_shift",
|
||||
"modifiers": ["left_command", "left_control", "left_option"]
|
||||
"modifiers": [
|
||||
"left_command",
|
||||
"left_control",
|
||||
"left_option"
|
||||
]
|
||||
}
|
||||
],
|
||||
"to_if_alone": [
|
||||
@@ -44,7 +50,12 @@
|
||||
"from": {
|
||||
"key_code": "comma",
|
||||
"modifiers": {
|
||||
"mandatory": ["command", "shift", "option", "control"]
|
||||
"mandatory": [
|
||||
"command",
|
||||
"shift",
|
||||
"option",
|
||||
"control"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [],
|
||||
@@ -55,7 +66,12 @@
|
||||
"from": {
|
||||
"key_code": "period",
|
||||
"modifiers": {
|
||||
"mandatory": ["command", "shift", "option", "control"]
|
||||
"mandatory": [
|
||||
"command",
|
||||
"shift",
|
||||
"option",
|
||||
"control"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [],
|
||||
@@ -66,7 +82,12 @@
|
||||
"description": "Avoid starting sysdiagnose with the built-in macOS shortcut cmd+shift+option+ctrl+/",
|
||||
"key_code": "slash",
|
||||
"modifiers": {
|
||||
"mandatory": ["command", "shift", "option", "control"]
|
||||
"mandatory": [
|
||||
"command",
|
||||
"shift",
|
||||
"option",
|
||||
"control"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [],
|
||||
@@ -81,8 +102,12 @@
|
||||
"from": {
|
||||
"key_code": "left_shift",
|
||||
"modifiers": {
|
||||
"mandatory": ["right_shift"],
|
||||
"optional": ["caps_lock"]
|
||||
"mandatory": [
|
||||
"right_shift"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -101,8 +126,12 @@
|
||||
"from": {
|
||||
"key_code": "right_shift",
|
||||
"modifiers": {
|
||||
"mandatory": ["left_shift"],
|
||||
"optional": ["caps_lock"]
|
||||
"mandatory": [
|
||||
"left_shift"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -132,7 +161,9 @@
|
||||
"left_control",
|
||||
"left_option"
|
||||
],
|
||||
"optional": ["any"]
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -152,7 +183,9 @@
|
||||
"left_control",
|
||||
"left_option"
|
||||
],
|
||||
"optional": ["any"]
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -172,7 +205,9 @@
|
||||
"left_control",
|
||||
"left_option"
|
||||
],
|
||||
"optional": ["any"]
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -192,7 +227,9 @@
|
||||
"left_control",
|
||||
"left_option"
|
||||
],
|
||||
"optional": ["any"]
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -212,52 +249,17 @@
|
||||
"left_control",
|
||||
"left_option"
|
||||
],
|
||||
"optional": ["any"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_arrow",
|
||||
"modifiers": ["left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "SHIFT moves forward and backward by 1 word",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "right_shift"
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_shift"
|
||||
}
|
||||
],
|
||||
"to_if_alone": [
|
||||
{
|
||||
"key_code": "right_arrow",
|
||||
"modifiers": ["option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": {
|
||||
"key_code": "left_shift"
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_shift"
|
||||
}
|
||||
],
|
||||
"to_if_alone": [
|
||||
{
|
||||
"key_code": "left_arrow",
|
||||
"modifiers": ["option"]
|
||||
"modifiers": [
|
||||
"left_command"
|
||||
]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -336,6 +338,34 @@
|
||||
"manipulate_caps_lock_led": true,
|
||||
"simple_modifications": [],
|
||||
"treat_as_built_in_keyboard": false
|
||||
},
|
||||
{
|
||||
"disable_built_in_keyboard_if_exists": false,
|
||||
"fn_function_keys": [],
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"is_pointing_device": false,
|
||||
"product_id": 832,
|
||||
"vendor_id": 1452
|
||||
},
|
||||
"ignore": false,
|
||||
"manipulate_caps_lock_led": true,
|
||||
"simple_modifications": [],
|
||||
"treat_as_built_in_keyboard": false
|
||||
},
|
||||
{
|
||||
"disable_built_in_keyboard_if_exists": false,
|
||||
"fn_function_keys": [],
|
||||
"identifiers": {
|
||||
"is_keyboard": false,
|
||||
"is_pointing_device": true,
|
||||
"product_id": 832,
|
||||
"vendor_id": 1452
|
||||
},
|
||||
"ignore": true,
|
||||
"manipulate_caps_lock_led": false,
|
||||
"simple_modifications": [],
|
||||
"treat_as_built_in_keyboard": false
|
||||
}
|
||||
],
|
||||
"fn_function_keys": [
|
||||
|
||||
Reference in New Issue
Block a user