On 7/22/21 8:58 AM, Justin Gatzen wrote: > Add support for customizable grabToggle key combinations with > <input type='evdev'>. > > Signed-off-by: Justin Gatzen <justin.gatzen@xxxxxxxxx> > --- > docs/formatdomain.rst | 12 +++++++----- > docs/schemas/domaincommon.rng | 12 ++++++++++++ > src/conf/domain_conf.c | 19 +++++++++++++++++++ > src/conf/domain_conf.h | 14 ++++++++++++++ > src/libvirt_private.syms | 2 ++ > src/qemu/qemu_command.c | 5 +++++ > .../input-linux.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/input-linux.xml | 2 +- > 8 files changed, 61 insertions(+), 7 deletions(-) Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> and pushed. Congratulations on your first libvirt contribution! Michal