diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /ktouch/src/ktouch.kcfg | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktouch/src/ktouch.kcfg')
-rw-r--r-- | ktouch/src/ktouch.kcfg | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/ktouch/src/ktouch.kcfg b/ktouch/src/ktouch.kcfg new file mode 100644 index 00000000..bf465639 --- /dev/null +++ b/ktouch/src/ktouch.kcfg @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="UTF-8"?> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + <kcfgfile name="ktouchrc"/> + <group name="Colors" > + <entry type="Int" name="CurrentColorScheme" > + <label >The number of the current color scheme.</label> + <default >1</default> + </entry> + <entry type="Bool" name="CommonTypingLineColors" > + <label >Use the same typing line colors independent of color scheme.</label> + <default code="true" >false</default> + </entry> + <entry type="Color" name="TeacherBackgroundColor" > + <label >The background color for the teacher's line.</label> + <default >#bebeff</default> + </entry> + <entry type="Color" name="TeacherTextColor" > + <label >The text color for the teacher's line</label> + <default >#000032</default> + </entry> + <entry type="Color" name="StudentBackgroundColor" > + <label >The background color for the student's line.</label> + <default >#aoffao</default> + </entry> + <entry type="Color" name="StudentTextColor" > + <label >The text color for the student's line</label> + <default >#003200</default> + </entry> + <entry type="Bool" name="ColorOnError" > + <label >Whether to use a different background for wrong text or not.</label> + <default code="true" >true</default> + </entry> + <entry type="Color" name="ErrorBackgroundColor" > + <label >The background color for wrong text (students line).</label> + <default >#ac0000</default> + </entry> + <entry type="Color" name="ErrorTextColor" > + <label >The text color for wrong text (students line).</label> + <default >#ffffff</default> + </entry> + </group> + <group name="General" > + <entry type="Bool" name="BeepOnError" > + <label >Emit a beep on each typing error</label> + <default code="true" >true</default> + </entry> + <entry type="Bool" name="SoundOnLevel" > + <label >Play a sound on automatic level change</label> + <default code="true" >true</default> + </entry> + <entry type="Int" name="SlidingSpeed" > + <label >The sliding speed</label> + <default code="true" >5</default> + </entry> + <entry type="Int" name="MaxSlidingWidgetHeight" > + <label >The maximum height of the sliding widget</label> + <default code="true" >200</default> + </entry> + <entry type="Bool" name="OverrideLectureFont" > + <label >Override the default/predefined lecture fonts.</label> + <default code="true" >false</default> + </entry> + <entry type="Font" name="Font" > + <label >The font for the student and teacher lines</label> + <default code="true">QFont("Monospace")</default> + </entry> + <entry type="Path" name="CurrentLectureFile" > + <label >The currently loaded lecture file</label> + <default code="true">"default"</default> + </entry> + <entry type="Bool" name="Right2LeftTyping" > + <label >Whether we use right-to-left typing.</label> + <default code="true">false</default> + </entry> + </group> + <group name="Keyboard" > + <entry type="Bool" name="ShowAnimation" > + <label >Whether to use colors on the keys or not.</label> + <default code="true" >true</default> + </entry> + <entry type="Bool" name="HideKeyboard" > + <label >Whether to hide the keyboard display.</label> + <default code="true" >false</default> + </entry> + <entry type="Bool" name="OverrideKeyboardFont" > + <label >Whether to override the default/predefined keyboard fonts.</label> + <default code="true" >false</default> + </entry> + <entry type="Font" name="KeyboardFont" > + <label >The font for the keys on the keyboard</label> + <default >KGlobalSettings::generalFont()</default> + </entry> + <entry type="Path" name="CurrentKeyboardFile" > + <label >The currently loaded keyboard file</label> + <default >"number.keyboard"</default> + </entry> + </group> + <group name="Training" > + <entry type="Bool" name="AutoLevelChange" > + <label >Allow automatic level adjustments</label> + <default code="true" >true</default> + </entry> + <entry type="Bool" name="DisableManualLevelChange" > + <label >Disable manual level adjustments when auto-level change is enabled</label> + <default code="true" >false</default> + </entry> + <entry type="Bool" name="RememberLevel" > + <label >Remember the current level for the next KTouch start</label> + <default code="true" >true</default> + </entry> + <entry type="Int" name="CurrentTrainingLevel" > + <label >The current training level</label> + <default >0</default> + </entry> + <entry type="Int" name="UpSpeedLimit" > + <label >Number of chars per minute to increase a level</label> + <default >120</default> + </entry> + <entry type="Int" name="UpCorrectLimit" > + <label >Percentage of correctness to increase a level</label> + <default >85</default> + </entry> + <entry type="Int" name="DownSpeedLimit" > + <label >Number of chars per minute to decrease a level</label> + <default >60</default> + </entry> + <entry type="Int" name="DownCorrectLimit" > + <label >Percentage of correctness to decrease a level</label> + <default >60</default> + </entry> + </group> +</kcfg> |