Warning, /plasma/plasma-desktop/kcms/keyboard/keyboardsettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 SPDX-FileCopyrightText: 2021 Cyril Rossi <cyril.rossi@enioka.com>
0004 
0005 SPDX-License-Identifier: GPL-2.0-or-later
0006 -->
0007 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0008       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0009       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0010       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0011   <kcfgfile name="kxkbrc" />
0012   <group name="Layout">
0013     <!-- Note: LayoutList/VariantList/Options are meant to be in
0014         a setxkbmap/libxkbcommon-compatible format. This means that
0015         they must not be set to a list with a single empty string,
0016         which gets serialized as "\\0" by KConfig. -->
0017     <entry name="layoutList" key="LayoutList" type="StringList">
0018     <default code="true">QStringList()</default>
0019     </entry>
0020     <entry name="layoutLoopCount" key="LayoutLoopCount" type="Int">
0021       <default>-1</default>
0022     </entry>
0023     <entry name="keyboardModel" key="Model" type="String">
0024       <default>pc104</default>
0025     </entry>
0026     <entry name="xkbOptions" key="Options" type="StringList">
0027       <default code="true">QStringList()</default>
0028     </entry>
0029     <entry name="resetOldXkbOptions" key="ResetOldOptions" type="Bool">
0030       <default>false</default>
0031     </entry>
0032     <entry name="switchMode" key="SwitchMode" type="String">
0033       <default>Global</default>
0034     </entry>
0035     <entry name="configureLayouts" key="Use" type="Bool">
0036       <default>false</default>
0037     </entry>
0038     <entry name="variantList" key="VariantList" type="StringList">
0039     <default code="true">QStringList()</default>
0040     </entry>
0041     <entry name="displayNames" key="DisplayNames" type="StringList">
0042     <default code="true">QStringList()</default>
0043     </entry>
0044   </group>
0045 </kcfg>