projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ceb2a7
)
Add the altgr key name to the monitor, by Samuel Thibault.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 13 Aug 2008 12:54:23 +0000
(12:54 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 13 Aug 2008 12:54:23 +0000
(12:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5000
c046a42c
-6fe2-441c-8c8c-
71466251a162
monitor.c
patch
|
blob
|
history
diff --git
a/monitor.c
b/monitor.c
index a6d2ea9e97b853b8d88f8e89d0241f3152476000..b76b1ddd347a98771a3d6c6e6a7810f8ee54e4f2 100644
(file)
--- a/
monitor.c
+++ b/
monitor.c
@@
-794,6
+794,8
@@
static const KeyDef key_defs[] = {
{ 0x38, "alt" },
{ 0xb8, "alt_r" },
+ { 0x64, "altgr" },
+ { 0xe4, "altgr_r" },
{ 0x1d, "ctrl" },
{ 0x9d, "ctrl_r" },