mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kwin/mobiletaskswither: remove the touchpad gesture
It conflicts with a hardcoded gesture in KWin
This commit is contained in:
parent
448c06c03e
commit
a6158d7ba6
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ MobileTaskSwitcherEffect::MobileTaskSwitcherEffect()
|
||||||
, m_shutdownTimer{new QTimer{this}}
|
, m_shutdownTimer{new QTimer{this}}
|
||||||
{
|
{
|
||||||
auto gesture = new EffectTogglableGesture{m_taskSwitcherState};
|
auto gesture = new EffectTogglableGesture{m_taskSwitcherState};
|
||||||
gesture->addTouchpadSwipeGesture(SwipeDirection::Up, 3);
|
|
||||||
gesture->addTouchscreenSwipeGesture(SwipeDirection::Up, 1);
|
gesture->addTouchscreenSwipeGesture(SwipeDirection::Up, 1);
|
||||||
|
|
||||||
connect(m_taskSwitcherState, &EffectTogglableState::inProgressChanged, this, &MobileTaskSwitcherEffect::gestureInProgressChanged);
|
connect(m_taskSwitcherState, &EffectTogglableState::inProgressChanged, this, &MobileTaskSwitcherEffect::gestureInProgressChanged);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue