mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 14:48:15 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/keyd
Normal file
29
tldr/linux/keyd
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user