Commit 2ba27c7fa8c29ebf242bdcfab621abd3a00ac399
1 parent
9ceb2a77
Add the altgr key name to the monitor, by Samuel Thibault.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5000 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
monitor.c
| @@ -794,6 +794,8 @@ static const KeyDef key_defs[] = { | @@ -794,6 +794,8 @@ static const KeyDef key_defs[] = { | ||
| 794 | 794 | ||
| 795 | { 0x38, "alt" }, | 795 | { 0x38, "alt" }, |
| 796 | { 0xb8, "alt_r" }, | 796 | { 0xb8, "alt_r" }, |
| 797 | + { 0x64, "altgr" }, | ||
| 798 | + { 0xe4, "altgr_r" }, | ||
| 797 | { 0x1d, "ctrl" }, | 799 | { 0x1d, "ctrl" }, |
| 798 | { 0x9d, "ctrl_r" }, | 800 | { 0x9d, "ctrl_r" }, |
| 799 | 801 |