Gentoo: Colemak keymap support

Colemak is my new keymap of choice. Luckily, Gentoo Linux supports it well. Unlike some of the crazy instructions people have posted out [there][3], you only need to edit 2 files to convert your console and Xorg server. Note, I’m taking the time to write this because I couldn’t find easy instructions out there…

`
% cat /etc/conf.d/keymaps

Use keymap to specify the default console keymap. There is a complete tree

of keymaps in /usr/share/keymaps to choose from.

keymap=“en-latin9”
<…>
`

% cat /etc/X11/xorg.conf.d/30-keyboard.conf 
Section "InputClass"
        Identifier "keyboard-all"
        Option "XkbVariant" "colemak"
EndSection

[3]: http://forums.gentoo.org/viewtopic-t-639368-start-0.html


Jeremy Olexa

Random stuff that I write and make public to the interwebs. I am a tech enthusiast, so some posts are about tech/software. However, as of late, most will be about traveling. I hope you enjoy and find something useful.