https://bugs.kde.org/show_bug.cgi?id=423175
--- Comment #9 from Mark T. Kennedy <m...@acm.org> --- i've been doing some reading and have a question. what matters to KDE/Qt? the state bit returned in a keypress event (essentially the alias of a slot in the modifier table) or the keysym associated with the keycode used to trigger the turning on of the state bit? emacs, for example, cares about the *keysym*. the System Settings app (/usr/bin/systemsettings5) cares about the *keysym*. but i'm guessing kwin actually cares about the modifier map slot and has a hard-coded understanding that mod1 is Alt and mod2 is Meta? -- You are receiving this mail because: You are watching all bug changes.