Skip to content

Commit ff6c9dd

Browse files
committed
input method shortcut remap
1 parent a1bc77e commit ff6c9dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

q-dir_ahk.ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ Return
125125
; Send, {LShift Down}
126126
; Send, {LShift Up}
127127
; Return
128+
129+
#If WinActive("ahk_exe Obsidian.exe") or ("ahk_exe code.exe")
130+
^Space::#Space
131+
Return

0 commit comments

Comments
 (0)