mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-13 06:39:41 +03:00
TIL: Getting the keys pressed
This commit is contained in:
4
command-line-utils/getting-the-keys-pressed.md
Normal file
4
command-line-utils/getting-the-keys-pressed.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user