Skip to content

Commit a1167da

Browse files
committed
Minor fixes
1 parent 1f48b5c commit a1167da

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Karabiner/karabiner.edn

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
}
7272
}
7373

74-
; -- CUSTOM MODES & LAYERS --
74+
; -- CUSTOM MODES & LAYERS SETUP --
7575
:main [
76-
{:des "Custom Modes/Layers Creation" :rules [
76+
{:des "Custom Modes Setup" :rules [
7777
; 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.
7878
[{:key :semicolon :modi {:optional [:caps_lock]}} ["del-mode" 1]
7979
[:!ropt :!rcmd :!w-mode :!spacebarpress :!caps-mode :!t-mode :!a-mode :!sd-mode :!f-mode :!e-mode]
@@ -126,7 +126,7 @@
126126
:afterup {:set ["f-mode" 0]}}]
127127
]},
128128

129-
{:des "Misc Sublayers Creation" :rules [
129+
{:des "Misc Sublayers Setup" :rules [
130130
; wD-Press
131131
[: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]}}]
132132
; wF-Press
@@ -169,11 +169,9 @@
169169
[:!Cn [:km "New Bear Note - Same Window"] [:bear :!sd-mode ["capsD-press" 0]["capsS-press" 0]["capsE-press" 0]["capsC-press" 0]]]
170170
; Unused - Make New Safari Window
171171
;[:!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+
]},
177175

178176
{:des "Kando Menus" :rules [
179177
;ITHILWEN
@@ -396,7 +394,7 @@
396394
; MOVE (Warp) East
397395
[:l [:yabai "window --warp east"]]
398396
; 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"]]
400398
; CREATE Space & GO
401399
[:quote [:yabai "space --create && /opt/homebrew/bin/yabai -m space --focus last && sleep 0.1 && echo \"refresh\" | nc -U /tmp/yabai-indicator.socket"]]
402400
; TOGGLE Fullscreen Zoom
@@ -1096,8 +1094,8 @@
10961094
[:#COPspacebar :left_shift] ;Shift
10971095
[:##f :left_command :!terminal] ;Left Command | EXCLUDING TERMINAL
10981096
[:##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.
11011099
; DELETES
11021100
[:#PSOCn :delete_or_backspace :!terminal] ;Delete Backspace on N | EXCLUDING TERMINAL
11031101
[:#SOPperiod :delete_forward :!terminal] ;Delete Forward on Period | EXCLUDING TERMINAL

0 commit comments

Comments
 (0)