|
71 | 71 | }
|
72 | 72 | }
|
73 | 73 |
|
74 |
| -; -- CUSTOM MODES & LAYERS -- |
| 74 | +; -- CUSTOM MODES & LAYERS SETUP -- |
75 | 75 | :main [
|
76 |
| - {:des "Custom Modes/Layers Creation" :rules [ |
| 76 | + {:des "Custom Modes Setup" :rules [ |
77 | 77 | ; DEL MODE - I need it to work with modifiers and could not figure out how to do it as template. Works on F19 and caps lock. NOT on SD Mode.
|
78 | 78 | [{:key :semicolon :modi {:optional [:caps_lock]}} ["del-mode" 1]
|
79 | 79 | [:!ropt :!rcmd :!w-mode :!spacebarpress :!caps-mode :!t-mode :!a-mode :!sd-mode :!f-mode :!e-mode]
|
|
126 | 126 | :afterup {:set ["f-mode" 0]}}]
|
127 | 127 | ]},
|
128 | 128 |
|
129 |
| - {:des "Misc Sublayers Creation" :rules [ |
| 129 | + {:des "Misc Sublayers Setup" :rules [ |
130 | 130 | ; wD-Press
|
131 | 131 | [:d [["wD-press" 1]] [["w-mode" 1]["wC-press" 0]["wV-press" 0]["wR-press" 0]["wG-press" 0]["wF-press" 0]] {:afterup {:set ["wD-press" 0]}}]
|
132 | 132 | ; wF-Press
|
|
169 | 169 | [:!Cn [:km "New Bear Note - Same Window"] [:bear :!sd-mode ["capsD-press" 0]["capsS-press" 0]["capsE-press" 0]["capsC-press" 0]]]
|
170 | 170 | ; Unused - Make New Safari Window
|
171 | 171 | ;[:!CSTe ["osascript -e 'tell application \"Safari\" to make new document at end'"]]
|
172 |
| - ; MUTE - (Should be in Caps Lock Mode... but doesn't work there) |
173 |
| - ;[{:sim [:y :u] :simo {:interrupt true :dorder :insensitive :uorder :insensitive}} :mute [["caps-mode" 1]["capsD-press" 0]["capsS-press" 0]["capsE-press" 0]["capsC-press" 0]]] |
174 |
| - ; PLAY/PAUSE - (Should be in Caps Lock Mode... but doesn't work there) |
175 |
| - ;[{:sim [:y :u] :modi [:left_command] :simo {:interrupt true :dorder :insensitive :uorder :insensitive}} :play_or_pause [["caps-mode" 1]["capsD-press" 0]["capsS-press" 0]["capsE-press" 0]["capsC-press" 0]]] |
176 |
| - ]}, |
| 172 | + ; RETURN on Left CMD?? |
| 173 | + [:##left_control nil [:!w-mode :!ropt :!rcmd :!del-mode :!f19-mode :!caps-mode :!t-mode :!a-mode :!sd-mode :!f-mode :!e-mode :!bananotate] {:alone {:key :return_or_enter} :held {:key :left_control}}] |
| 174 | + ]}, |
177 | 175 |
|
178 | 176 | {:des "Kando Menus" :rules [
|
179 | 177 | ;ITHILWEN
|
|
396 | 394 | ; MOVE (Warp) East
|
397 | 395 | [:l [:yabai "window --warp east"]]
|
398 | 396 | ; CREATE Space & Don't Go
|
399 |
| - [:semicolon [:yabai "space --create && echo \"refresh\" | nc -U /tmp/yabai-indicator.socket"]] |
| 397 | + ;[:semicolon [:yabai "space --create && echo \"refresh\" | nc -U /tmp/yabai-indicator.socket"]] |
400 | 398 | ; CREATE Space & GO
|
401 | 399 | [:quote [:yabai "space --create && /opt/homebrew/bin/yabai -m space --focus last && sleep 0.1 && echo \"refresh\" | nc -U /tmp/yabai-indicator.socket"]]
|
402 | 400 | ; TOGGLE Fullscreen Zoom
|
|
1096 | 1094 | [:#COPspacebar :left_shift] ;Shift
|
1097 | 1095 | [:##f :left_command :!terminal] ;Left Command | EXCLUDING TERMINAL
|
1098 | 1096 | [:##a :left_option :!terminal] ;Left OPT | EXCLUDING TERMINAL
|
1099 |
| - [:#Pleft_command :!CTleft_shift [:vscode]] ;Expansion Shortcut for VSCode |
1100 |
| - [:#Pleft_command :left_control [:!vscode]] ;CTRL on left command no use so far... temporary solution. Not a lot of control option shortcuts. |
| 1097 | + [:##left_command :!CTleft_shift [:vscode]] ;Expansion Shortcut for VSCode |
| 1098 | + [:##left_command :left_control [:!vscode]] ;CTRL on left command no use so far... temporary solution. Not a lot of control option shortcuts. |
1101 | 1099 | ; DELETES
|
1102 | 1100 | [:#PSOCn :delete_or_backspace :!terminal] ;Delete Backspace on N | EXCLUDING TERMINAL
|
1103 | 1101 | [:#SOPperiod :delete_forward :!terminal] ;Delete Forward on Period | EXCLUDING TERMINAL
|
|
0 commit comments