Running Endeavour OS Linux and just updated to plasma 6.0.5, framework 6.3.0, Qt version 6.7.1 on Wayland. I use capslock strictly as my brain refuses to learn using shift (I do touch type no problem), but as well know the capslock is very slow on Linux which always results in text like THis. So, I’ve found a fix for it online and one of the steps is to enable the option “make capslock an additional Ctrl”, but that’s not gone :/ What to do?

  • Eager Eagle
    link
    English
    8
    edit-2
    4 months ago

    try changing your ~/.config/kxkbrc:

    [Layout]
    # ... 
    Options=caps:ctrl_modifier
    # ...
    

    that’s the file KDE’s keyboard settings change.

    Also:

    • caps:ctrl_modifier means “Make Caps Lock act as an additional Ctrl modifier, but keep identifying as Caps Lock”
    • ctrl:nocaps means Ctrl position -> “Caps Lock as Ctrl”
    • ctrl:swapcaps means Ctrl position -> “Swap Ctrl and Caps Lock”
      • Eager Eagle
        link
        English
        24 months ago

        iirc one program (a game, I think) didn’t work properly when I had nocaps: the keyboard settings would allow the keybind, but it didn’t work in-game

    • @[email protected]OP
      link
      fedilink
      14 months ago

      The thing is that I don’t need the option “Make Caps Lock act as an additional Ctrl modifier, but keep identifying as Caps Lock”

      The one I need is gone for some reason. I need the “make caps additional Ctrl”

      • Eager Eagle
        link
        English
        14 months ago

        But that does make caps work as ctrl. What’s the behavior you want?

        • @[email protected]OP
          link
          fedilink
          1
          edit-2
          4 months ago

          I want it to act as an additional Ctrl so I can fix the slow response of caps lock to prevent THis behavior