https://bugs.kde.org/show_bug.cgi?id=503781
--- Comment #7 from Nikoichu <nikolay_anza...@abv.bg> --- (In reply to Wismill from comment #6) > Don’t you miss the option to switch layouts with `Ctrl+Shift`: > `grp:ctrl_shift_toggle` in the config file? Or do you set the shortcut > manually? > > What happens is that the option `shift:breaks_caps` is incompatible with the > option `grp:ctrl_shift_toggle`. > > But I also suspect that the “stuck” behavior is due to `shift:breaks_caps` > not setting the `Shift` symbol, only the action that breaks caps, so that > apps that rely on symbol detection rather than modifier state may have > issues. If so, this can be fixed upstream in xkeyboard-config. > > Could you create the file `~/.config/xkb/symbols/shift` with the following > content: > > partial modifier_keys > xkb_symbols "breaks_caps" { > key <LFSH> { > type[group1] = "ALPHABETIC", > symbols[1]= [Shift_L, Shift_L], > actions[1] = [ SetMods(modifiers=Shift), > SetMods(modifiers=Shift+Lock,clearLocks) ] > }; > key <RTSH> { > type[group1] = "ALPHABETIC", > symbols[1]= [Shift_R, Shift_R], > actions[group1] = [ SetMods(modifiers=Shift), > SetMods(modifiers=Shift+Lock,clearLocks) ] > }; > }; > > then restart your session with the `shift:breaks_caps` option activated and > test the behavior in RDP in Remmina again? `grp:ctrl_shift_toggle` is the legacy shortcut, which I also tried and had the same behavior. I guess the non-legacy one is handled like any other KDE global shortcut. Soo, I did as you said (had to create those folders, they weren't there by default), and hot damn, that fixed BOTH the "shift stuck" in Remmina AND the keyboard switching shinanegans. You're a magician, sir. -- You are receiving this mail because: You are watching all bug changes.