# HG changeset patch # User Oleksandr Gavenko # Date 1255166806 -10800 # Node ID 2f2d520e22eecf80713f29244ed60a4cbe518df1 # Parent a1e69064ee0b048d6aaad62a1b412682959d6de3 Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed. diff -r a1e69064ee0b -r 2f2d520e22ee 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 &