AutoHotkey: Difference between revisions
No edit summary |
(Added: Link to external english AutoHotkey Wiki) |
||
Line 1: | Line 1: | ||
[http://www.autohotkey.com/ AutoHotkey] is an utility you can use to script operations in Total Commander. Its focus, as the name implies, are [http://www.autohotkey.com/docs/Hotkeys.htm Hotkeys] which can be created pretty fast. Another great feature missing in [[AutoIt]] are [http://www.autohotkey.com/docs/Hotstrings.htm Hotstrings]. Here is a discussion about the difference between AutoIt3 and AutoHotkey at the Total Commander forum: [http://ghisler.ch/board/viewtopic.php?t=6891 FYI: Using SendMessage with AutoIt] | [http://www.autohotkey.com/ AutoHotkey] is an utility you can use to script operations in Total Commander. Its focus, as the name implies, are [http://www.autohotkey.com/docs/Hotkeys.htm Hotkeys] which can be created pretty fast. Another great feature missing in [[AutoIt]] are [http://www.autohotkey.com/docs/Hotstrings.htm Hotstrings]. Here is a discussion about the difference between AutoIt3 and AutoHotkey at the Total Commander forum: [http://ghisler.ch/board/viewtopic.php?t=6891 FYI: Using SendMessage with AutoIt] | ||
The english Wiki for that program: [http://autohotkey.com/wiki/index.php?title=Main_Page AutoHotkey Wiki] | |||
== Useful Scripts == | == Useful Scripts == |
Revision as of 18:48, 22 September 2005
AutoHotkey is an utility you can use to script operations in Total Commander. Its focus, as the name implies, are Hotkeys which can be created pretty fast. Another great feature missing in AutoIt are Hotstrings. Here is a discussion about the difference between AutoIt3 and AutoHotkey at the Total Commander forum: FYI: Using SendMessage with AutoIt
The english Wiki for that program: AutoHotkey Wiki
Useful Scripts
Auto add URL to Background transfer manager
Automatic directory-specific configuration / actions
Backspace In Drive Root Opens My Computer
Copy Filename To Clipboard When Inplace-renaming
Copy Selection To Clipboard In Lister
Go To Parent Directory When Doubleclicking Border
Refresh the treeinfo.wc of certain drives
Reset the MultiRenameTool automatically
Run or activate Total Commander
Send a command to Total Commander
Shutdown computer after download or copy
Unpack each archive to a separate subdir
------
Back to Scripting utilities