AutoHotkey: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Show the active path in the title bar)
Line 29: Line 29:
# [[AutoHotkey: Launch external diff]]
# [[AutoHotkey: Launch external diff]]
# [[AutoHotkey: Locate in TC]]
# [[AutoHotkey: Locate in TC]]
# [[AutoHotkey: Makedir history]]
# [[AutoHotkey: Makedir and file create history]]
# [[AutoHotkey: Move Quicksearch Box To Make Status Bar Visible]]
# [[AutoHotkey: Move Quicksearch Box To Make Status Bar Visible]]
# [[AutoHotkey: Popup menu for button bar or F4]]
# [[AutoHotkey: Popup menu for button bar or F4]]
Line 45: Line 45:
# [[AutoHotkey: Unpack each archive to a separate subdir]]
# [[AutoHotkey: Unpack each archive to a separate subdir]]
# [[AutoHotkey: With Alt - \ always to root]][[AutoHotkey: With Alt - \ always to root| of drive]]
# [[AutoHotkey: With Alt - \ always to root]][[AutoHotkey: With Alt - \ always to root| of drive]]


== Useful addons ==
== Useful addons ==

Revision as of 08:53, 15 February 2006

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

  1. install AutoHotkey;
  2. save the script as WhateverYouLike.ahk (alternatively add it to the AHK autostart file AutoHotkey.ini);
  3. 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

  1. AutoHotkey: Always copy / move in Queue
  2. AutoHotkey: Auto add URL to Background transfer manager
  3. AutoHotkey: Automatic directory-specific configuration / actions
  4. AutoHotkey: Backspace In Drive Root Opens My Computer
  5. AutoHotkey: Close or minimize windows
  6. AutoHotkey: CopyNamesToClipWithoutExt
  7. AutoHotkey: Copy Filename To Clipboard When Inplace-renaming
  8. AutoHotkey: Copy Selection To Clipboard In Lister
  9. AutoHotkey: Combine file parts
  10. AutoHotkey: Create .bat file to combine file parts
  11. AutoHotkey: Create folders from filenames
  12. AutoHotkey: Go To Parent Directory When Doubleclicking Border
  13. AutoHotkey: Inplace rename with dialog
  14. AutoHotkey: Launch external diff
  15. AutoHotkey: Locate in TC
  16. AutoHotkey: Makedir and file create history
  17. AutoHotkey: Move Quicksearch Box To Make Status Bar Visible
  18. AutoHotkey: Popup menu for button bar or F4
  19. AutoHotkey: Popup the splitter menu
  20. AutoHotkey: Refresh the treeinfo.wc of certain drives
  21. AutoHotkey: Reset the MultiRenameTool automatically
  22. AutoHotkey: Run or activate Total Commander
  23. AutoHotkey: ScrollLock functionality
  24. AutoHotkey: Send a command to Total Commander
  25. AutoHotkey: Show the active path in the title bar
  26. AutoHotkey: Shutdown computer after download or copy
  27. AutoHotkey: Simultaneous switch to next/previous Tab in both panes
  28. AutoHotkey: Start Notepad In Lister
  29. AutoHotkey: Switch Language
  30. AutoHotkey: Unpack each archive to a separate subdir
  31. AutoHotkey: With Alt - \ always to root of drive

Useful addons


External links



Back to Scripting utilities