mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
chore(karabiner): reformat file
This commit is contained in:
@@ -15,22 +15,14 @@
|
||||
"from": {
|
||||
"key_code": "i",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "up_arrow",
|
||||
"modifiers": [
|
||||
"left_option",
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_option", "left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -49,22 +41,14 @@
|
||||
"from": {
|
||||
"key_code": "n",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "down_arrow",
|
||||
"modifiers": [
|
||||
"left_option",
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_option", "left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -83,22 +67,14 @@
|
||||
"from": {
|
||||
"key_code": "e",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_arrow",
|
||||
"modifiers": [
|
||||
"left_option",
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_option", "left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -117,21 +93,14 @@
|
||||
"from": {
|
||||
"key_code": "f",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_arrow",
|
||||
"modifiers": [
|
||||
"left_option"
|
||||
]
|
||||
"modifiers": ["left_option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -150,21 +119,14 @@
|
||||
"from": {
|
||||
"key_code": "b",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_arrow",
|
||||
"modifiers": [
|
||||
"left_option"
|
||||
]
|
||||
"modifiers": ["left_option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -183,21 +145,14 @@
|
||||
"from": {
|
||||
"key_code": "d",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "delete_forward",
|
||||
"modifiers": [
|
||||
"left_option"
|
||||
]
|
||||
"modifiers": ["left_option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -216,21 +171,14 @@
|
||||
"from": {
|
||||
"key_code": "hyphen",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["option"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "z",
|
||||
"modifiers": [
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -249,22 +197,14 @@
|
||||
"from": {
|
||||
"key_code": "hyphen",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option",
|
||||
"shift"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock"
|
||||
]
|
||||
"mandatory": ["option", "shift"],
|
||||
"optional": ["caps_lock"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "z",
|
||||
"modifiers": [
|
||||
"left_command",
|
||||
"left_shift"
|
||||
]
|
||||
"modifiers": ["left_command", "left_shift"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -283,13 +223,8 @@
|
||||
"from": {
|
||||
"key_code": "d",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"control"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["control"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -313,13 +248,8 @@
|
||||
"from": {
|
||||
"key_code": "p",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"control"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["control"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -343,13 +273,8 @@
|
||||
"from": {
|
||||
"key_code": "n",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"control"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["control"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -373,13 +298,8 @@
|
||||
"from": {
|
||||
"key_code": "b",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"control"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["control"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -403,13 +323,8 @@
|
||||
"from": {
|
||||
"key_code": "f",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"control"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock",
|
||||
"shift"
|
||||
]
|
||||
"mandatory": ["control"],
|
||||
"optional": ["caps_lock", "shift"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
@@ -433,21 +348,14 @@
|
||||
"from": {
|
||||
"key_code": "comma",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option",
|
||||
"shift"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock"
|
||||
]
|
||||
"mandatory": ["option", "shift"],
|
||||
"optional": ["caps_lock"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "up_arrow",
|
||||
"modifiers": [
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
@@ -466,21 +374,14 @@
|
||||
"from": {
|
||||
"key_code": "period",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option",
|
||||
"shift"
|
||||
],
|
||||
"optional": [
|
||||
"caps_lock"
|
||||
]
|
||||
"mandatory": ["option", "shift"],
|
||||
"optional": ["caps_lock"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "down_arrow",
|
||||
"modifiers": [
|
||||
"left_command"
|
||||
]
|
||||
"modifiers": ["left_command"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
|
||||
Reference in New Issue
Block a user