Warning, /plasma/plasma-desktop/kcms/keyboard/keyboardmiscsettings.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 <include>QtGlobal</include>
0012 <kcfgfile name="kcminputrc" />
0013 <group name="Keyboard">
0014 <entry name="keyboardRepeat" key="KeyRepeat" type="String">
0015 <default code="true">qgetenv("QT_IM_MODULE") == "plasmaim" ? QStringLiteral("accent") : QStringLiteral("repeat")</default>
0016 </entry>
0017 <entry name="numLock" key="NumLock" type="Int">
0018 <!-- STATE_UNCHANGED -->
0019 <default>2</default>
0020 </entry>
0021 <entry name="repeatDelay" key="RepeatDelay" type="Int">
0022 <tooltip>If supported, this option allows you to set the delay after which a pressed key will start generating keycodes. The 'Repeat rate' option controls the frequency of these keycodes.If supported, this option allows you to set the delay after which a pressed key will start generating keycodes. The 'Repeat rate' option controls the frequency of these keycodes.</tooltip>
0023 <default>600</default>
0024 <min>100</min>
0025 <max>5000</max>
0026 </entry>
0027 <entry name="repeatRate" key="RepeatRate" type="Double">
0028 <tooltip>If supported, this option allows you to set the rate at which keycodes are generated while a key is pressed.</tooltip>
0029 <default>25.0</default>
0030 <min>0.2</min>
0031 <max>100</max>
0032 </entry>
0033 </group>
0034 </kcfg>