mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
magnify 4 finger swipe gesture by 1.5
This commit is contained in:
parent
ccc5078802
commit
920b169709
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ var TouchpadWorkspaceSwitchAction = new Lang.Class({
|
||||||
this._dx += dx;
|
this._dx += dx;
|
||||||
this._dy += dy;
|
this._dy += dy;
|
||||||
|
|
||||||
workspacesDisplay._onPan(dy);
|
workspacesDisplay._onPan(dy * 1.5);
|
||||||
} else if (event.get_gesture_phase() == Clutter.TouchpadGesturePhase.CANCEL) {
|
} else if (event.get_gesture_phase() == Clutter.TouchpadGesturePhase.CANCEL) {
|
||||||
workspacesDisplay._onPanCancel();
|
workspacesDisplay._onPanCancel();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue