https://bugs.kde.org/show_bug.cgi?id=501378
--- Comment #4 from kolAflash <kolafl...@kolahilft.de> --- Created attachment 181791 --> https://bugs.kde.org/attachment.cgi?id=181791&action=edit proposed kwin-6.3.* patch (Wayland NOT TESTED) Found the relevant code position: https://invent.kde.org/plasma/kwin/-/blob/v5.27.12/src/useractions.cpp?ref_type=tags#L549 https://invent.kde.org/plasma/kwin/-/blob/v6.3.90/src/useractions.cpp?ref_type=tags#L590 And I think here the "desktop->name()" misses the replacement pattern: > desktop->name().replace(QLatin1Char('&'), QStringLiteral("&&")) https://invent.kde.org/plasma/kwin/-/blob/v6.3.90/src/useractions.cpp?ref_type=tags#L546 Another mnemonic is missing here. Should probably be: "Move to &%1" https://invent.kde.org/plasma/kwin/-/blob/v6.3.90/src/useractions.cpp?ref_type=tags#L565 I crafted a kwin-6.3.* patch (see attachment). But it's ONLY TESTED ON X11 with Debian-13. NOT tested with Wayland. -- You are receiving this mail because: You are watching all bug changes.