diff options
| author | 2020-10-30 20:16:31 +0100 | |
|---|---|---|
| committer | 2020-10-30 20:16:31 +0100 | |
| commit | 636946c38399a1ffcb0211f75b58bcf719e2e289 (patch) | |
| tree | 73ef4c758254d12f33d51d7b776480f499767ff6 /readme.markdown | |
| parent | 441d032b1c1a6a26e83bdb5d2c7102951bd6b363 (diff) | |
| download | xkbcat-636946c38399a1ffcb0211f75b58bcf719e2e289.tar.gz xkbcat-636946c38399a1ffcb0211f75b58bcf719e2e289.zip | |
Readme: Recommend stty for disabling terminal echo
Closes #3.
Diffstat (limited to 'readme.markdown')
| -rw-r--r-- | readme.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.markdown b/readme.markdown index 01a6f96..56113a3 100644 --- a/readme.markdown +++ b/readme.markdown @@ -63,6 +63,9 @@ Then just use your computer as usual. Interrupt signal (`C-c`) to quit. - If you want to add timestamps to each line for logging purposes, I recommend piping to the [moreutils package][4]'s `ts`. [These answers][5] feature various other tools good for the purpose. + - If you only want to see key names when you press keys in the same terminal + where `xkbcat` is running, you can temporarily disable terminal echo with + `stty -echo && xkbcat`. (`stty` is in coreutils.) ### Programs for logging other X11 events |
