Skip to content

MCE Controller Version 2.1.0

Compare
Choose a tag to compare
@tig tig released this 26 Oct 03:33

Version 2.1.0.32 (October 25, 2019) - Lots of updates

  • Commands defined in MCECommands.command now really override any built-ins.
  • Reverted the set of built-in commands to include tons of defaults.
  • Key and Attribute names (e.g. <sendinput> or Shift=) in MCECommands.commands` are no longer case sensitive.
  • Default pacing for commands is settable. See General settings tab. Default is 0. Specify in ms.
  • New Pause Command enables putting delays between commands
  • Shutdown commands are expanded and more reliable. Almost all funcdtions supported by the Windows shutdown.exe command are supported.
  • Command window now supports sending multiple lines (scripts)
  • All <Commands> in MCEControl.commands can now be nested. This makes it easy to create compound commands (scripts).
  • Added Chars Command. Useful in nested commands.