MCE Controller Version 2.1.0
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>
orShift=
) 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>
inMCEControl.commands
can now be nested. This makes it easy to create compound commands (scripts). - Added
Chars
Command. Useful in nested commands.