Dup Ver Goto 📝

AutoHotKey

PT2/aw/os/windows does not exist
To
11 lines, 43 words, 334 chars Page 'AutoHotKey' does not exist.

AutoHotKey homepage AutoHotKey v2.0 docs

Script cheatsheet

; # == windows key
#t::Run "wt"
#n::Run "C:\Program Files\Notepad++\notepad++.exe"
; Replace # with ^ for Ctrl, ! for Alt or + for Shift, or try combinations.

; send keys
#+j::Send "Mr Flibble"