HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

keyd — Remap keys. More information: <https://manned.org/keyd>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
keysremaphttpscommandcliinformationkeydmore
linux

Problem

How to use the keyd command: Remap keys. More information: <https://manned.org/keyd>.

Solution

keyd — Remap keys. More information: <https://manned.org/keyd>.

Start and enable the keyd service:
systemctl enable keyd --now


Display keypress information:
sudo keyd {{[-m|monitor]}}


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


List all valid key names:
keyd list-keys


Check the detected configuration files for errors:
keyd check


Create a temporary binding:
sudo keyd bind "{{pressed_key}} = {{output_key}}"

Code Snippets

Start and enable the `keyd` service

systemctl enable keyd --now

Display keypress information

sudo keyd {{[-m|monitor]}}

Reset bindings and reload the configuration files in `/etc/keyd`

sudo keyd reload

List all valid key names

keyd list-keys

Check the detected configuration files for errors

keyd check

Context

tldr-pages: linux/keyd

Revisions (0)

No revisions yet.