AutoHotkey: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
(Added link to SynPlus highlighter from user Boskoop and redesigned site layout)
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].
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.


The english Wiki for that program: [http://autohotkey.com/wiki/index.php?title=Main_Page AutoHotkey Wiki]


== Useful Scripts ==
== Useful Scripts ==
# [[AutoHotkey: Always copy / move in Queue]]
# [[AutoHotkey: Always copy / move in Queue]]
# [[AutoHotkey: Auto add URL to Background transfer manager]]
# [[AutoHotkey: Auto add URL to Background transfer manager]]
Line 32: Line 38:
# [[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 ==
* TC user Boskoop has created an [http://www.autohotkey.net/file/users/Members/Boskoop/Synplus_Autohotkey_Syntax_File.zip AHK syntax highlighter (DDL)] for the TC editor plugin [[SynPlus]].




== External links ==
* [http://autohotkey.com/wiki/index.php?title=Main_Page Official AutoHotkey Wiki (in English)]
* [http://www.autohotkey.com/forum/ Official AutoHotkey Forum (in English)]
* [http://ghisler.ch/board/viewtopic.php?t=6891 Discussion] in the Total Commander forum about some differences between [[AutoIt]] and AutoHotkey.




{{translated|AutoHotkey|Scripting utilities}}
{{translated|AutoHotkey|Scripting utilities}}

Revision as of 11:26, 10 January 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.


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: Copy Filename To Clipboard When Inplace-renaming
  7. AutoHotkey: Copy Selection To Clipboard In Lister
  8. AutoHotkey: Combine file parts
  9. AutoHotkey: Create .bat file to combine file parts
  10. AutoHotkey: Create folders from filenames
  11. AutoHotkey: Go To Parent Directory When Doubleclicking Border
  12. AutoHotkey: Inplace rename with dialog
  13. AutoHotkey: Launch external diff
  14. AutoHotkey: Popup menu for button bar or F4
  15. AutoHotkey: Popup the splitter menu
  16. AutoHotkey: Refresh the treeinfo.wc of certain drives
  17. AutoHotkey: Reset the MultiRenameTool automatically
  18. AutoHotkey: Run or activate Total Commander
  19. AutoHotkey: ScrollLock functionality
  20. AutoHotkey: Send a command to Total Commander
  21. AutoHotkey: Shutdown computer after download or copy
  22. AutoHotkey: Simultaneous switch to next/previous Tab in both panes
  23. AutoHotkey: Start Notepad In Lister
  24. AutoHotkey: Switch Language
  25. AutoHotkey: Unpack each archive to a separate subdir
  26. AutoHotkey: With Alt - \ always to root of drive


Useful addons


External links



Back to Scripting utilities