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

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).

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