commit 8327edc0623331f63635620628bc63a82f82fdac
parent f798b82cc954b5688b92ca6ce7cdec88213f2991
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Thu, 9 Jun 2022 10:23:15 +0200
Clean up
Diffstat:
15 files changed, 0 insertions(+), 7694 deletions(-)
diff --git a/Xresources b/Xresources
@@ -1,61 +0,0 @@
-! Source Code Proo
- *.font: Source Code Pro:pixelsize=13:antialias=true:autohint=true:weight:SemiBold
-
-! Solarzied Dark
-
-#define S_base03 #002b36
-#define S_base02 #073642
-#define S_base01 #586e75
-#define S_base00 #657b83
-#define S_base0 #839496
-#define S_base1 #93a1a1
-#define S_base2 #eee8d5
-#define S_base3 #fdf6e3
-
-*background: S_base03
-*foreground: S_base0
-*fadeColor: S_base03
-*cursorColor: S_base1
-*pointerColorBackground:S_base01
-*pointerColorForeground:S_base1
-
-#define S_yellow #b58900
-#define S_orange #cb4b16
-#define S_red #dc322f
-#define S_magenta #d33682
-#define S_violet #6c71c4
-#define S_blue #268bd2
-#define S_cyan #2aa198
-#define S_green #859900
-
-!! black dark/light
-*color0: S_base02
-*color8: S_base03
-
-!! red dark/light
-*color1: S_red
-*color9: S_orange
-
-!! green dark/light
-*color2: S_green
-*color10: S_base01
-
-!! yellow dark/light
-*color3: S_yellow
-*color11: S_base00
-
-!! blue dark/light
-*color4: S_blue
-*color12: S_base0
-
-!! magenta dark/light
-*color5: S_magenta
-*color13: S_violet
-
-!! cyan dark/light
-*color6: S_cyan
-*color14: S_base1
-
-!! white dark/light
-*color7: S_base2
-*color15: S_base3
diff --git a/iterm2/AppSupport b/iterm2/AppSupport
@@ -1 +0,0 @@
-/Users/msapka/Library/Application Support/iTerm2
-\ No newline at end of file
diff --git a/jgit/config b/jgit/config
@@ -1,3 +0,0 @@
-[filesystem "JetBrains s.r.o.|11.0.13|/dev/disk3s5"]
- timestampResolution = 4000 nanoseconds
- minRacyThreshold = 0 nanoseconds
diff --git a/karabiner/assets/complex_modifications/1648122830.json b/karabiner/assets/complex_modifications/1648122830.json
@@ -1,6934 +0,0 @@
-{
- "title": "Capslock Enhancement",
- "url": "https://vonng.com/capslock.json",
- "version": "3.0.3",
- "maintainers": [
- "Vonng"
- ],
- "author": "Vonng(rh@vonng.com)",
- "website": "http://capslock.vonng.com",
- "json_url": "https://vonng.com/capslock.json",
- "import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://vonng.com/capslock.json",
- "gallery_url": "https://ke-complex-modifications.pqrs.org/#emulation-modes",
- "repo": "https://github.com/Vonng/Capslock",
- "rules": [
- {
- "description": "CapsLock to Hyper",
- "manipulators": [
- {
- "description": "capslock = esc(click) | hyper(hold)",
- "type": "basic",
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_shift",
- "modifiers": [
- "right_command",
- "right_control",
- "right_option"
- ]
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- },
- {
- "description": "escape = capslock switch",
- "type": "basic",
- "from": {
- "key_code": "escape",
- "modifiers": {
- "optional": [
- "caps_lock"
- ],
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "caps_lock",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "spacebar = language switch",
- "type": "basic",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + spacebar = emoji",
- "type": "basic",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Navigation",
- "manipulators": [
- {
- "description": "command + h = shift + left",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + h = option + shift + left (select word ahead)",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow",
- "modifiers": [
- "left_option",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + h = ctrl + shift + tab (prev tab)",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_control",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "control + h = ctrl + left (prev desktop)",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + h = mouse left",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -1600
- }
- }
- ]
- },
- {
- "description": "shift + option + h = mouse left fast",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -3200
- }
- }
- ]
- },
- {
- "description": "shift + control + h = mouse wheel left",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + command + h = mouse wheel left fast",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 128
- }
- }
- ]
- },
- {
- "description": " h = left",
- "type": "basic",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow"
- }
- ]
- },
- {
- "description": "command + j = shift + down",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + j = option + shift + down (select para ahead)",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_shift"
- ]
- },
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_shift"
- ]
- },
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + j = command + tab (next application)",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "control + j = ctrl + down (focus application)",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + j = mouse down",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 1600
- }
- }
- ]
- },
- {
- "description": "shift + option + j = mouse down fast",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 3200
- }
- }
- ]
- },
- {
- "description": "shift + control + j = mouse wheel down",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + command + j = mouse wheel down fast",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 128
- }
- }
- ]
- },
- {
- "description": " j = down",
- "type": "basic",
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow"
- }
- ]
- },
- {
- "description": "command + k = shift + up",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + k = option + shift + up (select line above)",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_shift"
- ]
- },
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_shift"
- ]
- },
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + k = command + tab (prev application)",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_command",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "control + k = ctrl + up (expose all)",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + k = mouse up",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -1600
- }
- }
- ]
- },
- {
- "description": "shift + option + k = mouse up fast",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -3200
- }
- }
- ]
- },
- {
- "description": "shift + control + k = mouse wheel up",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + command + k = mouse wheel up fast",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -128
- }
- }
- ]
- },
- {
- "description": " k = up",
- "type": "basic",
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow"
- }
- ]
- },
- {
- "description": "command + l = shift + right",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + l = option + shift + right (select word after)",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "shift + l = command + tab (next tab)",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "control + l = ctrl + right (next desktop)",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + l = mouse move right",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 1600
- }
- }
- ]
- },
- {
- "description": "shift + option + l = mouse move right fast",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 3200
- }
- }
- ]
- },
- {
- "description": "shift + control + l = mouse wheel right",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + command + l = mouse wheel right fast",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -128
- }
- }
- ]
- },
- {
- "description": " l = right",
- "type": "basic",
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow"
- }
- ]
- },
- {
- "description": "command + u = shift + page_up",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_up",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + u = shift + page_up",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_up",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + u = option + command + hyphen (zoom out)",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_command",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "control + u = ctrl + command + f (fullscreen)",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "f",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "option + u = mouse left click",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button1"
- }
- ]
- },
- {
- "description": "shift + option + u = mouse left click",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button1"
- }
- ]
- },
- {
- "description": "shift + control + u = mouse wheel left (rev)",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + command + u = mouse wheel left (rev) fast",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -128
- }
- }
- ]
- },
- {
- "description": " u = page_up",
- "type": "basic",
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_up"
- }
- ]
- },
- {
- "description": "command + i = shift + home",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "home",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + i = select whole line to head",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "end"
- },
- {
- "key_code": "home",
- "modifiers": [
- "left_shift"
- ]
- },
- {
- "key_code": "home",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + i = command + shift + ` (prev window within app)",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_command",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "control + i = command + h (hide current window)",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "h",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "option + i = mouse right click",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button2"
- }
- ]
- },
- {
- "description": "shift + option + i = mouse move down fast",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button2"
- }
- ]
- },
- {
- "description": "shift + control + i = mouse wheel down (rev)",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + command + i = mouse wheel down (rev) fast",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -128
- }
- }
- ]
- },
- {
- "description": " i = home",
- "type": "basic",
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "home"
- }
- ]
- },
- {
- "description": "command + o = shift + end",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "end",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + o = select whole",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "home"
- },
- {
- "key_code": "end",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + o = command ` (next window within app)",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "control + o = option + command + h (expose all)",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + o = mouse backward",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button4"
- }
- ]
- },
- {
- "description": "shift + option + o = mouse backward",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button4"
- }
- ]
- },
- {
- "description": "shift + control + o = mouse wheel up (rev)",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + command + o = mouse wheel up (rev) fast",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 128
- }
- }
- ]
- },
- {
- "description": " o = end",
- "type": "basic",
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "end"
- }
- ]
- },
- {
- "description": "command + p = shift + page_down",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_down",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + command + p = shift + page_down",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_option",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_down",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "shift + p = option + command + equal_sign (zoom in)",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign",
- "modifiers": [
- "left_command",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "control + p = LaunchPad",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Launchpad'"
- }
- ]
- },
- {
- "description": "option + p = mouse forward",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button5"
- }
- ]
- },
- {
- "description": "shift + option + p = mouse forward",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button5"
- }
- ]
- },
- {
- "description": "shift + control + p = mouse wheel right (rev)",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + command + p = mouse wheel right (rev) fast",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 128
- }
- }
- ]
- },
- {
- "description": " p = page_down",
- "type": "basic",
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "page_down"
- }
- ]
- },
- {
- "description": "control + shift + enter = button1 (mouse left click)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "left_control",
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button1"
- }
- ]
- },
- {
- "description": "enter = button1 (mouse left click)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button1"
- }
- ]
- },
- {
- "description": "command + enter = button2 (mouse right click)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button2"
- }
- ]
- },
- {
- "description": "option + enter = button3 (mouse middle click)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button3"
- }
- ]
- },
- {
- "description": "shift + enter = button4 (mouse back)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button4"
- }
- ]
- },
- {
- "description": "control + enter = button5 (mouse forward)",
- "type": "basic",
- "from": {
- "key_code": "return_or_enter",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button5"
- }
- ]
- },
- {
- "description": "shift + up arrow = mouse wheel up",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + down arrow = mouse wheel down",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + left arrow = mouse wheel left",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + right arrow = mouse wheel right",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + option + up arrow = mouse wheel up slow",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -32
- }
- }
- ]
- },
- {
- "description": "shift + option + down arrow = mouse wheel down slow",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 32
- }
- }
- ]
- },
- {
- "description": "shift + option + left arrow = mouse wheel left slow",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 32
- }
- }
- ]
- },
- {
- "description": "shift + option + right arrow = mouse wheel right slow",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -32
- }
- }
- ]
- },
- {
- "description": "shift + command + up arrow = mouse wheel up fast",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 256
- }
- }
- ]
- },
- {
- "description": "shift + command + down arrow = mouse wheel down fast",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -256
- }
- }
- ]
- },
- {
- "description": "shift + command + left arrow = mouse wheel left fast",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 256
- }
- }
- ]
- },
- {
- "description": "shift + command + right arrow = mouse wheel right fast",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -256
- }
- }
- ]
- },
- {
- "description": "option + up arrow = mouse up slow",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -800
- }
- }
- ]
- },
- {
- "description": "option + down arrow = mouse down slow",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 800
- }
- }
- ]
- },
- {
- "description": "option + left arrow = mouse left slow",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -800
- }
- }
- ]
- },
- {
- "description": "option + right arrow = mouse right slow",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 800
- }
- }
- ]
- },
- {
- "description": "command + up arrow = mouse up fast",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -4200
- }
- }
- ]
- },
- {
- "description": "command + down arrow = mouse down fast",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 4200
- }
- }
- ]
- },
- {
- "description": "command + left arrow = mouse left fast",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -4200
- }
- }
- ]
- },
- {
- "description": "command + right arrow = mouse right fast",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 4200
- }
- }
- ]
- },
- {
- "description": "up arrow = mouse up",
- "type": "basic",
- "from": {
- "key_code": "up_arrow",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -1600
- }
- }
- ]
- },
- {
- "description": "down arrow = mouse down",
- "type": "basic",
- "from": {
- "key_code": "down_arrow",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 1600
- }
- }
- ]
- },
- {
- "description": "left arrow = mouse left",
- "type": "basic",
- "from": {
- "key_code": "left_arrow",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -1600
- }
- }
- ]
- },
- {
- "description": "right arrow = mouse right",
- "type": "basic",
- "from": {
- "key_code": "right_arrow",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 1600
- }
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Deletion",
- "manipulators": [
- {
- "description": "option + n = delete whole line",
- "type": "basic",
- "from": {
- "key_code": "n",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "option + m = move line down",
- "type": "basic",
- "from": {
- "key_code": "m",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow",
- "modifiers": [
- "left_option",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + , = move line up",
- "type": "basic",
- "from": {
- "key_code": "comma",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_option",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + . = delete whole line",
- "type": "basic",
- "from": {
- "key_code": "period",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + n = delete whole line",
- "type": "basic",
- "from": {
- "key_code": "n",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- },
- {
- "key_code": "delete_or_backspace"
- }
- ]
- },
- {
- "description": "command + m = delete word ahead",
- "type": "basic",
- "from": {
- "key_code": "m",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "modifiers": [
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "command + , = delete word after",
- "type": "basic",
- "from": {
- "key_code": "comma",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_forward",
- "modifiers": [
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "command + . = delete whole line",
- "type": "basic",
- "from": {
- "key_code": "period",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- },
- {
- "key_code": "delete_or_backspace"
- }
- ]
- },
- {
- "description": "n = delete a word ahead",
- "type": "basic",
- "from": {
- "key_code": "n",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "modifiers": [
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "m = delete a char ahead",
- "type": "basic",
- "from": {
- "key_code": "m",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace"
- }
- ]
- },
- {
- "description": ", = delete a char after",
- "type": "basic",
- "from": {
- "key_code": "comma",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_forward"
- }
- ]
- },
- {
- "description": ". = delete a word after",
- "type": "basic",
- "from": {
- "key_code": "period",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_forward",
- "modifiers": [
- "left_option"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper MouseKey",
- "manipulators": [
- {
- "description": "keypad0 = mouse left click",
- "type": "basic",
- "from": {
- "key_code": "keypad_0",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "left_shift",
- "left_command",
- "left_option",
- "left_control"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button1"
- }
- ]
- },
- {
- "description": "keypad_enter = mouse right click",
- "type": "basic",
- "from": {
- "key_code": "keypad_enter",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "left_shift",
- "left_command",
- "left_option",
- "left_control"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button2"
- }
- ]
- },
- {
- "description": "keypad. = mouse middle click",
- "type": "basic",
- "from": {
- "key_code": "keypad_period",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "left_shift",
- "left_command",
- "left_option",
- "left_control"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button3"
- }
- ]
- },
- {
- "description": "keypad+ = mouse button 5 forward",
- "type": "basic",
- "from": {
- "key_code": "keypad_plus",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "left_shift",
- "left_command",
- "left_option",
- "left_control"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button5"
- }
- ]
- },
- {
- "description": "keypad- = mouse button 4 back",
- "type": "basic",
- "from": {
- "key_code": "keypad_hyphen",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "left_shift",
- "left_command",
- "left_option",
- "left_control"
- ]
- }
- },
- "to": [
- {
- "pointing_button": "button4"
- }
- ]
- },
- {
- "description": "keypad_num_lock = mouse wheel left",
- "type": "basic",
- "from": {
- "key_code": "keypad_num_lock",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -32
- }
- }
- ]
- },
- {
- "description": "keypad_equal_sign = slow mouse wheel down",
- "type": "basic",
- "from": {
- "key_code": "keypad_equal_sign",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 32
- }
- }
- ]
- },
- {
- "description": "keypad_slash = slow mouse wheel up",
- "type": "basic",
- "from": {
- "key_code": "keypad_slash",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -32
- }
- }
- ]
- },
- {
- "description": "keypad_asterisk = mouse wheel right",
- "type": "basic",
- "from": {
- "key_code": "keypad_asterisk",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 32
- }
- }
- ]
- },
- {
- "description": "shift + 1 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 45,
- "vertical_wheel": 45
- }
- }
- ]
- },
- {
- "description": "shift + 2 = wheel âŹïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + 3 = wheel âïžïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -45,
- "vertical_wheel": 45
- }
- }
- ]
- },
- {
- "description": "shift + 4 = wheel âŹ
ïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 64
- }
- }
- ]
- },
- {
- "description": "shift + 5 = wheel ·",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 0,
- "vertical_wheel": 0
- }
- }
- ]
- },
- {
- "description": "shift + 6 = wheel âĄïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + 7 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 45,
- "vertical_wheel": -45
- }
- }
- ]
- },
- {
- "description": "shift + 8 = wheel âŹïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -64
- }
- }
- ]
- },
- {
- "description": "shift + 9 = wheel âïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -45,
- "vertical_wheel": -45
- }
- }
- ]
- },
- {
- "description": "shift + option + 1 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 23,
- "vertical_wheel": 23
- }
- }
- ]
- },
- {
- "description": "shift + option + 2 = wheel âŹïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 32
- }
- }
- ]
- },
- {
- "description": "shift + option + 3 = wheel âïžïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -23,
- "vertical_wheel": 23
- }
- }
- ]
- },
- {
- "description": "shift + option + 4 = wheel âŹ
ïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 32
- }
- }
- ]
- },
- {
- "description": "shift + option + 5 = wheel ·",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 0,
- "vertical_wheel": 0
- }
- }
- ]
- },
- {
- "description": "shift + option + 6 = wheel âĄïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -32
- }
- }
- ]
- },
- {
- "description": "shift + option + 7 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 23,
- "vertical_wheel": -23
- }
- }
- ]
- },
- {
- "description": "shift + option + 8 = wheel âŹïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -32
- }
- }
- ]
- },
- {
- "description": "shift + option + 9 = wheel âïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -23,
- "vertical_wheel": -23
- }
- }
- ]
- },
- {
- "description": "shift + command + 1 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 91,
- "vertical_wheel": 91
- }
- }
- ]
- },
- {
- "description": "shift + command + 2 = wheel âŹïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": 128
- }
- }
- ]
- },
- {
- "description": "shift + command + 3 = wheel âïžïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -91,
- "vertical_wheel": 91
- }
- }
- ]
- },
- {
- "description": "shift + command + 4 = wheel âŹ
ïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 128
- }
- }
- ]
- },
- {
- "description": "shift + command + 5 = wheel ·",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 0,
- "vertical_wheel": 0
- }
- }
- ]
- },
- {
- "description": "shift + command + 6 = wheel âĄïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -128
- }
- }
- ]
- },
- {
- "description": "shift + command + 7 = wheel âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": 91,
- "vertical_wheel": -91
- }
- }
- ]
- },
- {
- "description": "shift + command + 8 = wheel âŹïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "vertical_wheel": -128
- }
- }
- ]
- },
- {
- "description": "shift + command + 9 = wheel âïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "horizontal_wheel": -91,
- "vertical_wheel": -91
- }
- }
- ]
- },
- {
- "description": "option + 1 = âïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -561,
- "y": 561
- }
- }
- ]
- },
- {
- "description": "option + 2 = âŹïžïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 800
- }
- }
- ]
- },
- {
- "description": "option + 3 = âïžïžïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 561,
- "y": 561
- }
- }
- ]
- },
- {
- "description": "option + 4 = âŹ
ïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -800
- }
- }
- ]
- },
- {
- "description": "option + 5 = · slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 0,
- "y": 0
- }
- }
- ]
- },
- {
- "description": "option + 6 = âĄïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 800
- }
- }
- ]
- },
- {
- "description": "option + 7 = âïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -561,
- "y": -561
- }
- }
- ]
- },
- {
- "description": "option + 8 = âŹïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -800
- }
- }
- ]
- },
- {
- "description": "option + 9 = âïžïž slow",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 561,
- "y": -561
- }
- }
- ]
- },
- {
- "description": "command + 1 = âïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -2262,
- "y": 2262
- }
- }
- ]
- },
- {
- "description": "command + 2 = âŹïžïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 3200
- }
- }
- ]
- },
- {
- "description": "command + 3 = âïžïžïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 2262,
- "y": 2262
- }
- }
- ]
- },
- {
- "description": "command + 4 = âŹ
ïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -3200
- }
- }
- ]
- },
- {
- "description": "command + 5 = · fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 0,
- "y": 0
- }
- }
- ]
- },
- {
- "description": "command + 6 = âĄïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 3200
- }
- }
- ]
- },
- {
- "description": "command + 7 = âïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -2262,
- "y": -2262
- }
- }
- ]
- },
- {
- "description": "command + 8 = âŹïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -3200
- }
- }
- ]
- },
- {
- "description": "command + 9 = âïžïž fast",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 2262,
- "y": -2262
- }
- }
- ]
- },
- {
- "description": "1 = âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_1",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -1131,
- "y": 1131
- }
- }
- ]
- },
- {
- "description": "2 = âŹïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_2",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": 1600
- }
- }
- ]
- },
- {
- "description": "3 = âïžïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_3",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 1131,
- "y": 1131
- }
- }
- ]
- },
- {
- "description": "4 = âŹ
ïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_4",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -1600
- }
- }
- ]
- },
- {
- "description": "5 = ·",
- "type": "basic",
- "from": {
- "key_code": "keypad_5",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 0,
- "y": 0
- }
- }
- ]
- },
- {
- "description": "6 = âĄïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_6",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 1600
- }
- }
- ]
- },
- {
- "description": "7 = âïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_7",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": -1131,
- "y": -1131
- }
- }
- ]
- },
- {
- "description": "8 = âŹïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_8",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "y": -1600
- }
- }
- ]
- },
- {
- "description": "9 = âïžïž",
- "type": "basic",
- "from": {
- "key_code": "keypad_9",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "mouse_key": {
- "x": 1131,
- "y": -1131
- }
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Window",
- "manipulators": [
- {
- "description": "shift + tab = alter tab",
- "type": "basic",
- "from": {
- "key_code": "tab",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "option + tab = alter desktop",
- "type": "basic",
- "from": {
- "key_code": "tab",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command tab = alter app rev",
- "type": "basic",
- "from": {
- "key_code": "tab",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_command",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "tab = alter app",
- "type": "basic",
- "from": {
- "key_code": "tab",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "control + q = lock screen",
- "type": "basic",
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "q",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "shift + q = logout",
- "type": "basic",
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "q",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + q = force close app",
- "type": "basic",
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "q",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "q = close app",
- "type": "basic",
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "q",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "shift + w = sleep",
- "type": "basic",
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "left_shift",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "pmset sleepnow"
- }
- ]
- },
- {
- "description": "option + w = display sleep",
- "type": "basic",
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "pmset displaysleepnow"
- }
- ]
- },
- {
- "description": "command + w = close all tab of app",
- "type": "basic",
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "w",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "w = close tab",
- "type": "basic",
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "w",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "control + a = launchpad",
- "type": "basic",
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Launchpad'"
- }
- ]
- },
- {
- "description": "option + a = show desktop",
- "type": "basic",
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "f11"
- }
- ]
- },
- {
- "description": "command + a = expose all",
- "type": "basic",
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "control + s = alter app-win rev",
- "type": "basic",
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "left_control",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_command",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + s = alter app-win",
- "type": "basic",
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + s = alter tab sheet rev",
- "type": "basic",
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_control",
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "s = alter tab sheet",
- "type": "basic",
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Application",
- "manipulators": [
- {
- "description": "command + e = finder",
- "type": "basic",
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a finder"
- }
- ]
- },
- {
- "description": "option + e = mail",
- "type": "basic",
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a mail"
- }
- ]
- },
- {
- "description": "e = safari",
- "type": "basic",
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Safari"
- }
- ]
- },
- {
- "description": "command + r = preview",
- "type": "basic",
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Preview"
- }
- ]
- },
- {
- "description": "option + r = terminal",
- "type": "basic",
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a terminal"
- }
- ]
- },
- {
- "description": "r = iTerm2",
- "type": "basic",
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a iTerm"
- }
- ]
- },
- {
- "description": "command + t = typora",
- "type": "basic",
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Typora"
- }
- ]
- },
- {
- "description": "option + t = notes",
- "type": "basic",
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a notes"
- }
- ]
- },
- {
- "description": "t = iTerm2",
- "type": "basic",
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Visual Studio Code'"
- }
- ]
- },
- {
- "description": "command + y = karabiner",
- "type": "basic",
- "from": {
- "key_code": "y",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Karabiner-Elements"
- }
- ]
- },
- {
- "description": "option + y = amphetamine",
- "type": "basic",
- "from": {
- "key_code": "y",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a amphetamine"
- }
- ]
- },
- {
- "description": "y = Siri",
- "type": "basic",
- "from": {
- "key_code": "y",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Siri"
- }
- ]
- },
- {
- "description": "command + f = Dash",
- "type": "basic",
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Dash"
- }
- ]
- },
- {
- "description": "option + f = Dictionary",
- "type": "basic",
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Dictionary"
- }
- ]
- },
- {
- "description": "f = Alfred 4",
- "type": "basic",
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Alfred 4'"
- }
- ]
- },
- {
- "description": "command + g = Chrome",
- "type": "basic",
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Google Chrome'"
- }
- ]
- },
- {
- "description": "option + g = Calender",
- "type": "basic",
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a Calendar"
- }
- ]
- },
- {
- "description": "g = Intellij IDEA",
- "type": "basic",
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'IntelliJ IDEA'"
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Terminal",
- "manipulators": [
- {
- "description": "command + d = define",
- "type": "basic",
- "from": {
- "key_code": "d",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "d",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "d = ctrl-d (EOF)",
- "type": "basic",
- "from": {
- "key_code": "d",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "d",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + z = F5 (vscode debug)",
- "type": "basic",
- "from": {
- "key_code": "z",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "f5"
- }
- ]
- },
- {
- "description": "z = ctrl-z",
- "type": "basic",
- "from": {
- "key_code": "z",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "z",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + x = ctrl + F5 (vscode run)",
- "type": "basic",
- "from": {
- "key_code": "x",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "f5",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "x = ctrl-r",
- "type": "basic",
- "from": {
- "key_code": "x",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "r",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + c = shift + F5 (vscode stop)",
- "type": "basic",
- "from": {
- "key_code": "c",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "f5",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "c = ctrl-c",
- "type": "basic",
- "from": {
- "key_code": "c",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "v = ctrl-v",
- "type": "basic",
- "from": {
- "key_code": "v",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "v",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "b = ctrl-b",
- "type": "basic",
- "from": {
- "key_code": "b",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "b",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Clipboard",
- "manipulators": [
- {
- "description": "command + 1 = copy to clip1",
- "type": "basic",
- "from": {
- "key_code": "1",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip1"
- }
- ]
- },
- {
- "description": "1 = paste from clip1",
- "type": "basic",
- "from": {
- "key_code": "1",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip1 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 2 = copy to clip2",
- "type": "basic",
- "from": {
- "key_code": "2",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip2"
- }
- ]
- },
- {
- "description": "2 = paste from clip2",
- "type": "basic",
- "from": {
- "key_code": "2",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip2 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 3 = copy to clip3",
- "type": "basic",
- "from": {
- "key_code": "3",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip3"
- }
- ]
- },
- {
- "description": "3 = paste from clip3",
- "type": "basic",
- "from": {
- "key_code": "3",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip3 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 4 = copy to clip4",
- "type": "basic",
- "from": {
- "key_code": "4",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip4"
- }
- ]
- },
- {
- "description": "4 = paste from clip4",
- "type": "basic",
- "from": {
- "key_code": "4",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip4 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 5 = copy to clip5",
- "type": "basic",
- "from": {
- "key_code": "5",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip5"
- }
- ]
- },
- {
- "description": "5 = paste from clip5",
- "type": "basic",
- "from": {
- "key_code": "5",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip5 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 6 = copy to clip6",
- "type": "basic",
- "from": {
- "key_code": "6",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip6"
- }
- ]
- },
- {
- "description": "6 = paste from clip6",
- "type": "basic",
- "from": {
- "key_code": "6",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip6 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 7 = copy to clip7",
- "type": "basic",
- "from": {
- "key_code": "7",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip7"
- }
- ]
- },
- {
- "description": "7 = paste from clip7",
- "type": "basic",
- "from": {
- "key_code": "7",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip7 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 8 = copy to clip8",
- "type": "basic",
- "from": {
- "key_code": "8",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip8"
- }
- ]
- },
- {
- "description": "8 = paste from clip8",
- "type": "basic",
- "from": {
- "key_code": "8",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip8 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 9 = copy to clip9",
- "type": "basic",
- "from": {
- "key_code": "9",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip9"
- }
- ]
- },
- {
- "description": "9 = paste from clip9",
- "type": "basic",
- "from": {
- "key_code": "9",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip9 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + 0 = copy to clip0",
- "type": "basic",
- "from": {
- "key_code": "0",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_command"
- ]
- },
- {
- "shell_command": "pbpaste > ~/.clip0"
- }
- ]
- },
- {
- "description": "0 = paste from clip0",
- "type": "basic",
- "from": {
- "key_code": "0",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "cat ~/.clip0 | pbcopy "
- },
- {
- "key_code": "v",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Shifter",
- "manipulators": [
- {
- "description": "command + hyphen = scale down",
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "hyphen = _",
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "command + equal_sign = scale up",
- "type": "basic",
- "from": {
- "key_code": "equal_sign",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "equal_sign = +",
- "type": "basic",
- "from": {
- "key_code": "equal_sign",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "command + open_bracket [ = {",
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + open_bracket [ = <",
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "comma",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "open_bracket [ = (",
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "9",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "command + close_bracket ] = }",
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "option + close_bracket ] = }",
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "mandatory": [
- "left_option",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "period",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "close_bracket ] = )",
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "0",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "backslash \\ = command + / (comment)",
- "type": "basic",
- "from": {
- "key_code": "backslash",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "slash",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "slash / = command + / (comment)",
- "type": "basic",
- "from": {
- "key_code": "slash",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "slash",
- "modifiers": [
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "command + semicolon = !",
- "type": "basic",
- "from": {
- "key_code": "semicolon",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "1",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "semicolon = :",
- "type": "basic",
- "from": {
- "key_code": "semicolon",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "semicolon",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "description": "command + quote = equal_sign",
- "type": "basic",
- "from": {
- "key_code": "quote",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign"
- }
- ]
- },
- {
- "description": "quote = equal_sign",
- "type": "basic",
- "from": {
- "key_code": "quote",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign"
- }
- ]
- }
- ]
- },
- {
- "description": "Hyper Functional",
- "manipulators": [
- {
- "description": "command + F1 = desktop 1",
- "type": "basic",
- "from": {
- "key_code": "f1",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "1",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + F2 = desktop 2",
- "type": "basic",
- "from": {
- "key_code": "f2",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "2",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + F3 = desktop 3",
- "type": "basic",
- "from": {
- "key_code": "f3",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "F1 = display_brightness_decrement",
- "type": "basic",
- "from": {
- "key_code": "f1",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "display_brightness_decrement"
- }
- ]
- },
- {
- "description": "F2 = display_brightness_increment",
- "type": "basic",
- "from": {
- "key_code": "f2",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "display_brightness_increment"
- }
- ]
- },
- {
- "description": "F3 = Expose All",
- "type": "basic",
- "from": {
- "key_code": "f3",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow",
- "modifiers": [
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "F4 = LaunchPad",
- "type": "basic",
- "from": {
- "key_code": "f4",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Launchpad'"
- }
- ]
- },
- {
- "description": "F5 = illumination_decrement",
- "type": "basic",
- "from": {
- "key_code": "f5",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "illumination_decrement"
- }
- ]
- },
- {
- "description": "F6 = illumination_increment",
- "type": "basic",
- "from": {
- "key_code": "f6",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "illumination_increment"
- }
- ]
- },
- {
- "description": "F7 = rewind",
- "type": "basic",
- "from": {
- "key_code": "f7",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "rewind"
- }
- ]
- },
- {
- "description": "F8 = play_or_pause",
- "type": "basic",
- "from": {
- "key_code": "f8",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "play_or_pause"
- }
- ]
- },
- {
- "description": "F9 = fastforward",
- "type": "basic",
- "from": {
- "key_code": "f9",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "fastforward"
- }
- ]
- },
- {
- "description": "F10 = mute",
- "type": "basic",
- "from": {
- "key_code": "f10",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "mute"
- }
- ]
- },
- {
- "description": "F11 = volume_decrement",
- "type": "basic",
- "from": {
- "key_code": "f11",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "volume_decrement"
- }
- ]
- },
- {
- "description": "F12 = volume_increment",
- "type": "basic",
- "from": {
- "key_code": "f12",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "volume_increment"
- }
- ]
- },
- {
- "description": "command + ~ = area snap to desktop file",
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "4",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "~ = area snap to clipboard",
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "4",
- "modifiers": [
- "left_shift",
- "left_command",
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + ~ = area snap to desktop file",
- "type": "basic",
- "from": {
- "key_code": "f13",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "~ = area snap to clipboard",
- "type": "basic",
- "from": {
- "key_code": "f13",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": [
- "left_shift",
- "left_command",
- "left_control"
- ]
- }
- ]
- },
- {
- "description": "command + ScrollLock = area snap to desktop file",
- "type": "basic",
- "from": {
- "key_code": "f14",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "6",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "ScrollLock = screen video capture",
- "type": "basic",
- "from": {
- "key_code": "f14",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "5",
- "modifiers": [
- "left_shift",
- "left_command"
- ]
- }
- ]
- },
- {
- "description": "ScrollLock = screen video capture",
- "type": "basic",
- "from": {
- "key_code": "f15",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "play_or_pause"
- }
- ]
- },
- {
- "description": "insert = display_brightness_increment",
- "type": "basic",
- "from": {
- "key_code": "insert",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "display_brightness_increment",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "delete_forward = display_brightness_decrement",
- "type": "basic",
- "from": {
- "key_code": "delete_forward",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "display_brightness_decrement",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "home = illumination_increment",
- "type": "basic",
- "from": {
- "key_code": "home",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "illumination_increment",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "end = illumination_decrement",
- "type": "basic",
- "from": {
- "key_code": "end",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "illumination_decrement",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "page_up = volume_increment",
- "type": "basic",
- "from": {
- "key_code": "page_up",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "volume_increment",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- },
- {
- "description": "page_down = volume_decrement",
- "type": "basic",
- "from": {
- "key_code": "page_down",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "volume_decrement",
- "modifiers": [
- "left_shift",
- "left_option"
- ]
- }
- ]
- }
- ]
- }
- ]
-}
diff --git a/karabiner/automatic_backups/karabiner_20220324.json b/karabiner/automatic_backups/karabiner_20220324.json
@@ -1,262 +0,0 @@
-{
- "global": {
- "check_for_updates_on_startup": true,
- "show_in_menu_bar": true,
- "show_profile_name_in_menu_bar": false
- },
- "profiles": [
- {
- "complex_modifications": {
- "parameters": {
- "basic.simultaneous_threshold_milliseconds": 50,
- "basic.to_delayed_action_delay_milliseconds": 500,
- "basic.to_if_alone_timeout_milliseconds": 1000,
- "basic.to_if_held_down_threshold_milliseconds": 500,
- "mouse_motion_to_scroll.speed": 100
- },
- "rules": [
- {
- "description": "CapsLock to Hyper",
- "manipulators": [
- {
- "description": "capslock = esc(click) | hyper(hold)",
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_shift",
- "modifiers": [
- "right_command",
- "right_control",
- "right_option"
- ]
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ],
- "type": "basic"
- },
- {
- "description": "escape = capslock switch",
- "from": {
- "key_code": "escape",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "caps_lock",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "description": "spacebar = language switch",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "description": "command + spacebar = emoji",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ],
- "type": "basic"
- }
- ]
- }
- ]
- },
- "devices": [],
- "fn_function_keys": [
- {
- "from": {
- "key_code": "f1"
- },
- "to": [
- {
- "consumer_key_code": "display_brightness_decrement"
- }
- ]
- },
- {
- "from": {
- "key_code": "f2"
- },
- "to": [
- {
- "consumer_key_code": "display_brightness_increment"
- }
- ]
- },
- {
- "from": {
- "key_code": "f3"
- },
- "to": [
- {
- "apple_vendor_keyboard_key_code": "mission_control"
- }
- ]
- },
- {
- "from": {
- "key_code": "f4"
- },
- "to": [
- {
- "apple_vendor_keyboard_key_code": "spotlight"
- }
- ]
- },
- {
- "from": {
- "key_code": "f5"
- },
- "to": [
- {
- "consumer_key_code": "dictation"
- }
- ]
- },
- {
- "from": {
- "key_code": "f6"
- },
- "to": [
- {
- "key_code": "f6"
- }
- ]
- },
- {
- "from": {
- "key_code": "f7"
- },
- "to": [
- {
- "consumer_key_code": "rewind"
- }
- ]
- },
- {
- "from": {
- "key_code": "f8"
- },
- "to": [
- {
- "consumer_key_code": "play_or_pause"
- }
- ]
- },
- {
- "from": {
- "key_code": "f9"
- },
- "to": [
- {
- "consumer_key_code": "fast_forward"
- }
- ]
- },
- {
- "from": {
- "key_code": "f10"
- },
- "to": [
- {
- "consumer_key_code": "mute"
- }
- ]
- },
- {
- "from": {
- "key_code": "f11"
- },
- "to": [
- {
- "consumer_key_code": "volume_decrement"
- }
- ]
- },
- {
- "from": {
- "key_code": "f12"
- },
- "to": [
- {
- "consumer_key_code": "volume_increment"
- }
- ]
- }
- ],
- "name": "Default profile",
- "parameters": {
- "delay_milliseconds_before_open_device": 1000
- },
- "selected": true,
- "simple_modifications": [],
- "virtual_hid_keyboard": {
- "country_code": 0,
- "indicate_sticky_modifier_keys_state": true,
- "mouse_key_xy_scale": 100
- }
- }
- ]
-}
-\ No newline at end of file
diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json
@@ -1,262 +0,0 @@
-{
- "global": {
- "check_for_updates_on_startup": true,
- "show_in_menu_bar": true,
- "show_profile_name_in_menu_bar": false
- },
- "profiles": [
- {
- "complex_modifications": {
- "parameters": {
- "basic.simultaneous_threshold_milliseconds": 50,
- "basic.to_delayed_action_delay_milliseconds": 500,
- "basic.to_if_alone_timeout_milliseconds": 1000,
- "basic.to_if_held_down_threshold_milliseconds": 500,
- "mouse_motion_to_scroll.speed": 100
- },
- "rules": [
- {
- "description": "CapsLock to Hyper",
- "manipulators": [
- {
- "description": "capslock = esc(click) | hyper(hold)",
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_shift",
- "modifiers": [
- "right_command",
- "right_control",
- "right_option"
- ]
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ],
- "type": "basic"
- },
- {
- "description": "escape = capslock switch",
- "from": {
- "key_code": "escape",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "caps_lock",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "description": "spacebar = language switch",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "description": "command + spacebar = emoji",
- "from": {
- "key_code": "spacebar",
- "modifiers": {
- "mandatory": [
- "left_command",
- "right_command",
- "right_control",
- "right_shift",
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "spacebar",
- "modifiers": [
- "left_control",
- "left_command"
- ]
- }
- ],
- "type": "basic"
- }
- ]
- }
- ]
- },
- "devices": [],
- "fn_function_keys": [
- {
- "from": {
- "key_code": "f1"
- },
- "to": [
- {
- "consumer_key_code": "display_brightness_decrement"
- }
- ]
- },
- {
- "from": {
- "key_code": "f2"
- },
- "to": [
- {
- "consumer_key_code": "display_brightness_increment"
- }
- ]
- },
- {
- "from": {
- "key_code": "f3"
- },
- "to": [
- {
- "apple_vendor_keyboard_key_code": "mission_control"
- }
- ]
- },
- {
- "from": {
- "key_code": "f4"
- },
- "to": [
- {
- "apple_vendor_keyboard_key_code": "spotlight"
- }
- ]
- },
- {
- "from": {
- "key_code": "f5"
- },
- "to": [
- {
- "consumer_key_code": "dictation"
- }
- ]
- },
- {
- "from": {
- "key_code": "f6"
- },
- "to": [
- {
- "key_code": "f6"
- }
- ]
- },
- {
- "from": {
- "key_code": "f7"
- },
- "to": [
- {
- "consumer_key_code": "rewind"
- }
- ]
- },
- {
- "from": {
- "key_code": "f8"
- },
- "to": [
- {
- "consumer_key_code": "play_or_pause"
- }
- ]
- },
- {
- "from": {
- "key_code": "f9"
- },
- "to": [
- {
- "consumer_key_code": "fast_forward"
- }
- ]
- },
- {
- "from": {
- "key_code": "f10"
- },
- "to": [
- {
- "consumer_key_code": "mute"
- }
- ]
- },
- {
- "from": {
- "key_code": "f11"
- },
- "to": [
- {
- "consumer_key_code": "volume_decrement"
- }
- ]
- },
- {
- "from": {
- "key_code": "f12"
- },
- "to": [
- {
- "consumer_key_code": "volume_increment"
- }
- ]
- }
- ],
- "name": "Default profile",
- "parameters": {
- "delay_milliseconds_before_open_device": 1000
- },
- "selected": true,
- "simple_modifications": [],
- "virtual_hid_keyboard": {
- "country_code": 0,
- "indicate_sticky_modifier_keys_state": true,
- "mouse_key_xy_scale": 100
- }
- }
- ]
-}
-\ No newline at end of file
diff --git a/limelight/limelightrc b/limelight/limelightrc
@@ -1,9 +0,0 @@
-#!/usr/bin/env sh
-
-limelight -m config width 4
-limelight -m config radius 0
-limelight -m config placement interior
-limelight -m config active_color 0xff990000
-limelight -m config normal_color 0xff555555
-
-echo "limelight configuration loaded.."
diff --git a/mopidy/mopidy.conf b/mopidy/mopidy.conf
@@ -1,91 +0,0 @@
-# For further information about options in this file see:
-# https://docs.mopidy.com/
-#
-# The initial commented out values reflect the defaults as of:
-# Mopidy 2.7.4-5620-g2d9bfc62b
-# Mopidy-File 3.2.0
-# Mopidy-HTTP 3.2.0
-# Mopidy-M3U 3.2.0
-# Mopidy-SoftwareMixer 3.2.0
-# Mopidy-Stream 3.2.0
-#
-# Available options and defaults might have changed since then,
-# run `mopidy config` to see the current effective config and
-# `mopidy --version` to check the current version.
-
-[core]
-#cache_dir = $XDG_CACHE_DIR/mopidy
-#config_dir = $XDG_CONFIG_DIR/mopidy
-#data_dir = $XDG_DATA_DIR/mopidy
-#max_tracklist_length = 10000
-#restore_state = false
-
-[logging]
-#verbosity = 0
-#format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
-#color = true
-#config_file =
-
-[audio]
-#mixer = software
-#mixer_volume =
-#output = autoaudiosink
-#buffer_time =
-
-[proxy]
-#scheme =
-#hostname =
-#port =
-#username =
-#password =
-
-[file]
-#enabled = true
-#media_dirs =
-# $XDG_MUSIC_DIR|Music
-# ~/|Home
-#excluded_file_extensions =
-# .directory
-# .html
-# .jpeg
-# .jpg
-# .log
-# .nfo
-# .pdf
-# .png
-# .txt
-# .zip
-#show_dotfiles = false
-#follow_symlinks = false
-#metadata_timeout = 1000
-
-[http]
-#enabled = true
-#hostname = 127.0.0.1
-#port = 6680
-#zeroconf = Mopidy HTTP server on $hostname
-#allowed_origins =
-#csrf_protection = true
-#default_app = mopidy
-
-[m3u]
-#enabled = true
-#base_dir =
-#default_encoding = latin-1
-#default_extension = .m3u8
-#playlists_dir =
-
-[softwaremixer]
-#enabled = true
-
-[stream]
-#enabled = true
-#protocols =
-# http
-# https
-# mms
-# rtmp
-# rtmps
-# rtsp
-#metadata_blacklist =
-#timeout = 5000
-\ No newline at end of file
diff --git a/omf/bundle b/omf/bundle
@@ -1,3 +0,0 @@
-package gh
-package git-flow
-theme default
diff --git a/omf/channel b/omf/channel
@@ -1 +0,0 @@
-stable
diff --git a/omf/theme b/omf/theme
@@ -1 +0,0 @@
-default
diff --git a/profanity/profrc b/profanity/profrc
diff --git a/skhd/skhdrc b/skhd/skhdrc
@@ -1,11 +0,0 @@
-# focus window
-hyper - h : yabai -m window --focus west
-hyper - j : yabai -m window --focus south
-hyper - k : yabai -m window --focus north
-hyper - l : yabai -m window --focus east
-
-
-
-# applications quick run
-hyper - t : open -a /Applications/iTerm.app
-hyper - f : open -a /Applications/Firefox.app
diff --git a/xargs b/xargs
@@ -1 +0,0 @@
-Binary file /bin/bash matches
diff --git a/yabai/yabairc b/yabai/yabairc
@@ -1,50 +0,0 @@
-#!/usr/bin/env sh
-
-# the scripting-addition must be loaded manually if
-# you are running yabai on macOS Big Sur. Uncomment
-# the following line to have the injection performed
-# when the config is executed during startup.
-#
-# for this to work you must configure sudo such that
-# it will be able to run the command without password
-#
-# see this wiki page for information:
-# - https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)
-#
-# sudo yabai --load-sa
-# yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
-
-# global settings
-yabai -m config mouse_follows_focus true
-yabai -m config focus_follows_mouse off
-yabai -m config window_origin_display default
-yabai -m config window_placement second_child
-yabai -m config window_topmost off
-yabai -m config window_shadow false
-yabai -m config window_opacity off
-yabai -m config window_opacity_duration 0.0
-yabai -m config active_window_opacity 1.0
-yabai -m config normal_window_opacity 0.90
-yabai -m config window_border on
-yabai -m config window_border_width 3
-yabai -m config active_window_border_color 0xfff23000
-yabai -m config normal_window_border_color 0xff555555
-yabai -m config insert_feedback_color 0xffd75f5f
-yabai -m config split_ratio 0.50
-yabai -m config auto_balance off
-yabai -m config mouse_modifier fn
-yabai -m config mouse_action1 move
-yabai -m config mouse_action2 resize
-yabai -m config mouse_drop_action swap
-
-# general space settings
-yabai -m config layout bsp
-yabai -m config top_padding 0
-yabai -m config bottom_padding 10
-yabai -m config left_padding 10
-yabai -m config right_padding 10
-yabai -m config window_gap 10
-
-yabai -m config external_bar all:40:0
-
-echo "yabai configuration loaded.."