Tools
Auto Hot Key

AutoHotkey
Lessons
- manage AHK script
- #F1::Run "c:\Program Files\Vim\vim72\gvim.exe" "C:\Documents and Settings\tyflser\My Documents\AutoHotkey.ahk"
- #F2::Reload
- change script editor
- HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command
- start app with a specific position and size
- Run "C:\Program Files\PuTTY\putty.exe" -load seedea
- WinWait seedea.org - PuTTY
- WinMove, 0, 548
- return
- note that Putty has restrictions (step by step resizing) which can eventually be overcame through its startup options
- start text editor then paste the current buffer in it
- Run c:\Program Files\Vim\vim72\gvim.exe
- WinWait [No Name] - GVIM
- WinActivate
- Send ^v
- return
- Escape Flash application from Vimperator
- echo "MouseClick, left, 266, 771" > c:\bottomclick.ahk
- #z::Run c:\bottomclick.ahk
- bind Windows+Fn key to start a program
- #F8::Run cmd /k CD /d e:\home\utopiah
See also
- Official website AutoHotkey.com
- #ahk channel on freenode
- ironahk rewrite of AutoHotkey for .NET and Mono to provide cross-platform compatibility, increased performance and smaller binary file sizes for compiled scripts.
- AutoIt Script freeware Windows automation language.
- CoScripter from IBM Research
- Vimperator and Vim through their macro and autocmd functions
To do
- share Path:/pub/toolsfiles/AutoHotkey.ahk (20/05/2010 version)
Note
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.
CONTENT
CONTACT
UPDATES
LAST TWEET
CONTENT RIGHTS
RSS for this page only
