After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641887 - Shortcuts to switch workspaces are inconsistent
Shortcuts to switch workspaces are inconsistent
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-09 01:16 UTC by Xan Lopez
Modified: 2011-02-09 19:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Disable left/right workspace switching in the overview (1.51 KB, patch)
2011-02-09 16:45 UTC, Owen Taylor
committed Details | Review

Description Xan Lopez 2011-02-09 01:16:03 UTC
In the recently merged workspace rework, the shortcuts to switch workspaces are inconsistent. In overview mode the ones you have assigned manually (if any) work, in my case ctr+alt+{left,right}. When not in overview, it seems now the shell hardcodes ctrl+alt+{up,down}, regardless of your preference. Ideally the option would be respected everywhere, but at the very least we should use the same thing in both.
Comment 1 Owen Taylor 2011-02-09 16:45:27 UTC
Created attachment 180488 [details] [review]
Disable left/right workspace switching in the overview

Make the overview match the main view so only up/down can be used
to switch workspaces (matching the visuals), and not left/right
as well.
Comment 2 Florian Müllner 2011-02-09 19:20:39 UTC
Review of attachment 180488 [details] [review]:

Looks good.
Comment 3 Owen Taylor 2011-02-09 19:21:53 UTC
Attachment 180488 [details] pushed as 739399e - Disable left/right workspace switching in the overview