GNOME Bugzilla – Bug 636971
workspace switcher still works from inside ctrl-alt-tab
Last modified: 2011-01-10 20:28:40 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)
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.
Review of attachment 177700 [details] [review]: Looks good to me
Attachment 177700 [details] pushed as 44f7064 - main: clean up handling of metacity keybindings during grabs