https://github.com/bit-shift-io/macrokey
A rust alternative to auto hotkey (AHK).
https://github.com/bit-shift-io/macrokey
ahk autohotkey cpp input keyboard linux macro mouse
Last synced: 2 months ago
JSON representation
A rust alternative to auto hotkey (AHK).
- Host: GitHub
- URL: https://github.com/bit-shift-io/macrokey
- Owner: bit-shift-io
- Created: 2017-03-16T00:52:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T13:19:29.000Z (about 1 year ago)
- Last Synced: 2025-01-13T13:45:52.916Z (about 1 year ago)
- Topics: ahk, autohotkey, cpp, input, keyboard, linux, macro, mouse
- Language: Rust
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macrokey
A simple rust alternative to auto hotkey (AHK) for linux.
## Build/Install/Run
Run ```./build.sh```
## Run
Run ```./build.sh```
## Default Task
Ctrl + Alt + Key - starts a repeating timer for that key, press the key again without the modifiers and it will delete the timer.
~ (Tilde) - deletes all repeat timers.
Caps Lock - toggles all repeat timers on/off.
## Virtual devices
Live in ```/sys/devices/virtual/input```
## Links
https://github.com/emberian/evdev/tree/main/examples