Commit 00ffa62a91a0b5af20f69819f0d30b2cd08cda99
1 parent
de2200d3
added some keys
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@887 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
monitor.c
... | ... | @@ -539,7 +539,7 @@ static const KeyDef key_defs[] = { |
539 | 539 | { 0x32, "m" }, |
540 | 540 | |
541 | 541 | { 0x39, "spc" }, |
542 | - | |
542 | + { 0x3a, "caps_lock" }, | |
543 | 543 | { 0x3b, "f1" }, |
544 | 544 | { 0x3c, "f2" }, |
545 | 545 | { 0x3d, "f3" }, |
... | ... | @@ -550,7 +550,7 @@ static const KeyDef key_defs[] = { |
550 | 550 | { 0x42, "f8" }, |
551 | 551 | { 0x43, "f9" }, |
552 | 552 | { 0x44, "f10" }, |
553 | - | |
553 | + { 0x45, "num_lock" }, | |
554 | 554 | { 0x46, "scroll_lock" }, |
555 | 555 | |
556 | 556 | { 0x56, "<" }, | ... | ... |