https://bugs.kde.org/show_bug.cgi?id=503781

--- Comment #6 from Wismill <d...@wismill.eu> ---
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?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to