gui: adapt trigger for dom0 input devices
This commit is contained in:
parent
480aeee9de
commit
f744d89803
@ -118,9 +118,9 @@ class GUI(qubes.ext.Extension):
|
||||
for attached_vm in attached_vms:
|
||||
attached_vm.untrusted_qdb.write('/qubes-gui-domain-xid',
|
||||
str(vm.xid))
|
||||
if vm.features.get('input-proxy-ps2', None) == '1':
|
||||
if vm.features.get('input-dom0-proxy', None):
|
||||
yield from asyncio.create_subprocess_exec(
|
||||
'/usr/bin/qubes-input-trigger-ps2')
|
||||
'/usr/bin/qubes-input-trigger')
|
||||
|
||||
@qubes.ext.handler('property-reset:keyboard_layout')
|
||||
def on_keyboard_reset(self, vm, event, name, oldvalue=None):
|
||||
|
Loading…
Reference in New Issue
Block a user