slitaz-tools diff tinyutils/tazx @ rev 445

gettextize subox and scpbox
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 20 01:02:21 2010 +0100 (2010-03-20)
parents 0eb4f6b032fa
children 627b4051b6e6
line diff
     1.1 --- a/tinyutils/tazx	Mon Dec 28 15:38:59 2009 +0100
     1.2 +++ b/tinyutils/tazx	Sat Mar 20 01:02:21 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  		;;