aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-04 13:25:15 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-04 13:25:15 +0000
commit00ffa62a91a0b5af20f69819f0d30b2cd08cda99 (patch)
treed7576344f5dd972e1a249db0a0e297ba6c62d539 /monitor.c
parentde2200d36d70acf874dd806e6bee8a2793e7edc6 (diff)
added some keys
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@887 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 6094f7ba0a..b7ce550cf5 100644
--- 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, "<" },