Skip to content

Version 0.4

Compare
Choose a tag to compare
@ililim ililim released this 24 May 20:23
· 48 commits to master since this release

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

Changelog v0.4

Added

  • Dual-key-remap now supports remapping multiple keys.
  • Mouse presses (keydown) will now work with the dual key. They trigger the with_other modifier (CTRL by default).

Changed

  • The dual key will only become the with_other key when keys (or mouse) is pressed down as opposed both up and down. This means that fast typists should no longer experience unexpected results due to key rollover.
  • Some keynames had incorrectly capitalized names, this has now been fixed (i.e. SCROLLLOCK instead of ScrollLock). If you remapped one of these keys you will have to update your config to use the all capitalized names.

Fixed

  • The config will now always be loaded from the same directory as the executable instead of the directory the executable was launched from.