logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Remap Keys - Control Keyboard Bindings with keyd | Online Free DevTools by Hexmos

Control keyboard bindings with keyd. Remap keys and customize your keyboard layout on Linux using command line. Free online tool, no registration required.

keyd

Remap keys. More information: https://manned.org/keyd.

  • Start and enable the keyd service:

systemctl enable keyd --now

  • Display keypress information:

sudo keyd monitor

  • Reset bindings and reload the configuration files in /etc/keyd:

sudo keyd reload

  • List all valid key names:

keyd list-keys

  • Create a temporary binding:

sudo keyd bind "{{pressed_key}} = {{output_key}}"

See Also