GNOME Bugzilla – Bug 627782
Alt+Shift+Tab not working
Last modified: 2010-08-30 16:28:51 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.
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.
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)
Attachment 168920 [details] pushed as b9f9dd9 - [AltTab] fix Alt-Shift-Tab again