Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Ubuntu 16.04.01 LTS: How to show scancodes?

Writer Mia Lopez

I want to show my scancodes, because Ubuntu doesn't map my keyboard correctly. (Multiple keys (Alt, Alt Gr and Strg) have the same keycode and act like Caps Lock).

Windows 10 maps my keyboard correctly...

showkey --scancodes

and

sudo evtest

doesn't work on my system.

xev

shows only the keycodes.

How do I display the scancodes of the keys?

1 Answer

showkey --scancodes works if you run it from a console window, which you can open via Ctrl+Alt+F1. (Use Ctrl+Alt+F7 to close it afterwards.)

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy