Re: intrepid: keyboard layout in login screen
Thanks for writing the tutorial, Songwind! I've recently switched to colemak, and have been trying to get the keyboard layout enabled in KDM as well.
The code snippet as provided on your blog works, but when I try to change it to colemak like this:
Code:
<device>
<match key="info.capabilities" contains="input.keys">
<merge key="input.x11_options.XkbRules" type="string">base</merge>
<merge key="input.x11_options.XkbModel" type="string">pc105</merge>
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.XkbLayout" type="string">colemak,us</merge>
<merge key="input.x11_options.XkbOptions" type="string">grp:shifts_toggle</merge>
</match>
</device>
It stops working. I've tried restarting hal and the laptop itself to no avail. Does anyone know if I am using the wrong key for XkbLayout? I have a feeling that I'm missing something obvious...
MacBook2,1/Kubuntu 8.10 64-bit
Bookmarks