mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 09:26:06 +02:00
keyd: add page (#16460)
This commit is contained in:
parent
55ced7e717
commit
cae34e4f4a
1 changed files with 24 additions and 0 deletions
24
pages/linux/keyd.md
Normal file
24
pages/linux/keyd.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue