Package: xvkbd Version: 2.7a-3.1 Severity: normal
Hello, I have noticed that 0 on keypad does not work as expected. It generates Shift-Insert as if truekeypad is always on for this key. Here is a patch. --- xvkbd-3.0.orig/xvkbd.c +++ xvkbd-3.0/xvkbd.c @@ -2291,6 +2291,7 @@ case XK_KP_Add: keysym = XK_plus; break; case XK_KP_Subtract: keysym = XK_minus; break; case XK_KP_Enter: keysym = XK_Return; break; + case XK_KP_0: keysym = XK_0; break; case XK_KP_1: keysym = XK_1; break; case XK_KP_2: keysym = XK_2; break; case XK_KP_3: keysym = XK_3; break; -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24-etchnhalf.1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages xvkbd depends on: ii libc6 2.7-10 GNU C Library: Shared libraries ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.3-7 X11 client-side library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxmu6 1:1.0.2-2 X11 miscellaneous utility library ii libxpm4 1:3.5.7-1 X11 pixmap library ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii libxtst6 1:1.0.1-5 X11 Testing -- Resource extension ii xaw3dg 1.5+E-14 Xaw3d widget set Versions of packages xvkbd recommends: ii wamerican [wordlist] 6-2 American English dictionary words -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org