Warning, /education/ktouch/src/ktouch.kcfg is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0005 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0006 <kcfgfile name="ktouch2rc"/> 0007 <group name="General"> 0008 <entry name="KeyboardLayoutName" type="String"> 0009 <label>The keyboard layout to use on non-X11 platforms</label> 0010 <default>us</default> 0011 </entry> 0012 </group> 0013 <group name="Training"> 0014 <entry name="EnforceTypingErrorCorrection" type="Bool"> 0015 <label>Controls whether typing errors have to be corrected or not.</label> 0016 <default>true</default> 0017 </entry> 0018 <entry name="ShowKeyboard" type="Bool"> 0019 <label>Controls the visibility of the keyboard during training.</label> 0020 <default>true</default> 0021 </entry> 0022 <entry name="ShowStatistics" type="Bool"> 0023 <label>Controls the visibility of realtime statistics during training.</label> 0024 <default>true</default> 0025 </entry> 0026 <entry name="NextLineWithReturn" type="Bool"> 0027 <label>Return key at the end of a line will switch to next line.</label> 0028 <default>true</default> 0029 </entry> 0030 <entry name="NextLineWithSpace" type="Bool"> 0031 <label>Space key at the end of a line will switch to next line.</label> 0032 <default>false</default> 0033 </entry> 0034 <entry name="RequiredStrokesPerMinute" type="Int"> 0035 <label>The minimum required amount of strokes per minute to unlock the next lesson.</label> 0036 <default>180</default> 0037 <min>0</min> 0038 <max>360</max> 0039 </entry> 0040 <entry name="RequiredAccuracy" type="Double"> 0041 <label>The minimum required typing accuracy in percent to unlock the next lesson.</label> 0042 <default>98</default> 0043 <min>90</min> 0044 <max>100</max> 0045 </entry> 0046 </group> 0047 <group name="Colors"> 0048 <entry name="FingerColor$(Index)" type="Color"> 0049 <parameter name="Index" type="Int" max="7"/> 0050 <label >The keyboard tinting color to highlight keys for each finger.</label> 0051 <default param="0">#ff0000</default> 0052 <default param="1">#0000ff</default> 0053 <default param="2">#00ff00</default> 0054 <default param="3">#ffff00</default> 0055 <default param="4">#ff00ff</default> 0056 <default param="5">#00ff00</default> 0057 <default param="6">#0000ff</default> 0058 <default param="7">#ff0000</default> 0059 </entry> 0060 <entry name="FingerOpacity" type="Double"> 0061 <label>How transparent finger colors should be shown.</label> 0062 <default>12.5</default> 0063 <min>0</min> 0064 <max>100</max> 0065 </entry> 0066 </group> 0067 <group name="Session"> 0068 <entry name="LastUsedProfileId" type="Int"> 0069 <label>The ID of the last used profile.</label> 0070 <default>-1</default> 0071 </entry> 0072 </group> 0073 </kcfg>