Skip to content

5.6.0

Latest

Choose a tag to compare

@houmain houmain released this 14 Jun 19:41

Added

  • Allow timeouts in input expressions which never partially match / start with ? (#372). e.g.

    # Turn A to C when B quickly follows A
    ? A !250ms B >> Backspace C

Fixed

  • Allow held key to match different mappings even when timeouts are used (#372). e.g.

    # Keep outputting C and D alternately while A is held
    state = Virtual
    !state A{250ms} >> C state
    state A{250ms} >> D !state
    # reset state to always start with C
    !A >> !state
  • Synchronizing active state with tray menu entry on Linux (#370).