From 5615accf7c4cc68b612c1d42c6f7e0d5de06aeed Mon Sep 17 00:00:00 2001 From: Antti Korpi Date: Sun, 28 Jan 2018 14:22:47 +0100 Subject: Readme: minor typos and language improvements --- readme.markdown | 5 ++--- 1 file 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 `: set target X display (default `:0`) - that's 100ms) - `-up`: also prepend key-ups (default: don't) - `-help`: print usage hints and exit -- cgit v1.3-2-g0d8e