mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Sparse fixes: remove duplicate entry
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6739 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
80deece241
commit
e6f2870e25
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue