GNOME Bugzilla – Bug 652617
allow relative selection of workspaces from keyboard with windowsNavigator extension
Last modified: 2015-03-18 23:58:10 UTC
Created attachment 189956 [details] [review] make pageup/pagedown do workspace up or down from with overview windowsNavigator improves keyboard navigation in the overview. Control-1, -2, -3 currently select an absolute workspace. But some people don't think in terms of absolute workspaces, they'd prefer to go to the next or previous workspace. This patch makes pageup/pagedown do that---workspace up or down. The goal is to make more functionality work inside the overview from keyboards with "obvious" keys. (Ideally, IMHO, the overview would also support tab/left-tab like the tab menu, but that's another patch.)
<cntrl> + <alt> + <up>/<down> already do this.
Agreed, Maxim, ctrl-alt-uparrow also changes workspace. (One can also use the mouse to click on the workspace panel, or drag a window off the screen edge, or...) The goal of this patch is to support more *obvious* keys, like ones that don't require three different figures at once.
We want this in gnome-shell itself, not in an extension. *** This bug has been marked as a duplicate of bug 742581 ***