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.
- Host: GitHub
- URL: https://github.com/nothub/keymux
- Owner: nothub
- License: mit
- Created: 2022-07-17T16:06:37.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-07-26T17:09:07.000Z (10 months ago)
- Last Synced: 2025-02-02T16:26:39.948Z (4 months ago)
- Topics: keyboard-automation, path-of-exile
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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 30Options:
--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.