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 627782 - Alt+Shift+Tab not working
Alt+Shift+Tab not working
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-08-23 23:05 UTC by Jendrik Seipp
Modified: 2010-08-30 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[AltTab] fix Alt-Shift-Tab again (3.25 KB, patch)
2010-08-27 19:49 UTC, Dan Winship
committed Details | Review

Description Jendrik Seipp 2010-08-23 23:05:01 UTC
Version: git pull on 2010-08-24

Changing windows forward with Alt+Tab is possible, but Alt+Shift+Tab does not go through them backwards.
Comment 1 Dan Winship 2010-08-27 19:49:34 UTC
Created attachment 168920 [details] [review]
[AltTab] fix Alt-Shift-Tab again

In Clutter 1.2, clutter_event_get_keysym() ignored the state of the
Shift key. In 1.4, it does not, so we have to adjust our comparisons
accordingly.
Comment 2 Owen Taylor 2010-08-27 19:56:14 UTC
Review of attachment 168920 [details] [review]:

Looks good to me.

would be really nice if clutter covered this mess over the same way GTK+ does. (In GTK+, you always get ISO_left_tab no matter what the server sends)
Comment 3 Dan Winship 2010-08-30 16:28:48 UTC
Attachment 168920 [details] pushed as b9f9dd9 - [AltTab] fix Alt-Shift-Tab again