parent
a3981a2f63
commit
c148d946fb
@ -0,0 +1,13 @@
|
|||||||
|
--- kwin-5.27.0/src/input.cpp 2023-02-09 04:15:33.000000000 -0800
|
||||||
|
+++ kwin-5.27.0/src/input.cpp.new 2023-02-20 20:40:33.920599151 -0800
|
||||||
|
@@ -2822,8 +2822,8 @@
|
||||||
|
void InputRedirection::setupInputFilters()
|
||||||
|
{
|
||||||
|
const bool hasGlobalShortcutSupport = waylandServer()->hasGlobalShortcutSupport();
|
||||||
|
- if ((kwinApp()->session()->capabilities() & Session::Capability::SwitchTerminal)
|
||||||
|
- && hasGlobalShortcutSupport) {
|
||||||
|
+ if (kwinApp()->session()->capabilities() & Session::Capability::SwitchTerminal)
|
||||||
|
+ {
|
||||||
|
installInputEventFilter(new VirtualTerminalFilter);
|
||||||
|
}
|
||||||
|
installInputEventSpy(new HideCursorSpy);
|
Loading…
Reference in new issue