https://bugs.kde.org/show_bug.cgi?id=491644
--- Comment #2 from fanzhuyi...@gmail.com --- Also, if I am reading the x protocol correctly [0], kwin should be generating Meta events under shift+alt: ``` Within a group, the choice of KEYSYM is determined by applying the first rule that is satisfied from the following list: The numlock modifier is on and the second KEYSYM is a keypad KEYSYM. In this case, if the Shift modifier is on, or if the Lock modifier is on and is interpreted as ShiftLock, then the first KEYSYM is used; otherwise, the second KEYSYM is used. The Shift and Lock modifiers are both off. In this case, the first KEYSYM is used. The Shift modifier is off, and the Lock modifier is on and is interpreted as CapsLock. In this case, the first KEYSYM is used, but if that KEYSYM is lowercase alphabetic, then the corresponding uppercase KEYSYM is used instead. The Shift modifier is on, and the Lock modifier is on and is interpreted as CapsLock. In this case, the second KEYSYM is used, but if that KEYSYM is lowercase alphabetic, then the corresponding uppercase KEYSYM is used instead. The Shift modifier is on, or the Lock modifier is on and is interpreted as ShiftLock, or both. In this case, the second KEYSYM is used. ``` [0] https://www.x.org/releases/current/doc/xproto/x11protocol.html#Keyboards -- You are receiving this mail because: You are watching all bug changes.