mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 23:14:29 +00:00
Fix keyb modifiers not syncing from client to client os (rhbz#679467)
This commit is contained in:
parent
aa827c5b99
commit
a0996e0f70
@ -423,8 +423,10 @@ void InputsChannel::on_focus_out()
|
||||
{
|
||||
Lock lock(_update_modifiers_lock);
|
||||
_active_modifiers_event = true;
|
||||
#ifndef SYNC_REMOTE_MODIFIERS
|
||||
_modifiers = _on_focus_modifiers;
|
||||
set_local_modifiers();
|
||||
#endif
|
||||
}
|
||||
|
||||
void InputsChannel::init_scan_code(int index)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user