From cae34e4f4ab9088c6d971f011036a306b7de7e68 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 13 May 2025 14:00:53 +0300 Subject: [PATCH] keyd: add page (#16460) --- pages/linux/keyd.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/keyd.md diff --git a/pages/linux/keyd.md b/pages/linux/keyd.md new file mode 100644 index 0000000000..e11153cd6d --- /dev/null +++ b/pages/linux/keyd.md @@ -0,0 +1,24 @@ +# keyd + +> Remap keys. +> More information: . + +- 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}}`