Skip to content

Key Remapping

Lean's edited this page Aug 6, 2024 · 5 revisions

Hawck

  • Download hawck-git auracle

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

Clone this wiki locally