# HG changeset patch # User Pascal Bellard # Date 1262011139 -3600 # Node ID 0eb4f6b032fa24e7caf5c8765960c3ce2bc9519b # Parent cf3f10a1e2dca8481a40198d0b21baa3655cc848 tazx: fix /etc/X11/xorg.conf keyboard patches diff -r cf3f10a1e2dc -r 0eb4f6b032fa tinyutils/tazx --- a/tinyutils/tazx Tue Dec 22 18:31:28 2009 +0100 +++ b/tinyutils/tazx Mon Dec 28 15:38:59 2009 +0100 @@ -66,6 +66,8 @@ --- /etc/X11/xorg.conf +++ /etc/X11/xorg.conf @@ -26,6 +26,8 @@ + Section "InputDevice" + Identifier "Keyboard0" Driver "kbd" + Option "XkbLayout" "us,ru(winkeys)" + Option "XkbVariant" "grp:alt_shift_toggle" @@ -80,6 +82,8 @@ --- /etc/X11/xorg.conf +++ /etc/X11/xorg.conf @@ -26,6 +26,8 @@ + Section "InputDevice" + Identifier "Keyboard0" Driver "kbd" + Option "XkbLayout" "si" + Option "XkbOptions" "grp:alt_shift_toggle" @@ -97,7 +101,9 @@ patch -p0 <