summaryrefslogtreecommitdiffstatshomepage
path: root/readme.markdown
diff options
context:
space:
mode:
authorGravatar Antti Korpi2018-01-28 14:22:47 +0100
committerGravatar Antti Korpi2018-01-28 14:22:47 +0100
commit5615accf7c4cc68b612c1d42c6f7e0d5de06aeed (patch)
tree3b2d1731b8c3932caca4fe5eb2e372f645e5e2ab /readme.markdown
parentd16a14ca5ed14e3ff117a0e03e0935ef8e0529bb (diff)
downloadxkbcat-5615accf7c4cc68b612c1d42c6f7e0d5de06aeed.tar.gz
xkbcat-5615accf7c4cc68b612c1d42c6f7e0d5de06aeed.zip
Readme: minor typos and language improvements
Diffstat (limited to 'readme.markdown')
-rw-r--r--readme.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.markdown b/readme.markdown
index fadd88b..b8f5315 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,6 +1,6 @@
# xkbcat
-X11 keylogger with a simple output format: One key event per line on `stdout`.
+X11 keylogger with simple output format: one line on `stdout` per key event.
Great as a data source for keyboard heatmaps, layout comparisons or
screencasting applications.
@@ -25,7 +25,7 @@ With key-ups enabled (`xkbcat -up`), the format changes to show them:
+ i
- i
-Lines starting `+` are key-downs; `-` are key-ups.
+Lines starting `+` are key-downs; `-` are key-ups.
Left- and right-positioned modifier keys are recognised separately. The F-keys
work too, as do most media keys like `XF86AudioLowerVolume`.
@@ -44,7 +44,6 @@ package.
Flags you can pass (all optional):
- `-display <display>`: set target X display (default `:0`)
- that's 100ms)
- `-up`: also prepend key-ups (default: don't)
- `-help`: print usage hints and exit