FS#26862 - [gtk2][gtk3]Left alt key switching not working
Attached to Project:
Arch Linux
Opened by Mikolaj Romel (wassup) - Saturday, 12 November 2011, 12:29 GMT
Last edited by Ionut Biru (wonder) - Saturday, 12 November 2011, 18:52 GMT
Opened by Mikolaj Romel (wassup) - Saturday, 12 November 2011, 12:29 GMT
Last edited by Ionut Biru (wonder) - Saturday, 12 November 2011, 18:52 GMT
|
Details
Description:
After upgrade of gtk2 from version 2.24.27-1 -> 2.24.28-1, left alt's ability to switch windows stopped working. Thus, alt+<number> does not work anymore to switch windows in e.g. irssi and alike, yet it works to switch e.g. chromium tabs. Here is the bbs thread: https://bbs.archlinux.org/viewtopic.php?id=130168 Additional info: gtk2-2.24.28-1 Steps to reproduce: Upgrade to the newest gtk available in the repo. |
This task depends upon
Closed by Ionut Biru (wonder)
Saturday, 12 November 2011, 18:52 GMT
Reason for closing: Fixed
Additional comments about closing: vte-0.28.2-3
vte3-0.30.1-2
Saturday, 12 November 2011, 18:52 GMT
Reason for closing: Fixed
Additional comments about closing: vte-0.28.2-3
vte3-0.30.1-2
also, best practice is to NOT add external links to a report because nobody is going to read them
commit 273283db9217960970810e90ef841f685231484a
Author: Michael Natterer <mitch@gimp.org>
Date: Mon Nov 7 20:09:00 2011 +0100
gdk: exclude MOD1 from the virtual modifier mapping
which effectively nails down the MOD1 == ALT assumption that is valid
in all other parts of GTK+. After the modifier abstraction fixes for
OSX, the virtual mapping is now (correctly) used in more places, and
caused problems with the common default PC keyboard layout on X11 that
colocates ALT and META on the same key.
(cherry picked from commit ac943bf69a87c992cfde59c6720ef08fdd20e683)
patch for /gtk+-2.24.8/gdk/x11/gdkkeys-x11.c attached. Untested.
ninjaedit 20111112T192925Z: it works well
vte needs a fix conform upstream