076b8bc14c
The text caret tracking feature allows to keep the text caret inside the zoomed area. It can be especially useful when the zoomed area is smaller than the text editor. BUG: 362189
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?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 arg="true"/>
|
|
<group name="Effect-Zoom">
|
|
<entry name="ZoomFactor" type="Double">
|
|
<default>1.2</default>
|
|
</entry>
|
|
<entry name="MousePointer" type="UInt">
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="MouseTracking" type="UInt">
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="EnableFocusTracking" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="EnableTextCaretTracking" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="FocusDelay" type="UInt">
|
|
<default>350</default>
|
|
</entry>
|
|
<entry name="MoveFactor" type="Double">
|
|
<default>20.0</default>
|
|
</entry>
|
|
<entry name="InitialZoom" type="Double">
|
|
<default>1.0</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|