1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:26:00 +02:00

keyd: add page (#16460)

This commit is contained in:
Managor 2025-05-13 14:00:53 +03:00 committed by GitHub
parent 55ced7e717
commit cae34e4f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/keyd.md Normal file
View file

@ -0,0 +1,24 @@
# 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}}`