Skip to content

4.8.0

Compare
Choose a tag to compare
@houmain houmain released this 01 Sep 12:26

Added

  • Added keymapperctl operations --input and --output for injecting key presses. e.g.:

    keymapperctl --input Shift{A} B C
    

    with --input the mappings are applied as if the sequence came from an input device,
    with --output the sequence is output as if it was generated by keymapper (#170).