diff options
| author | Verdant <im@verdant.ee> | 2026-05-17 22:19:47 +0800 |
|---|---|---|
| committer | Verdant <im@verdant.ee> | 2026-05-17 22:19:47 +0800 |
| commit | 0d72959c9849638bcbbad31293c04f5d30d567fa (patch) | |
| tree | 1d7bb012c6254aae3e93dbbf9cf912b1f1955a97 | |
| parent | b5ad471600a2f5a6743bb4a675c21c5483bdde1f (diff) | |
| download | kl-0d72959c9849638bcbbad31293c04f5d30d567fa.tar.gz kl-0d72959c9849638bcbbad31293c04f5d30d567fa.zip | |
docs: tweak wording
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ This tool is compiled directly to native binary with zero runtime dependencies. ## Install -You can install it with aur. +You can install it with the AUR. ```bash paru -S kl @@ -24,7 +24,7 @@ sudo make install ## Usage -`kl` designs to interaction with low-level kernel input events directly via `/dev/input/eventx`. We need to find the keyboard event file. +`kl` is desiged to interact with low-level kernel input events directly via `/dev/input/eventx`. We need to find the keyboard event file. ```bash λ ~/ ls /dev/input/by-path @@ -33,7 +33,7 @@ pci-0000:00:14.0-usb-0:1:1.0-mouse pci-0000:00:14.0-usb-0:9:1.1-event-kbd pci-0000:00:14.0-usb-0:9:1.0-event-kbd platform-pcspkr-event-spkr ``` -Find a file which includes word like "keyboard", "kbd" and so on. For the first time of running `kl`, it will create a config file: `~/.klrc`, here is an example: +Find a file which includes words like "keyboard", "kbd" and so on. For the first time of running `kl`, it will create a config file: `~/.klrc`, here is an example: ``` @@ -104,7 +104,7 @@ E Due to the security model of modern Linux distributions (especially on Wayland/systemd-logind), direct access to these device nodes from an unprivileged GUI session is blocked to prevent unauthorized key logging. -If it can't work properly, add your user to `input` group, and reboot your computer. +If it can't work properly, add your user to the `input` group, and reboot your computer. ```bash sudo usermod -aG input $USER |
