gui: add --all and --dom0 to qubes-input-trigger script

This commit is contained in:
Frédéric Pierret (fepitre) 2020-09-26 14:36:21 +02:00
parent f744d89803
commit 7ee877caa0

View File

@ -120,7 +120,7 @@ class GUI(qubes.ext.Extension):
str(vm.xid))
if vm.features.get('input-dom0-proxy', None):
yield from asyncio.create_subprocess_exec(
'/usr/bin/qubes-input-trigger')
'/usr/bin/qubes-input-trigger --all --dom0')
@qubes.ext.handler('property-reset:keyboard_layout')
def on_keyboard_reset(self, vm, event, name, oldvalue=None):