https://bugs.kde.org/show_bug.cgi?id=478208
--- Comment #12 from Valentin <valik4...@gmail.com> --- Wismill, thank you so much. The first option is not okay for me because it doesn't allow me to set Caps Lock to change between the last used layouts, so the spare layouts feature becomes useless. But the second one is the real solution. Also here is the content of xkb/rules/envdev.xml for someone to copy. You can find this option in the Key Bindings -> Miscellaneous options. ``` <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xkbConfigRegistry SYSTEM "xkb.dtd"> <xkbConfigRegistry version="1.1"> <optionList> <group allowMultipleSelection="true"> <configItem> <name>custom</name> <description>Custom options</description> </configItem> <option> <configItem> <name>custom:my-caps</name> <description>Disable Caps Lock function</description> </configItem> </option> </group> </optionList> </xkbConfigRegistry> ``` -- You are receiving this mail because: You are watching all bug changes.