GNOME Bugzilla – Bug 703142
WorkspaceSwitcher doesn't take into account velocity of panning
Last modified: 2020-01-10 17:47:56 UTC
Unlike the screenshield (and the future pagination of the app view) the workspace switcher doesn't take into account the velocity of the panning when switching between workspaces. You can test it with St.set_slow_down_factor(5). Patch on next comment, but, the code of workspaceSwitcher is not good for this patch and therefore the patch is a little ugly (what can I do?)
Created attachment 247847 [details] [review] workspacesView: Take into account panning velocity unlike screenShield we doesn't take into account panning velocity when changing between workspaces. This patch add that.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/605