diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-13 12:54:23 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-13 12:54:23 +0000 |
commit | 2ba27c7fa8c29ebf242bdcfab621abd3a00ac399 (patch) | |
tree | ab0c474de1f5ecad6754e36ab54dde1f3c1721cf /monitor.c | |
parent | 9ceb2a77ad248ca9a8b6f7ad0b6532119335b50f (diff) |
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
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -794,6 +794,8 @@ static const KeyDef key_defs[] = { { 0x38, "alt" }, { 0xb8, "alt_r" }, + { 0x64, "altgr" }, + { 0xe4, "altgr_r" }, { 0x1d, "ctrl" }, { 0x9d, "ctrl_r" }, |