gui: add --all and --dom0 to qubes-input-trigger script
This commit is contained in:
parent
f744d89803
commit
7ee877caa0
@ -120,7 +120,7 @@ class GUI(qubes.ext.Extension):
|
|||||||
str(vm.xid))
|
str(vm.xid))
|
||||||
if vm.features.get('input-dom0-proxy', None):
|
if vm.features.get('input-dom0-proxy', None):
|
||||||
yield from asyncio.create_subprocess_exec(
|
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')
|
@qubes.ext.handler('property-reset:keyboard_layout')
|
||||||
def on_keyboard_reset(self, vm, event, name, oldvalue=None):
|
def on_keyboard_reset(self, vm, event, name, oldvalue=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user