2

I have bought a new Blue Tooth keyboard for my desktop and got it to work with Ubuntu but the problem is that most of the function keys do not work properly and I wonder if the problem is with the keyboard or the driver.

enter image description here

I thought if there is a tool that show the keyboard code of the keys pressed so I can see if the transmitted codes are the correct ones or not.

FarhadA
  • 155

1 Answers1

0

There are many apps for that such as: xev , screenkey, showkey and much others.

Personally i advice you to try key-mon

To download:

first install dependency

sudo apt-get install python-xlib

download latest version of key-mon from here

now install key-mon

cd ~/Downloads
sudo dpkg -i keymon_1.17-1_all.deb

Now you can run it by command key-mon

Maythux
  • 87,123