Difference between revisions of "Autohotkey"

From JRiverWiki
Jump to: navigation, search
Line 1: Line 1:
Autohotkey is a program that can be used to make hot keys etc. When used with [[The_Command_Line|command lines]] or [[Media_Center_Core_Commands|MCC commands]], there is one thing to remember. A comma must be escaped with a ` otherwise Autohotkey will interpret it wrongly.  
+
Autohotkey is a program that can be used to make hot keys etc. When used with [[The_Command_Line|command lines]] or [[Media_Center_Core_Commands|MCC commands]], there is one thing to remember. A comma must be escaped with a ` otherwise Autohotkey will interpret it as the next parameter for a Autohotkey command.  
  
 
Example:
 
Example:

Revision as of 06:10, 11 April 2014

Autohotkey is a program that can be used to make hot keys etc. When used with command lines or MCC commands, there is one thing to remember. A comma must be escaped with a ` otherwise Autohotkey will interpret it as the next parameter for a Autohotkey command.

Example: The code for switching to Playing Now in Theater View is MCC 22001,2 In Autohotkey the command would be

run mc19.exe /mcc 22001`,2