slitaz-tools rev 419

tazx: fix XkbLayout patchs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 07 00:39:20 2010 +0100 (2010-01-07)
parents bcc0520365d0
children 68ee70163abc
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Mon Jan 04 18:30:02 2010 +0100
     1.2 +++ b/tinyutils/tazx	Thu Jan 07 00:39:20 2010 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4  +	Option      "XkbLayout"	 "us,ru(winkeys)"
     1.5  +	Option      "XkbVariant" "grp:alt_shift_toggle"
     1.6   EndSection
     1.7 -  
     1.8 + 
     1.9   Section "InputDevice"
    1.10  EOF
    1.11  			;;
    1.12 @@ -88,7 +88,7 @@
    1.13  +	Option      "XkbLayout"  "si"
    1.14  +	Option      "XkbOptions" "grp:alt_shift_toggle"
    1.15   EndSection
    1.16 -   
    1.17 + 
    1.18   Section "InputDevice"
    1.19  EOF
    1.20  			;;
    1.21 @@ -101,13 +101,13 @@
    1.22  			patch -p0 <<EOF
    1.23  --- /etc/X11/xorg.conf
    1.24  +++ /etc/X11/xorg.conf
    1.25 -@@ -26,5 +26,7 @@
    1.26 +@@ -26,6 +26,7 @@
    1.27   Section "InputDevice"
    1.28   	Identifier  "Keyboard0"
    1.29   	Driver      "kbd"
    1.30 -+	Option      "XkbLayout"	"$KEYMAP"
    1.31 ++	Option      "XkbLayout" "$KEYMAP"
    1.32   EndSection
    1.33 -   
    1.34 + 
    1.35   Section "InputDevice"
    1.36  EOF
    1.37  		;;