-id: 20180107111341.8879-1-patrickt...@gmail.com
> Subject: [Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev
> toggle
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
>
> BASE=base
> n=1
> total=$(git log --oneline $BASE.. | wc -l)
> failed=0
>
> git confi
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180107111341.8879-1-patrickt...@gmail.com
Subject: [Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
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 ev