Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 10 Oct 2009 12:26:46 +0300
changeset 4 2f2d520e22ee
parent 3 a1e69064ee0b
child 5 bd38a3b4e196
Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
linux/.xinitrc
--- a/linux/.xinitrc	Wed Sep 02 22:22:53 2009 +0300
+++ b/linux/.xinitrc	Sat Oct 10 12:26:46 2009 +0300
@@ -4,7 +4,8 @@
 # xrdb -load ~/.Xdefaults &
 
 # Set lang switch.
-setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
+# Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
+# setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
 
 fvwm &