Skip to content

v89: Macros, LEDs, Unicode chars

Choose a tag to compare

@cajhin cajhin released this 31 Jan 12:36
· 42 commits to master since this release

New features

  • 20 configurable macros, see record/playMacro and Macros
  • traybar icon indicates "macro recording ongoing"
  • GLOBAL capsicainOnOffKey can now control the LED for ScrLock, NumLock, CapsLock.
    See Keyword GLOBAL
    The OnOff key is not forwarded to Windows anymore.
  • Enable unicode hex input for altChar, like > altChar(+11D).
    This requires registry entry. See Function altChar

Breaking Changes

  • the key label SYSRQ is now PRINT

Cleanup

  • Lot of cleanup around Messy keys
  • removed dedicated ESC+U ESC+P shortcuts for key/password macros

Fixes
several minor fixes for special cases. See the commit log for details.

Other

  • compile flag for Precision performance timers.
  • average keypress is processed in 0.020 milliseconds. With logging on that increases to 2ms