X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=curses_keys.h;h=4c6f3db0dcbc5064638499fd55091dfb8cb28afd;hb=HEAD;hp=fd2545168b365526fa0881d74ecf9b797bc87d60;hpb=0483755a4d1fd61fe9c284166f67ae08af8d858b;p=qemu diff --git a/curses_keys.h b/curses_keys.h index fd25451..4c6f3db 100644 --- a/curses_keys.h +++ b/curses_keys.h @@ -206,7 +206,7 @@ static const int curses2keycode[CURSES_KEYS] = { [0x006] = 33 | CNTRL, /* Control + f */ [0x007] = 34 | CNTRL, /* Control + g */ [0x008] = 35 | CNTRL, /* Control + h */ - [0x00a] = 36 | CNTRL, /* Control + j */ + /* Control + j collides with Return */ [0x00b] = 37 | CNTRL, /* Control + k */ [0x00c] = 38 | CNTRL, /* Control + l */