Skip to content

3.4.0

Compare
Choose a tag to compare
@houmain houmain released this 31 Dec 10:14

Added

  • Not-key following key in input expression matches when key is released. e.g. Space{A !A} >> Control{A}

Changed

  • No longer implicitly waiting for key release before timeout. e.g. A !250ms B. Previously the timeout started when A was released, now it starts when it is pressed. A !A !100ms B is needed to get the old behaviour.
  • Prevent input sequences without key down. e.g. !A 500ms