With the slow rise of Linux gaming, many games make use of Caps Lock for input, however this does create the inconvenient side effect of toggling capitalization. Thus it would be helpful if the ability to make Caps Lock register presses, but not do anything, be added. This is already possible from command line with 'setxkbmap -option caps:none', so implementation should be a relatively simple adding a new entry in the GUI.
Actually, it might be slightly more complicated - some programs will register Caps Lock in this state, but others don't, so some sort of catcher program that translates the input might be needed. Although this might be something that should be delegated downstream to Valve and Proton to handle.
(In reply to spamless.9v5xj from comment #0) > 'setxkbmap -option caps:none' Does't "Caps lock disabled" option in Advanced tab of Keyboard KCM do the same?
Does it? I was under the impression it disabled the key entirely so no input was sent. I'll have to investigate, then.
Huh, so it does. I guess the issue is that the program checks Caps Lock via detecting for a state toggle, then. This seems beyond KDE's scope, so I'm closing this as downstream.