TIL: Getting the keys pressed

This commit is contained in:
Asocia 2021-11-03 00:27:36 +03:00
parent e174cf36ae
commit 6fbd3cb1d8

View File

@ -0,0 +1,4 @@
Most of the time, `xev` will be enough to know exactly which key is pressed but it generates a lot of output and sometimes that is overwhelming. If you find yourself in this situation try:
```
showkey -a
```