Package: qemu
Version: 0.7.0-4+kbsd
Severity: normal
Tags: patch

Keycodes '-' and '=' for sendkey command are missing, so one cannot do
combinations like:

  sendkey ctrl-alt--

Or:

  sendkey ctrl-alt-shift-=

  (i.e. ctrl-alt-+)

This makes reducing or increasing X resolution in runtime impossible.  Please
see attached patch.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages qemu depends on:
ii  bochsbios     2.2.1-2                    BIOS for the Bochs emulator
ii  libc0.1       2.3-1+kbsd.11              GNU C Library: Shared libraries an
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  openhackware  0.4.1-1                    OpenFirmware emulator for PowerPC
ii  proll         18-1                       JavaStation PROM 2.x compatible re
ii  vgabios       0.5c-1                     VGA BIOS software for the Bochs an
ii  zlib1g        1:1.2.3-4                  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap                   0.3.1.7    Bootstrap a basic Debian system
pn  sharutils                     <none>     (no description available)

-- no debconf information
--- qemu-0.7.0/monitor.c~       2005-04-27 22:52:05.000000000 +0200
+++ qemu-0.7.0/monitor.c        2005-10-15 14:16:25.000000000 +0200
@@ -590,6 +590,8 @@
     { 0x09, "8" },
     { 0x0a, "9" },
     { 0x0b, "0" },
+    { 0x0c, "-" },
+    { 0x0d, "=" },
     { 0x0e, "backspace" },
 
     { 0x0f, "tab" },

Reply via email to