X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=curses_keys.h;h=0105279087746294c1f8da51f937b9aab2a64510;hb=81d7087514eb067959560c672786c81fc9af39d6;hp=9cdaf693588487ec26e2dd3f78b32f4727c07570;hpb=853f6931db87fd4f2f5754d28630a62404338645;p=qemu diff --git a/curses_keys.h b/curses_keys.h index 9cdaf69..0105279 100644 --- a/curses_keys.h +++ b/curses_keys.h @@ -192,7 +192,7 @@ static const int curses2keycode[CURSES_KEYS] = { [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 */