diff --git a/command-line-utils/getting-the-keys-pressed.md b/command-line-utils/getting-the-keys-pressed.md new file mode 100644 index 0000000..b13c8f9 --- /dev/null +++ b/command-line-utils/getting-the-keys-pressed.md @@ -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 +```