mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 09:55:25 +02:00
25 lines
413 B
Markdown
25 lines
413 B
Markdown
![]() |
# 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}}`
|