Skip to content

bit-shift-io/macrokey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macrokey

A simple c++/python alternative to auto hotkey (AHK) for linux.

requirements:

Run ./requirements.sh on arch/manjaro.

build

First run ./cmake.sh

run

simply ./run.sh
or
sudo ./macrokey.py {GameName}

Where {GameName} currently can be:
Default - use a default profile
TheForest - specialised left clicking to support cutting down trees in The Forest

default keys

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.