* [Qemu-devel] [PATCH] ui: add pause key to linux_to_qcode
@ 2017-07-28 6:34 Gerd Hoffmann
2017-07-28 8:16 ` Daniel P. Berrange
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2017-07-28 6:34 UTC (permalink / raw)
To: qemu-devel; +Cc: berrange, Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
ui/input-keymap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/input-keymap.c b/ui/input-keymap.c
index cdad5652d3..cf979c2ce9 100644
--- a/ui/input-keymap.c
+++ b/ui/input-keymap.c
@@ -116,6 +116,7 @@ static int linux_to_qcode[KEY_CNT] = {
[KEY_LEFTMETA] = Q_KEY_CODE_META_L,
[KEY_RIGHTMETA] = Q_KEY_CODE_META_R,
[KEY_MENU] = Q_KEY_CODE_MENU,
+ [KEY_PAUSE] = Q_KEY_CODE_PAUSE,
[KEY_SLEEP] = Q_KEY_CODE_SLEEP,
[KEY_WAKEUP] = Q_KEY_CODE_WAKE,
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-28 8:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28 6:34 [Qemu-devel] [PATCH] ui: add pause key to linux_to_qcode Gerd Hoffmann
2017-07-28 8:16 ` Daniel P. Berrange
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.