mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-14 04:59:38 +01:00
5 lines
209 B
Markdown
5 lines
209 B
Markdown
|
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
|
||
|
```
|