[Qemu-devel] [PATCH v2 0/1] input-linux: provide hotkeys for evdev toggle

2018-01-07 Thread byxk
Added some functionality to change the key combo for evdev toggle. example: -object input-linux,rhotkey=29,lhotkey=56,evdev=[etc...] Set the defaults to LCTRL and RCTRL if not provided. This is my first patch to anything so feedback/help appreciated! byxk (1): input-linux: provide hotkeys for

[Qemu-devel] [PATCH 1/1] input-linux: provide hotkeys for evdev toggle

2018-01-07 Thread byxk
--- ui/input-linux.c | 77 ++-- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/ui/input-linux.c b/ui/input-linux.c index 9720333b2c..a553d2b4cc 100644 --- a/ui/input-linux.c +++ b/ui/input-linux.c @@ -5,6 +5,7 @@ */ #include

[Qemu-devel] [PATCH 1/1] input-linux: provide hotkeys for evdev toggle

2018-01-07 Thread byxk
--- include/ui/input.h | 3 +++ qemu-options.hx| 13 + ui/input-linux.c | 4 ++-- vl.c | 8 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/include/ui/input.h b/include/ui/input.h index 5cc76d6e41..94b1468159 100644 --- a/include/ui/input

[Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle

2018-01-07 Thread byxk
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