Hi,
So, I have a startup script looking like the following:
#!/bin/sh
setxkbmap -layout cyborg16,cyborg16 -variant colemak_ch,basic -option -option grp:sclk_toggle,grp_led:caps,compose:menu
xset r 66
(customised layout). This used to work fine, but I noticed after upgrading to Ubuntu 10.04 and a recent debian system that the caps-lock (back-space) repeat keeps getting unset after a while (using kde 4.4 desktop). Running
xset r 66
again fixes this, but only for a little while. (Keyboard layout is not set in KDE settings; only by script. The actual layout persists; just key 66 auto-repeat is turned off.) Anyone have an idea why? I posted a question here too: https://answers.launchpad.net/ubuntu/+question/111811