# HG changeset patch # User Oleksandr Gavenko # Date 1335532743 -10800 # Node ID d2a8da11f9d70f93756c115738a9ca143e77c2c0 # Parent ff1f781e38d3f893cb91f9c55baa4de478aae6ab List input devices. diff -r ff1f781e38d3 -r d2a8da11f9d7 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. =================== ::