Package: xlibs Version: 4.3.0.dfsg.1-10 Severity: normal Tags: l10n patch
In the Netherlands all (well probably > 99%) of the pc users have a US international keyboard, they also do want to type the Euro character. The pc/us(intl) and pc/us_intl (and pc/us(alt-intl) which is identical) layouts give you that, but they also gives you very annoying deadkeys. At the moment there is no easy way (other then editing one of these files oneself) to get a functional Euro key on a US-intl keyboard _without_ deadkeys. I added a very small patch that adds this possibility. One can then use layout = us_intl, variant = nodeadkeys to get such a layout. grts Tim -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (900, 'testing'), (60, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.9 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages xlibs depends on: ii libice6 4.3.0.dfsg.1-8 Inter-Client Exchange library ii libsm6 4.3.0.dfsg.1-8 X Window System Session Management ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-8 X Window System miscellaneous exte ii libxft1 4.3.0.dfsg.1-8 FreeType-based font drawing librar ii libxi6 4.3.0.dfsg.1-8 X Window System Input extension li ii libxmu6 4.3.0.dfsg.1-8 X Window System miscellaneous util ii libxmuu1 4.3.0.dfsg.1-8 lightweight X Window System miscel ii libxp6 4.3.0.dfsg.1-8 X Window System printing extension ii libxpm4 4.3.0.dfsg.1-8 X pixmap library ii libxrandr2 4.3.0.dfsg.1-8 X Window System Resize, Rotate and ii libxt6 4.3.0.dfsg.1-8 X Toolkit Intrinsics ii libxtrap6 4.3.0.dfsg.1-8 X Window System protocol-trapping ii libxtst6 4.3.0.dfsg.1-8 X Window System event recording an ii xlibs-data 4.3.0.dfsg.1-8 X Window System client data -- no debconf information
--- etc/X11/xkb/symbols/pc/us_intl.orig 2004-12-15 20:13:32.000000000 +0100 +++ etc/X11/xkb/symbols/pc/us_intl 2004-12-30 20:22:17.000000000 +0100 @@ -52,3 +52,11 @@ include "level3(ralt_switch)" }; + +xkb_symbols "nodeadkeys" { + + include "pc/en_US(nodeadkeys)" + key <AE05> { [ 5, percent, EuroSign ] }; + key <AD03> { [ e, E, EuroSign, cent ] }; + +};