Linux - Change keyboard configuration at kdm ... - Super User most recent 30 from superuser.com 2010-03-21T05:34:34Z http://superuser.com/feeds/question/47127 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/47127/linux-change-keyboard-configuration-at-kdm 0 Linux - Change keyboard configuration at kdm ... zillion http://superuser.com/users/6468 2009-09-26T08:13:43Z 2009-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#47945 0 Answer by monkey_p for Linux - Change keyboard configuration at kdm ... monkey_p http://superuser.com/users/10233 2009-09-28T13:37:16Z 2009-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>