AutoHotkey: Difference between revisions
m (→Menus and such) |
|||
Line 35: | Line 35: | ||
[[AutoHotkey: Run or activate Total Commander]] (by [[user:SanskritFritz|SanskritFritz]]) | [[AutoHotkey: Run or activate Total Commander]] (by [[user:SanskritFritz|SanskritFritz]]) | ||
[[AutoHotkey: Auto-Delete BAK-files created by TC's File-Compare-Editor]] (by [[user:StatusQuo|StatusQuo]]) | |||
=== User experience improvements === | === User experience improvements === |
Revision as of 22:05, 30 May 2008
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. Please notice that some AHK-Scripts with different versions of Windows do not work properly or possibly do not work at all.
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
GUI enhancements
AutoHotkey: Drives Tooltip (by SanskritFritz)
AutoHotkey: Move Quicksearch Box To Make Status Bar Visible (by Icfu)
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: TC Fav Menu (by majkinetor)
AutoHotkey: Tray Icon for TC (by SanskritFritz)
Automatic actions
AutoHotkey: Automatic directory-specific configuration / actions (by Hacker)
AutoHotkey: Alt-Tab fix when minimized to tray (by TucknDar)
AutoHotkey: Reset the MultiRenameTool automatically (by SanskritFritz, Sheepdog)
AutoHotkey: Run or activate Total Commander (by SanskritFritz)
AutoHotkey: Auto-Delete BAK-files created by TC's File-Compare-Editor (by StatusQuo)
User experience improvements
Menus and such
AutoHotkey: Makedir and file create history (by Jungle)
AutoHotkey: Popup menu for button bar or F4 (by Mbirth)
AutoHotkey: Popup the splitter menu (by SanskritFritz)
AutoHotkey: Duplicate starter menu entry (or entry in directory hotlist) (by StatusQuo)
Help with Copy/Move/Pack/Download
AutoHotkey: Always copy / move in Queue (by Hacker)
AutoHotkey: Auto add URL to Background transfer manager (by Hacker)
AutoHotkey: Inplace rename with dialog (by Icfu, SanskritFritz)
AutoHotkey: Shutdown computer after download or copy (by SanskritFritz)
AutoHotkey: Unpack each archive to a separate subdir (by Icfu, Icfu, Hacker)
AutoHotkey: Automatically assign name for archive (by saturn)
AutoHotkey: AppendLnk option for packing (plus: Automatically assign name for archive) (by StatusQuo)
Help with file panels
AutoHotkey: Backspace In Drive Root Opens My Computer (by Icfu)
AutoHotkey: Double click resets the splitter (by SanskritFritz)
AutoHotkey: Find Previous Match With Ctrl Shift Enter (by Icfu)
AutoHotkey: Go To Parent Directory When Doubleclicking Border (by Icfu)
AutoHotkey: Jump To The Next File Extension (by Icfu)
AutoHotkey: Mark Important Files Permanently (by Icfu)
AutoHotkey: Middle click opens new tab (by SanskritFritz)
AutoHotkey: ScrollLock functionality (by SanskritFritz)
AutoHotkey: Simultaneous switch to next/previous Tab in both panes (by Sheepdog)
Autohotkey: Spread Selection with Parameter (by Sheepdog)
AutoHotkey: With Alt - \ always to root of drive (by Sheepdog)
Help with Config
AutoHotkey: Switch Language (by Sheepdog)
Help with the Clipboard
AutoHotkey: CopyNamesToClipWithoutExt (by Icfu, Hacker)
AutoHotkey: Copy Filename To Clipboard When Inplace-renaming (by Icfu)
AutoHotkey: Copy Selection To Clipboard In Lister (by Icfu)
AutoHotkey: Get the ftp address as hyperlink (by SanskritFritz)
Integration with external tools
AutoHotkey: Launch external diff (by SanskritFritz)
AutoHotkey: Locate in TC (by SanskritFritz)
AutoHotkey: Paste TC's active path anywhere (by Hacker, SanskritFritz)
AutoHotkey: Send a command to Total Commander (by SanskritFritz)
AutoHotkey: Start Notepad In Lister (by Icfu)
AutoHotKey: Explorer Directory Tree (by Vigk)
External (standalone) scripts
AutoHotkey: Close or minimize windows (by SanskritFritz)
AutoHotkey: Combine file parts (by Hacker)
AutoHotkey: Create .bat file to combine file parts (by Hacker)
AutoHotkey: Create folders from filenames (by Icfu)
AutoHotkey: Inplace rename facilities (by Gbo)
AutoHotkey: Make a Screenshot of the current Window with Irfanview (by Sheepdog)
AutoHotkey: Refresh the treeinfo.wc of certain drives (by Sheepdog)
AutoHotkey: Set folder timestamp to newest file (by SanskritFritz)
AutoHotkey: Make shortcut file from clipboard contents (by StatusQuo)
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