aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c065e25..7cd12ff 100644
--- a/README.md
+++ b/README.md
@@ -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