Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "description": "Mouse keys (full) (rev 4) - F13 Trigger (No extra modifier)",
- "manipulators": [
- {
- "description": "Activate Mouse Keys Mode with F13",
- "from": {
- "key_code": "f13",
- "modifiers": { "optional": ["any"] }
- },
- "to": [
- {
- "set_variable": {
- "name": "mouse_keys_full",
- "value": 1
- }
- }
- ],
- "to_after_key_up": [
- {
- "set_variable": {
- "name": "mouse_keys_full",
- "value": 0
- }
- },
- {
- "set_variable": {
- "name": "mouse_keys_full_scroll",
- "value": 0
- }
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- },
- {
- "name": "mouse_keys_full_scroll",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Scroll Left (when F13 down and S down)",
- "from": { "key_code": "j" },
- "to": [{ "mouse_key": { "horizontal_wheel": 32 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- },
- {
- "name": "mouse_keys_full_scroll",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Scroll Down (when F13 down and S down)",
- "from": { "key_code": "k" },
- "to": [{ "mouse_key": { "vertical_wheel": 32 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- },
- {
- "name": "mouse_keys_full_scroll",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Scroll Up (when F13 down and S down)",
- "from": { "key_code": "i" },
- "to": [{ "mouse_key": { "vertical_wheel": -32 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- },
- {
- "name": "mouse_keys_full_scroll",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Scroll Right (when F13 down and S down)",
- "from": { "key_code": "l" },
- "to": [{ "mouse_key": { "horizontal_wheel": -32 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Move Left (when F13 down)",
- "from": { "key_code": "j" },
- "to": [{ "mouse_key": { "x": -1536 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Move Down (when F13 down)",
- "from": { "key_code": "k" },
- "to": [{ "mouse_key": { "y": 1536 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Move Up (when F13 down)",
- "from": { "key_code": "i" },
- "to": [{ "mouse_key": { "y": -1536 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Move Right (when F13 down)",
- "from": { "key_code": "l" },
- "to": [{ "mouse_key": { "x": 1536 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Left Click (when F13 down)",
- "from": { "key_code": "h" },
- "to": [{ "pointing_button": "button1" }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Left Click (when F13 down)",
- "from": { "key_code": "a" },
- "to": [{ "pointing_button": "button1" }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Button 3 Click (often Right Click) (when F13 down)",
- "from": { "key_code": "comma" },
- "to": [{ "pointing_button": "button3" }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Right Click (when F13 down)",
- "from": { "key_code": "semicolon" },
- "to": [{ "pointing_button": "button2" }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Increase Speed (when F13 down)",
- "from": { "key_code": "f" },
- "to": [{ "mouse_key": { "speed_multiplier": 2 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Decrease Speed (when F13 down)",
- "from": { "key_code": "d" },
- "to": [{ "mouse_key": { "speed_multiplier": 0.5 } }],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "mouse_keys_full",
- "type": "variable_if",
- "value": 1
- }
- ],
- "description": "Activate Scroll Mode (Hold S when F13 down)",
- "from": { "key_code": "s" },
- "to": [
- {
- "set_variable": {
- "name": "mouse_keys_full_scroll",
- "value": 1
- }
- }
- ],
- "to_after_key_up": [
- {
- "set_variable": {
- "name": "mouse_keys_full_scroll",
- "value": 0
- }
- }
- ],
- "type": "basic"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment