From: byxk <patricktsen@gmail.com>
To: qemu-devel@nongnu.org
Cc: kraxel@redhat.com, byxk <patricktsen@gmail.com>
Subject: [Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle
Date: Sun, 7 Jan 2018 03:13:40 -0800 [thread overview]
Message-ID: <20180107111341.8879-1-patricktsen@gmail.com> (raw)
Hi QEMU,
This patch allows one to pass either one or both of
--evdev-lhotkey {keycode} and --evdev-rhotkey {keycode}
to change the default key combo to toggle evdev grab.
I had trouble figuring out where to set defaults
(LCTRL + RCTRL), so ended up setting it directly.
This is my first patch ever to anything so any help/feedback is
appreciated.
Thanks,
byxk
byxk (1):
input-linux: provide hotkeys for evdev toggle
include/ui/input.h | 3 +++
qemu-options.hx | 13 +++++++++++++
ui/input-linux.c | 4 ++--
vl.c | 8 ++++++++
4 files changed, 26 insertions(+), 2 deletions(-)
--
2.15.1
next reply other threads:[~2018-01-07 11:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-07 11:13 byxk [this message]
2018-01-07 11:13 ` [Qemu-devel] [PATCH 1/1] input-linux: provide hotkeys for evdev toggle byxk
2018-01-07 11:31 ` [Qemu-devel] [PATCH 0/1] " no-reply
2018-01-07 11:45 ` Patrick Tseng
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=20180107111341.8879-1-patricktsen@gmail.com \
--to=patricktsen@gmail.com \
--cc=kraxel@redhat.com \
--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).