-
Notifications
You must be signed in to change notification settings - Fork 0
Key Remapping
Lean's edited this page Aug 6, 2024
·
5 revisions
- Download
hawck-gitauracle
Workaround for some bugs
- sudo setfacl -m 'g:uinput:rw' /dev/uinput
Enabling hawck
- sudo systemctl enable hawck-inputd
- sudo systemctl start hawck-inputd
I dont know, the docs is not clear enough
- hawck-macrod
Create your remapping
- vim ~/.config/hawck/scripts/example.hwk
-- Pressing C-a should insert the character "b"
down + ctrl + key "a" => insert "b"Instanciating it to hawck
- hawck-add ~/.config/hawck/scripts/example.hwk
To enable it
- chmod +x ~/.config/hawck/scripts/example.hwk
To disable it
- chmod -x ~/.config/hawck/scripts/example.hwk