AutoHotkey: Difference between revisions
Jump to navigation
Jump to search
(Spread Selection with Parameter) |
No edit summary |
||
Line 39: | Line 39: | ||
# [[AutoHotkey: ScrollLock functionality]] (by [[user:SanskritFritz|SanskritFritz]]) | # [[AutoHotkey: ScrollLock functionality]] (by [[user:SanskritFritz|SanskritFritz]]) | ||
# [[AutoHotkey: Send a command to Total Commander]] (by [[user:SanskritFritz|SanskritFritz]]) | # [[AutoHotkey: Send a command to Total Commander]] (by [[user:SanskritFritz|SanskritFritz]]) | ||
# [[AutoHotkey: Set folder timestamp to newest file]] (by [[user:SanskritFritz|SanskritFritz]]) | |||
# [[AutoHotkey: Show elapsed / remaining / total / start / finish times in title bar of progress dialogs]] (by [[user:Hacker|Hacker]]) | # [[AutoHotkey: Show elapsed / remaining / total / start / finish times in title bar of progress dialogs]] (by [[user:Hacker|Hacker]]) | ||
# [[AutoHotkey: Show the active path in the title bar]] (by [[user:SanskritFritz|SanskritFritz]]) | # [[AutoHotkey: Show the active path in the title bar]] (by [[user:SanskritFritz|SanskritFritz]]) |
Revision as of 09:46, 24 April 2006
AutoHotkey is a scripting utility you can use to initiate operations in Total Commander. Its focus, as the name implies, are Hotkeys which can be created pretty easily. Another great feature is Hotstrings. Make sure that you take a look at the excellent help file, it's suited for beginners and advanced users as well and will help you create your own scripts in no time.
How does it work?
In order to make use of the following scripts you have to
- install AutoHotkey;
- save the script as WhateverYouLike.ahk (alternatively add it to the AHK autostart file AutoHotkey.ini);
- run it.
or
you compile the script with Ahk2Exe.exe (available in the zip-file at the AHK Download page). Thus you get a standalone exe-file you can run on each PC without Autohotkey installed. Disadvantage: You can't modify this compiled exe anymore.
Useful Scripts
- AutoHotkey: Always copy / move in Queue (by Hacker)
- AutoHotkey: Auto add URL to Background transfer manager (by Hacker)
- AutoHotkey: Automatic directory-specific configuration / actions (by Hacker)
- AutoHotkey: Backspace In Drive Root Opens My Computer (by Icfu)
- AutoHotkey: Close or minimize windows (by SanskritFritz)
- AutoHotkey: CopyNamesToClipWithoutExt (by Hacker)
- AutoHotkey: Copy Filename To Clipboard When Inplace-renaming (by Icfu)
- AutoHotkey: Copy Selection To Clipboard In Lister (by Icfu)
- AutoHotkey: Combine file parts (by Hacker)
- AutoHotkey: Create .bat file to combine file parts (by Hacker)
- AutoHotkey: Create folders from filenames (by Sheepdog)
- AutoHotkey: Go To Parent Directory When Doubleclicking Border (by Icfu)
- AutoHotkey: Inplace rename with dialog (by SanskritFritz)
- AutoHotkey: Launch external diff (by SanskritFritz)
- AutoHotkey: Locate in TC (by SanskritFritz)
- AutoHotkey: Make a Screenshot of the current Window with Irfanview (by Sheepdog)
- AutoHotkey: Makedir and file create history (by Jungle)
- AutoHotkey: Move Quicksearch Box To Make Status Bar Visible (by Icfu)
- AutoHotkey: Popup menu for button bar or F4 (by Mbirth)
- AutoHotkey: Popup the splitter menu (by SanskritFritz)
- AutoHotkey: Refresh the treeinfo.wc of certain drives (by Sheepdog)
- AutoHotkey: Reset the MultiRenameTool automatically (by SanskritFritz)
- AutoHotkey: Run or activate Total Commander (by SanskritFritz)
- AutoHotkey: ScrollLock functionality (by SanskritFritz)
- AutoHotkey: Send a command to Total Commander (by SanskritFritz)
- AutoHotkey: Set folder timestamp to newest file (by SanskritFritz)
- AutoHotkey: Show elapsed / remaining / total / start / finish times in title bar of progress dialogs (by Hacker)
- AutoHotkey: Show the active path in the title bar (by SanskritFritz)
- AutoHotkey: Shutdown computer after download or copy (by SanskritFritz)
- AutoHotkey: Simultaneous switch to next/previous Tab in both panes (by Sheepdog)
- Autohotkey: Spread Selection with Parameter (by Sheepdog)
- AutoHotkey: Start Notepad In Lister (by Icfu)
- AutoHotkey: Switch Language (by Sheepdog)
- AutoHotkey: Tray Icon for TC (by SanskritFritz)
- AutoHotkey: Unpack each archive to a separate subdir (by Icfu, Icfu, Hacker)
- AutoHotkey: With Alt - \ always to root of drive (by Sheepdog)
Useful addons
- TC user Boskoop has created an AHK syntax highlighter (DDL) for the TC editor plugin SynPlus.
External links
- Official AutoHotkey Wiki (in English)
- Official AutoHotkey Forum (in English)
- Discussion in the Total Commander forum about some differences between AutoIt and AutoHotkey.
Back to Scripting utilities