mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Getting the keys pressed
This commit is contained in:
parent
e174cf36ae
commit
6fbd3cb1d8
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user