Accept keys in windowheap conditionally
In WindowHeap we currently always accept the keyboard event regardless of whether the event was handled. This will allow the event to propagate to other handlers
This commit is contained in:
parent
a61719ddc4
commit
9152df4b4f
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ FocusScope {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (selectedItem) {
|
if (selectedItem) {
|
||||||
|
handled = true;
|
||||||
KWinComponents.Workspace.activeClient = selectedItem.client;
|
KWinComponents.Workspace.activeClient = selectedItem.client;
|
||||||
heap.activated();
|
heap.activated();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue