this post was submitted on 10 Jun 2024
17 points (100.0% liked)

KDE

5026 readers
38 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

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?

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 3 months ago
[–] [email protected] 7 points 3 months ago* (last edited 3 months ago) (2 children)

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"
[–] [email protected] 2 points 3 months ago (1 children)

I'm using #KDE #Plasma 6.0.5 and I still see all three options in systemsettings.

I've always used ctrl:nocaps, what's the advantage of using caps:ctrl_modifier?

@eager_eagle @penquin

[–] [email protected] 2 points 3 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] 1 points 3 months ago (1 children)

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"

[–] [email protected] 1 points 3 months ago (1 children)

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

[–] [email protected] 1 points 3 months ago* (last edited 3 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

[–] [email protected] 4 points 3 months ago (1 children)

I use a thing called kbct for remapping CapsLock to Control: https://github.com/samvel1024/kbct

Wine apparently uses so low level input routines, this was the only way I could find that works properly. Need Control in the right spot to play Final Fantasy XIV. 😄

[–] [email protected] 2 points 3 months ago

I'll check this out. Thank you.

[–] [email protected] 2 points 3 months ago