官網:---------------- https://autohotkey.com/
中文官網:-------- https://sourceforge.net/projects/ahkcn/
官方中文論壇: --- https://autohotkey.com/boards/viewforum.php?f=26
中文api:---------- https://ahkcn.github.io/docs/AutoHotkey.htm
官網api:---------- https://autohotkey.com/docs/AutoHotkey.htm
符號 | 鍵 | 說明 |
---|---|---|
! | {Alt} {Alt down} {Alt up} | Send !a presses ALT+a |
+ | {Shift} {Shift down} {Shift up} | Send +abC sends the text "AbC" Send !+a presses ALT+SHIFT+a |
^ | {Ctrl} {Ctrl down} {Ctrl up} | Send ^{Home} presses CONTROL+HOME |
# | {LWin} {RWin} {LWin down} {RWin down} {LWin up} {RWin up} | Send #e holds down the Windows key and then presses the letter "e" |