github houmain/keymapper 4.7.1

latest releases: 5.5.1, 5.5.0, 5.4.2...
21 months ago

Added

  • Added string interpolation, which works in strings, terminal commands and regular expressions. e.g.:

    VAR = "World"
    A >> "Hello ${VAR}"  # $VAR also works
  • Allow to split a line with a \ at the end. e.g.:

    Shift{A} >> \
       Control{B}

Changed

  • Aliases are no longer automatically substituted in terminal commands (use string interpolation).

Fixed

  • Fixed too eager macro evaluation.

Don't miss a new keymapper release

NewReleases is sending notifications on new releases.