https://bugs.kde.org/show_bug.cgi?id=491644
--- Comment #12 from fanzhuyi...@gmail.com --- (In reply to Oded Arbel from comment #11) > I've removed the mapping of shifted Alt_R to Meta_R by editing the file > /usr/share/X11/xkb/symbols/pc and changing the line > > key <LALT> {[ Alt_L, Meta_L ]}; > > to > > key <LALT> {[ Alt_L, Alt_L ]}; > > (just removing the second definition causes the display server to stop > handling keyboard events all together, this is probably an illegal syntax > for some reason, even though other lines in that file have identical syntax). > > This is a workaround that will not survive a software update and as far as I > can tell there is no way to for a user on Wayland to have a personal symbol > map (at least as per some askubuntu answers). The actual issue is discussed > kglobalaccel MR!53 and kwin issue 228. This info here is just for people who > manage to stumble on this behavior, especially re: recent youtube videos on > the subject. Check out https://wiki.archlinux.org/title/Xmodmap#Custom_table for ways to cuatomize your key map. If on wayland .Xmodmap is not automatically read, you can do this by setting something to run xmodpad ~/.Xmodmap. This is also persistent across updates. Also do you mean kglobalacceld MR53? -- You are receiving this mail because: You are watching all bug changes.