Skip to content

Commit 9d1eb5e

Browse files
authored
Update HyperSearch.ahk
- `Alt` + `Q` clears search field for new entry
1 parent 701318e commit 9d1eb5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HyperSearch.ahk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ return
8787
!q::
8888
GuiControlGet, currentControl, Focus
8989
if (currentControl=="Edit1") {
90-
send, +{home}
90+
send, ^a
91+
send, {backspace}
9192
}
9293
return
9394

0 commit comments

Comments
 (0)