MCE Controller Changelog

What's new in MCE Controller 1.5.1

Apr 3, 2012
  • Removed readme file from distribution and updated online docs.

New in MCE Controller 1.5.0 (Apr 3, 2012)

  • 'chars:' command now supports escaped characters.
  • This allows the sending of Unicode characters such as € (e.g. 'chars:\u20AC' will cause the € character to be input on the server machine).

New in MCE Controller 1.4.0 (Apr 3, 2012)

  • Server now supports any number of client connections.
  • Expanded MCEController.commands to include commands used by iRule
  • Updated About Box & Help menu to reflect move to GitHub.
  • Added menu item to open directory containing MCEController.commands.

New in MCE Controller 1.3.3 (Apr 3, 2012)

  • Added capability to send individual key presses with shift/ctrl/alt/win modifiers (what keys: originally was supposed to do).

New in MCE Controller 1.3.2 (Apr 3, 2012)

  • Fixed bug in how .commands and .settings are stored (Win7 broke permissions).

New in MCE Controller 1.3.1 (Apr 3, 2012)

  • Fixed bug parsing -1 in the lParam of SendMessageCommands.
  • Commented MCEController.commands.
  • Minor code cleanup.

New in MCE Controller 1.3 (Jan 4, 2012)

  • Added support for "chars:".
  • Removed support for "keys:".
  • Added "enter" command.
  • Now builds with VS2010.

New in MCE Controller 1.1.0 (Oct 17, 2009)

  • The key= command now supports mulitple characters so you can specify key=123 and MCE Controller will send keystrokes for 1, 2 and 3.