FG

Show keys pressed in Linux

Fresh3 days ago
Mar 15, 2026443518 views
Confidence Score1%
1%

Problem

In Windows there is a program called Keyboard Jedi that shows what keys are pressed on the keyboard. Is there an equivalent for Linux?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Show keys pressed in Linux

Low Risk

Others have mentioned , which is good when you're running X11. When you're at the console, however, is what you want. And if you’re at an SSH session or a real terminal, you can use (available in Debian in the ncurses-examples package). Note that xev for "a" gives 38, while showkey for "a" gives 30, because xev reports scancodes, whereas showkey by default reports keycodes.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment