Summary: | xkb layout switching shortcuts are not listed in kcm_keys, leading to a confusing UX on how to change them | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | antilogic963 |
Component: | kcm_keys | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | cwo.kde, dev, fanzhuyifan, kde, nate |
Priority: | NOR | Keywords: | usability |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
antilogic963
2024-09-23 16:02:41 UTC
Thank you for the bug report! This is one of the special keyboard shortcuts that is not set through Plasma's keyboard shortcuts directly, but by the xkb system lower in the stack. Configuration here is unfortunately a little unintuitive; you need to go to System Settings -> Keyboard, then the "Key Bindings" tab (or in Plasma 6.2 page). In the tree view, you should find "Switching to another Layout", and one of the options there should be Ctrl + Space. Uncheck that box, and the shortcut should be unbound. In principle, this definitely should be listed in the Keyboard Shortcuts configuration somehow, and I'm moving this there. As it works completely differently from the other shortcuts, it would need some unfortunate special-casing. Thank you for your rapid response. In my case that checkbox was off. But I found out that I also had another entry in the "Input Method" section. So when I enabled ctrl+space (in your suggested tree) i started seeing two different icons for my keyboard layout in "Task manager". I removed the secondary input method and just have my two keyboard layouts and it all works as i want now. Though I am still a but confused about the difference between "Input Method" and "Keyboard Layout". Glad to know it works now! The input method shortcut should probably also be listed in the shortcuts configuration page somehow. This would fit nicely into the new KDE community goal about improving user input. Feel free to file a new bug report about this (ideally in the same location as this, systemsettings / kcm_keys. (In reply to antilogic963 from comment #2) > Though I am still a but confused about the > difference between "Input Method" and "Keyboard Layout". A simple way to think about it is this: Keyboard layouts are very simple things. You press a key, a character appears on screen. Maybe sometimes there's a composed key where you press two keys in sequence and get an â or ó. But you couldn't type something like Japanese or Chinese, with ~2000 (or substantially more) characters; hardly anyone could remember the key combinations for that. You'd want something where you can type the pronunciation or some other easy to understand short form, and the computer intelligently offers you the different characters that correspond to that sequence (and there may be many of those). That would be an input method. Input methods usually also do regular keyboard layouts, as someone might want to switch between keyboard layouts and still be able to type Japanese. But because they are designed for more complex situations, if you don't type in a language that requires an input method, it's typically simpler to just use the layouts without an input method. Understood, thank you for your explanation:) |