Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions windows/run.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CapsLock & o::Send, {blind}{end}
CapsLock & h::Send, {blind}{delete}
CapsLock & y::Send, {blind}{PgUp}
CapsLock & n::Send, {blind}{PgDn}
CapsLock & `;::Send, {blind}{Backspace}
CapsLock & `::Send, {blind}{Backspace}
CapsLock & p::Send, {blind}{Insert}

CapsLock & f::Ctrl
Expand Down Expand Up @@ -54,4 +54,4 @@ else if (a_thisLabel = "set_title_case")
send ^{v}
sleep 50
clipboard := revert_clipboard
return
return