Find the keycode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Apr 2012 15:22:28 +0300
changeset 1255 7cad4e6d59cd
parent 1254 a3889206dbb9
child 1256 7ce42ae5477d
Find the keycode.
x.rst
--- a/x.rst	Tue Apr 24 16:47:30 2012 +0300
+++ b/x.rst	Wed Apr 25 15:22:28 2012 +0300
@@ -76,6 +76,13 @@
   $ xprop -root
   $ xprop -name bash    # for xterm with running bash inside
 
+Find the keycode.
+=================
+::
+
+  $ xev
+  $ cat /usr/include/X11/keysymdef.h
+
 Making screenshort.
 ===================
 ::