in windows there is a program called keyboard jedi that shows what keys are pressed on the keyboard. is there an equivalent for linux?
|
feedback
|
migrated from stackoverflow.com Feb 21 '11 at 16:10
This question came from our site for professional and enthusiast programmers.
|
There is | |||
|
feedback
|
|
Others have mentioned | |||
|
feedback
|
|
If you are looking for something that graphically shows you what key is pressed currently (perhaps for the corner of a screencast), key-mon might be the ticket. | |||
|
feedback
|
|
If you're at a shell prompt, you can press Ctrl-v then the key of interest to see what the output is. For example, on my system, pressing Ctrl-v then Right Arrow shows As others have mentioned, | |||
|
feedback
|