Linux - Change keyboard configuration at kdm ... - Super User most recent 30 from superuser.com2010-03-21T05:34:34Zhttp://superuser.com/feeds/question/47127http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://superuser.com/questions/47127/linux-change-keyboard-configuration-at-kdm0Linux - Change keyboard configuration at kdm ...zillionhttp://superuser.com/users/64682009-09-26T08:13:43Z2009-10-13T00:00:01Z
<p>I'm on Arch linux now but at every restart at the login screen, I seem to be in Azerty when I need a Qwerty keyboard, how I change that ???</p>
http://superuser.com/questions/47127/linux-change-keyboard-configuration-at-kdm/47945#479450Answer by monkey_p for Linux - Change keyboard configuration at kdm ...monkey_phttp://superuser.com/users/102332009-09-28T13:37:16Z2009-09-28T13:37:16Z<p>in your rc.conf file (/etc folder) look for the line KEYMAP="" and change the to us or whatever layout you want</p>
<p>you can find the available layouts in "/usr/share/kbd/keymaps" and the sub folders, just use the name minux the .map.gz</p>
<p><strong>Example</strong></p>
<p>if you want to use "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz" then just add "us" to the config file</p>