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": {
|
"from": {
|
||||||
"key_code": "caps_lock",
|
"key_code": "caps_lock",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
{
|
{
|
||||||
"key_code": "left_shift",
|
"key_code": "left_shift",
|
||||||
"modifiers": ["left_command", "left_control", "left_option"]
|
"modifiers": [
|
||||||
|
"left_command",
|
||||||
|
"left_control",
|
||||||
|
"left_option"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"to_if_alone": [
|
"to_if_alone": [
|
||||||
@@ -44,7 +50,12 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "comma",
|
"key_code": "comma",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": ["command", "shift", "option", "control"]
|
"mandatory": [
|
||||||
|
"command",
|
||||||
|
"shift",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [],
|
"to": [],
|
||||||
@@ -55,7 +66,12 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "period",
|
"key_code": "period",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": ["command", "shift", "option", "control"]
|
"mandatory": [
|
||||||
|
"command",
|
||||||
|
"shift",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [],
|
"to": [],
|
||||||
@@ -66,7 +82,12 @@
|
|||||||
"description": "Avoid starting sysdiagnose with the built-in macOS shortcut cmd+shift+option+ctrl+/",
|
"description": "Avoid starting sysdiagnose with the built-in macOS shortcut cmd+shift+option+ctrl+/",
|
||||||
"key_code": "slash",
|
"key_code": "slash",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": ["command", "shift", "option", "control"]
|
"mandatory": [
|
||||||
|
"command",
|
||||||
|
"shift",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [],
|
"to": [],
|
||||||
@@ -81,8 +102,12 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "left_shift",
|
"key_code": "left_shift",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": ["right_shift"],
|
"mandatory": [
|
||||||
"optional": ["caps_lock"]
|
"right_shift"
|
||||||
|
],
|
||||||
|
"optional": [
|
||||||
|
"caps_lock"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -101,8 +126,12 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "right_shift",
|
"key_code": "right_shift",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": ["left_shift"],
|
"mandatory": [
|
||||||
"optional": ["caps_lock"]
|
"left_shift"
|
||||||
|
],
|
||||||
|
"optional": [
|
||||||
|
"caps_lock"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -132,7 +161,9 @@
|
|||||||
"left_control",
|
"left_control",
|
||||||
"left_option"
|
"left_option"
|
||||||
],
|
],
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -152,7 +183,9 @@
|
|||||||
"left_control",
|
"left_control",
|
||||||
"left_option"
|
"left_option"
|
||||||
],
|
],
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -172,7 +205,9 @@
|
|||||||
"left_control",
|
"left_control",
|
||||||
"left_option"
|
"left_option"
|
||||||
],
|
],
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -192,7 +227,9 @@
|
|||||||
"left_control",
|
"left_control",
|
||||||
"left_option"
|
"left_option"
|
||||||
],
|
],
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@@ -212,52 +249,17 @@
|
|||||||
"left_control",
|
"left_control",
|
||||||
"left_option"
|
"left_option"
|
||||||
],
|
],
|
||||||
"optional": ["any"]
|
"optional": [
|
||||||
}
|
"any"
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"key_code": "right_arrow",
|
|
||||||
"modifiers": ["left_command"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "basic"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"description": "SHIFT moves forward and backward by 1 word",
|
|
||||||
"manipulators": [
|
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "right_shift"
|
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
{
|
|
||||||
"key_code": "right_shift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"to_if_alone": [
|
|
||||||
{
|
{
|
||||||
"key_code": "right_arrow",
|
"key_code": "right_arrow",
|
||||||
"modifiers": ["option"]
|
"modifiers": [
|
||||||
}
|
"left_command"
|
||||||
],
|
]
|
||||||
"type": "basic"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "left_shift"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"key_code": "left_shift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"to_if_alone": [
|
|
||||||
{
|
|
||||||
"key_code": "left_arrow",
|
|
||||||
"modifiers": ["option"]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "basic"
|
"type": "basic"
|
||||||
@@ -336,6 +338,34 @@
|
|||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": [],
|
"simple_modifications": [],
|
||||||
"treat_as_built_in_keyboard": false
|
"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": [
|
"fn_function_keys": [
|
||||||
|
|||||||
Reference in New Issue
Block a user