Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

add us to XkbLayout no matter which language is detected.
authorMichael Prokop <mika@grml.org>
Sat Jan 20 10:43:41 2007 +0100 (22 months ago)
changeset 75f33a17cb1b1
manifest5f33a17cb1b1
parent 66648889fa3b4
child 8dcbc47820baa
add us to XkbLayout no matter which language is detected.
debian/changelog
grml-x
--- a/debian/changelog Thu Dec 07 18:59:14 2006 +0100
+++ b/debian/changelog Sat Jan 20 10:43:41 2007 +0100
@@ -1,3 +1,9 @@ grml-x (0.3-14) unstable; urgency=low
+grml-x (0.3-15) unstable; urgency=low
+
+ * Add 'us' to XkbLayout no matter which language is detected.
+
+ -- Michael Prokop <mika@grml.org> Sat, 20 Jan 2007 10:43:04 +0100
+
grml-x (0.3-14) unstable; urgency=low
* Use "Architecture: all" in debian/control to support architectures
--- a/grml-x Thu Dec 07 18:59:14 2006 +0100
+++ b/grml-x Sat Jan 20 10:43:41 2007 +0100
@@ -4,7 +4,7 @@
# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports: see http://grml.org/bugs/
# License: This file is licensed under the GPL v2.
-# Latest change: Sam Aug 05 08:38:49 CEST 2006 [mika]
+# Latest change: Sam Jän 20 10:42:37 CET 2007 [mika]
################################################################################
# some zsh-stuff {{{
@@ -410,17 +410,17 @@ parse_options()
KEYBOARD="Driver \"keyboard\"
Option \"XkbRules\" \"xfree86\"
Option \"XkbModel\" \"pc105\"
- Option \"XkbLayout\" \"${XKEYBOARD}\"
- #Option \"XkbVariant\" \"nodeadkeys\""
+ Option \"XkbLayout\" \"${XKEYBOARD},us\"
+ # Option \"XkbVariant\" \"nodeadkeys\""
elif [[ -n $(X -version 2>&1 | grep -e 'X\.Org' -e 'Version 7\.') || "$XSERVER" == Xorg ]] ; then
XSERVER="Xorg"
XCONFIG='/etc/X11/xorg.conf'
KEYBOARD="Driver \"kbd\"
- #Option \"XkbRules\" \"xfree86\"
+ # Option \"XkbRules\" \"xfree86\"
Option \"XkbRules\" \"xorg\"
Option \"XkbModel\" \"pc105\"
- Option \"XkbLayout\" \"${XKEYBOARD}\"
- #Option \"XkbVariant\" \"nodeadkeys\""
+ Option \"XkbLayout\" \"${XKEYBOARD},us\"
+ # Option \"XkbVariant\" \"nodeadkeys\""
fi
# check for font path
@@ -621,6 +621,7 @@ Section "InputDevice"
Identifier "Keyboard0"
Option "CoreKeyboard"
$KEYBOARD
+ # Option "XkbOptions" "ctrl:swapcaps,grp:alt_shift_toggle,grp_led:scroll,compose:menu"
EndSection
# More information: http://ftp.x.org/pub/X11R7.0/doc/html/mouse.html