https://bugs.kde.org/show_bug.cgi?id=413745
--- Comment #7 from David Hurka <david.hu...@mailbox.org> --- Sorry, Falkon does not load the gitlab MR. To answer Postix’ question: > If set to AltGr+L the shortcut representation becomes ł and and for AltGr+R > it becomes ¶. > This is really hard for a user to figure out, what needs to be pressed. > Is it possible to instead display AltGr+L and AltGr+R? Or is it complicated > due to different keyboard layouts? This will probably not be possible. There are keyboard layouts without AltGr. Qt does not know this key as modifier. And besides that, AltGr is a very uncommon modifier. At least, Qt (since Qt5) does not care on which keyboard layer a shortcut key is pressed. For Neo2, 1 is the same as Mod4+M. https://doc.qt.io/qt-5/qt.html#KeyboardModifier-enum -- You are receiving this mail because: You are watching all bug changes.