From: John Arbuckle <programmingkidx@gmail.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
eblake@redhat.com, berrange@redhat.com
Cc: John Arbuckle <programmingkidx@gmail.com>
Subject: [Qemu-devel] [PATCH v3 2/2] Add more function keys to cocoa.m
Date: Mon, 31 Jul 2017 15:44:37 -0400 [thread overview]
Message-ID: <20170731194437.4077-3-programmingkidx@gmail.com> (raw)
In-Reply-To: <20170731194437.4077-1-programmingkidx@gmail.com>
Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
---
ui/cocoa.m | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 93e56d0518..edc7a65f7c 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -225,6 +225,11 @@
[kVK_F13] = Q_KEY_CODE_PRINT,
[kVK_F14] = Q_KEY_CODE_SCROLL_LOCK,
[kVK_F15] = Q_KEY_CODE_PAUSE,
+ [kVK_F16] = Q_KEY_CODE_F16,
+ [kVK_F17] = Q_KEY_CODE_F17,
+ [kVK_F18] = Q_KEY_CODE_F18,
+ [kVK_F19] = Q_KEY_CODE_F19,
+ [kVK_F20] = Q_KEY_CODE_F20
/*
* The eject and volume keys can't be used here because they are handled at
--
2.11.0 (Apple Git-81)
prev parent reply other threads:[~2017-07-31 19:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-31 19:44 [Qemu-devel] [PATCH v3 0/2] Add more function keys support John Arbuckle
2017-07-31 19:44 ` [Qemu-devel] [PATCH v3 1/2] Add more function keys to QEMU John Arbuckle
2017-08-01 8:34 ` Daniel P. Berrange
2017-07-31 19:44 ` John Arbuckle [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170731194437.4077-3-programmingkidx@gmail.com \
--to=programmingkidx@gmail.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).