til/command-line-utils/getting-the-keys-pressed.md

5 lines
209 B
Markdown
Raw Normal View History

2021-11-02 22:27:36 +01:00
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
```