An open API service indexing awesome lists of open source software.

https://github.com/nothub/keymux

Multiplex multiple keyboard inputs with a single key press.
https://github.com/nothub/keymux

keyboard-automation path-of-exile

Last synced: 2 months ago
JSON representation

Multiplex multiple keyboard inputs with a single key press.

Awesome Lists containing this project

README

        

keymux v0.2.4

Multiplex multiple keyboard inputs with a single key press.
Given a set of keys, if any key is pressed keymux will
simulate the presses of the other keys in the set.

Usage:
keymux --keys "a,b,x"
keymux --device "/dev/input/by-id/usb-042-event-kbd"
keymux --window "Path of Exile"
keymux --delay 70 --delay-random 30

Options:
--keys=
List of hotkeys to monitor and send (default: "1,2,3,4,5").
--key-pause=
Hotkey for pausing execution (default: "Pause").
--device=
Keyboard device path (omit for auto search).
--window=
Restrict input to specific window (omit to disable).
--delay=
Keysend delay in milliseconds (default: 50).
--delay-random=
Additional random keysend delay (default: 25).
-h --help
Print help message and exit.