Skip to content

v0.12

Latest

Choose a tag to compare

@ililim ililim released this 12 Aug 03:32

Instructions

Download dual-key-remap.zip to install. Installation instructions can be found in the README.

0.12

Added

  • when_timeout directive: an extra remap action that fires immediately when the key has been held alone past timeout_ms (e.g., when_timeout=CAPSLOCK to get a real Caps Lock by holding). Supports chords and sequences.

Changed

  • Directives after a completed remap block now modify that remap, so when_timeout or timeout_ms can be added below with_other. timeout_ms is global only when set at the top of the config, before any remap_key.

Fixed

  • Setting names are now case-insensitive (e.g., REMAP_KEY=CAPSLOCK works). Previously only key values were.
  • Config error messages now stay on screen instead of flashing and closing immediately.