Commit 7d73db6a authored by Wenchao Zhang's avatar Wenchao Zhang ✍️
Browse files

add listary win solution by @KevinWang15

parent 63918751
Loading
Loading
Loading
Loading

Listary-win.ahk

0 → 100644
+11 −0
Original line number Diff line number Diff line
; Install AutoHotkey from https://autohotkey.com/download/

~LWin Up::
{
	sleep 100
	Send {ESC}
	sleep 50
	Send {Ctrl}
	sleep 50
	Send {Ctrl}
}
 No newline at end of file