https://bugs.kde.org/show_bug.cgi?id=362711
--- Comment #2 from Thomas Lübking <thomas.luebk...@gmail.com> --- kglobalaccel at best. xev -event keyboard -id <firefox window here> | grep state Alt should be 8 (but that can vary) ie. echo $((<state_value> & 0x8)) should print 8, otherwuse FF believes the Alt key is pressed while there's no such indication from the window system. Stupid question: are both FF versions the same gtk or is one Gtk2 and the other Gtk3? -- You are receiving this mail because: You are watching all bug changes.