projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2200d
)
added some keys
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 4 Jun 2004 13:25:15 +0000
(13:25 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 4 Jun 2004 13:25:15 +0000
(13:25 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@887
c046a42c
-6fe2-441c-8c8c-
71466251a162
monitor.c
patch
|
blob
|
history
diff --git
a/monitor.c
b/monitor.c
index 6094f7ba0a50e36690c5e87233a8cc1b2ba034b7..b7ce550cf5da0604fd9a2c1fafb31dc9a67bb233 100644
(file)
--- a/
monitor.c
+++ b/
monitor.c
@@
-539,7
+539,7
@@
static const KeyDef key_defs[] = {
{ 0x32, "m" },
{ 0x39, "spc" },
-
+ { 0x3a, "caps_lock" },
{ 0x3b, "f1" },
{ 0x3c, "f2" },
{ 0x3d, "f3" },
@@
-550,7
+550,7
@@
static const KeyDef key_defs[] = {
{ 0x42, "f8" },
{ 0x43, "f9" },
{ 0x44, "f10" },
-
+ { 0x45, "num_lock" },
{ 0x46, "scroll_lock" },
{ 0x56, "<" },