diff options
| author | 2020-03-22 21:20:18 +0100 | |
|---|---|---|
| committer | 2020-03-22 21:20:18 +0100 | |
| commit | c148ef799742f6f09fced26cbf6ece5c93516b02 (patch) | |
| tree | 78f4e7eff8e12634aa5bca7f0a2a0ee013d2f980 | |
| parent | 14cef9c545204a5badb9d51988f4f504123b1649 (diff) | |
| download | xkbcat-c148ef799742f6f09fced26cbf6ece5c93516b02.tar.gz xkbcat-c148ef799742f6f09fced26cbf6ece5c93516b02.zip | |
Readme: Correct example output whitespace
| -rw-r--r-- | readme.markdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/readme.markdown b/readme.markdown index 752562c..a042fa2 100644 --- a/readme.markdown +++ b/readme.markdown @@ -21,12 +21,12 @@ output when I type "Hi": With key-ups enabled (`xkbcat -up`), the format changes to show them: - + Shift_L - + h - - h - - Shift_L - + i - - i + +Shift_L + +h + -h + -Shift_L + +i + -i Lines starting `+` are key-downs; `-` are key-ups. |
