|
{ |
|
"description": "Layer: Caps Lock Arrows", |
|
"manipulators": [ |
|
{ |
|
"from": { |
|
"key_code": "caps_lock", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [ |
|
{ |
|
"set_variable": { |
|
"name": "option_arrows_mode", |
|
"value": 1 |
|
} |
|
} |
|
], |
|
"to_after_key_up": [ |
|
{ |
|
"set_variable": { |
|
"name": "option_arrows_mode", |
|
"value": 0 |
|
} |
|
} |
|
], |
|
"to_if_alone": [], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "spacebar", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "delete_or_backspace" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "semicolon", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "return_or_enter" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "h", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "left_arrow" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "j", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "down_arrow" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "k", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "up_arrow" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "l", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "right_arrow" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "a", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "left_control" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "s", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "left_shift" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "d", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "left_option" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "f", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [{ "key_code": "left_command" }], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "i", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [ |
|
{ |
|
"key_code": "left_arrow", |
|
"modifiers": ["left_command"] |
|
} |
|
], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "o", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [ |
|
{ |
|
"key_code": "right_arrow", |
|
"modifiers": ["left_command"] |
|
} |
|
], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "u", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [ |
|
{ |
|
"key_code": "tab", |
|
"modifiers": ["left_control", "left_shift"] |
|
} |
|
], |
|
"type": "basic" |
|
}, |
|
{ |
|
"conditions": [ |
|
{ |
|
"name": "option_arrows_mode", |
|
"type": "variable_if", |
|
"value": 1 |
|
} |
|
], |
|
"from": { |
|
"key_code": "p", |
|
"modifiers": { "optional": ["any"] } |
|
}, |
|
"to": [ |
|
{ |
|
"key_code": "tab", |
|
"modifiers": ["left_control"] |
|
} |
|
], |
|
"type": "basic" |
|
} |
|
] |
|
} |