AutoHotkey
Jump to navigation
Jump to search
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. Make sure that you take a look at the excellent help file, it's suited for beginners and advanced users 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
- AutoHotkey: Auto add URL to Background transfer manager
- AutoHotkey: Automatic directory-specific configuration / actions
- AutoHotkey: Backspace In Drive Root Opens My Computer
- AutoHotkey: Close or minimize windows
- AutoHotkey: CopyNamesToClipWithoutExt
- AutoHotkey: Copy Filename To Clipboard When Inplace-renaming
- AutoHotkey: Copy Selection To Clipboard In Lister
- AutoHotkey: Combine file parts
- AutoHotkey: Create .bat file to combine file parts
- AutoHotkey: Create folders from filenames
- AutoHotkey: Go To Parent Directory When Doubleclicking Border
- AutoHotkey: Inplace rename with dialog
- AutoHotkey: Launch external diff
- AutoHotkey: Locate in TC
- AutoHotkey: Move Quicksearch Box To Make Status Bar Visible
- AutoHotkey: Popup menu for button bar or F4
- AutoHotkey: Popup the splitter menu
- AutoHotkey: Refresh the treeinfo.wc of certain drives
- AutoHotkey: Reset the MultiRenameTool automatically
- AutoHotkey: Run or activate Total Commander
- AutoHotkey: ScrollLock functionality
- AutoHotkey: Send a command to Total Commander
- AutoHotkey: Shutdown computer after download or copy
- AutoHotkey: Simultaneous switch to next/previous Tab in both panes
- AutoHotkey: Start Notepad In Lister
- AutoHotkey: Switch Language
- AutoHotkey: Unpack each archive to a separate subdir
- AutoHotkey: With Alt - \ always to root of drive
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