github houmain/keymapper 5.2.0

latest releases: 5.4.1, 5.4.0, 5.3.2...
5 months ago

Added

  • Added directive @virtual-keys-toggle, which allows to change the behavior of virtual keys in outputs (#309). e.g.

    @virtual-keys-toggle true   # true is (still) the default
    
    # toggle Virtual1
    F1 >> Virtual1
    @virtual-keys-toggle false
    
    # press Virtual1
    F1 >> Virtual1
    
    # release Virtual1
    F2 >> !Virtual1
    
    # toggle Virtual1
    Virtual1{F3} >> !Virtual1
    F3 >> Virtual1

Fixed

  • Improved performance of sending mouse events on Windows (#300).
  • Fixed output on release with together groups (#306).

Don't miss a new keymapper release

NewReleases is sending notifications on new releases.