qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5559] Control + i and [tab] share keycode in curses, simul


From: Andrzej Zaborowski
Subject: [Qemu-devel] [5559] Control + i and [tab] share keycode in curses, simulate [tab].
Date: Tue, 28 Oct 2008 00:11:07 +0000

Revision: 5559
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5559
Author:   balrog
Date:     2008-10-28 00:11:06 +0000 (Tue, 28 Oct 2008)

Log Message:
-----------
Control + i and [tab] share keycode in curses, simulate [tab].

Spotted by Blue Swirl.

Modified Paths:
--------------
    trunk/curses_keys.h

Modified: trunk/curses_keys.h
===================================================================
--- trunk/curses_keys.h 2008-10-28 00:03:28 UTC (rev 5558)
+++ trunk/curses_keys.h 2008-10-28 00:11:06 UTC (rev 5559)
@@ -192,7 +192,7 @@
     [0x014] = 20 | CNTRL, /* Control + t */
     [0x019] = 21 | CNTRL, /* Control + y */
     [0x015] = 22 | CNTRL, /* Control + u */
-    [0x009] = 23 | CNTRL, /* Control + i */
+    /* Control + i collides with Tab */
     [0x00f] = 24 | CNTRL, /* Control + o */
     [0x010] = 25 | CNTRL, /* Control + p */
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]