List input devices.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 Apr 2012 16:19:03 +0300
changeset 1267 d2a8da11f9d7
parent 1266 ff1f781e38d3
child 1268 08f4dc604da2
List input devices.
x.rst
--- a/x.rst	Wed Apr 25 23:04:32 2012 +0300
+++ b/x.rst	Fri Apr 27 16:19:03 2012 +0300
@@ -144,6 +144,16 @@
   http://en.gentoo-wiki.com/wiki/Multimedia_Keys
                 Gentoo Multimedia Keys howto.
 
+List input devices.
+===================
+::
+
+  $ xinput -list
+
+You can use obtained ID in such command::
+
+  $ setxkbmap -device $ID -layout dvorak
+
 Making screenshort.
 ===================
 ::