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 636971 - workspace switcher still works from inside ctrl-alt-tab
workspace switcher still works from inside ctrl-alt-tab
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: 2010-12-10 15:37 UTC by Dan Winship
Modified: 2011-01-10 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
main: clean up handling of metacity keybindings during grabs (4.86 KB, patch)
2011-01-06 20:36 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2010-12-10 15:37:39 UTC
pointed out by API; we need to make sure the workspace switcher doesn't work when you're in ctrl-alt-tab (and possibly other similar problems)
Comment 1 Dan Winship 2011-01-06 20:36:49 UTC
Created attachment 177700 [details] [review]
main: clean up handling of metacity keybindings during grabs

Although certain keys (like Ctrl-Alt-Tab and Alt-F2) should work in
the overview, we generally don't want them to work from inside each
others grabs. In particular, typing Left or Right from inside
Ctrl-Alt-Tab should navigate among focus groups, not switch
workspaces.

--

This also changes the behavior of _globalKeyPressHandler slightly;
before it was possible to exit the overview (via Super) even when
the run dialog was up. Now it's not. If the old behavior was considered
a feature, we can bring it back, although it seems like it ought to
work both ways (ie, you can use Super to enter the overview while the
run dialog is up too).

The patch depends on the patch in bug 636371.
Comment 2 Owen Taylor 2011-01-07 21:10:03 UTC
Review of attachment 177700 [details] [review]:

Looks good to me
Comment 3 Dan Winship 2011-01-10 20:28:37 UTC
Attachment 177700 [details] pushed as 44f7064 - main: clean up handling of metacity keybindings during grabs