qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle
@ 2018-01-07 11:13 byxk
  2018-01-07 11:13 ` [Qemu-devel] [PATCH 1/1] " byxk
  2018-01-07 11:31 ` [Qemu-devel] [PATCH 0/1] " no-reply
  0 siblings, 2 replies; 4+ messages in thread
From: byxk @ 2018-01-07 11:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel, byxk

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-07 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 11:13 [Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle byxk
2018-01-07 11:13 ` [Qemu-devel] [PATCH 1/1] " byxk
2018-01-07 11:31 ` [Qemu-devel] [PATCH 0/1] " no-reply
2018-01-07 11:45   ` Patrick Tseng

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).