Warning, /plasma/plasma-desktop/kcms/touchpad/touchpadparameters.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="touchpadrc"/>
0007     <group name="parameters">
0008         <entry name="Tapping" type="Bool">
0009             <default code="true">
0010                 systemDefault("Tapping", true)
0011             </default>
0012         </entry>
0013         <entry name="$(TapAction)Button" type="Enum">
0014             <parameter name="TapAction" type="Enum">
0015                 <values>
0016                     <value>OneFingerTap</value>
0017                     <value>TwoFingerTap</value>
0018                     <value>ThreeFingerTap</value>
0019                     <value>LTCorner</value>
0020                     <value>LBCorner</value>
0021                     <value>RTCorner</value>
0022                     <value>RBCorner</value>
0023                 </values>
0024             </parameter>
0025             <choices name="Button">
0026                 <choice name="NoButton">
0027                     <label context="Emulated mouse button">No action</label>
0028                 </choice>
0029                 <choice name="LeftButton">
0030                     <label context="Emulated mouse button">Left button</label>
0031                 </choice>
0032                 <choice name="MiddleButton">
0033                     <label context="Emulated mouse button">Middle button</label>
0034                 </choice>
0035                 <choice name="RightButton">
0036                     <label context="Emulated mouse button">Right button</label>
0037                 </choice>
0038             </choices>
0039             <default param="OneFingerTap" code="true">
0040                 systemDefaultEnum("OneFingerTapButton", LeftButton)
0041             </default>
0042             <default param="TwoFingerTap" code="true">
0043                 systemDefaultEnum("TwoFingerTapButton", RightButton)
0044             </default>
0045             <default param="ThreeFingerTap" code="true">
0046                 systemDefaultEnum("ThreeFingerTapButton", MiddleButton)
0047             </default>
0048             <default param="LTCorner" code="true">
0049                 systemDefaultEnum("LTCornerButton", NoButton)
0050             </default>
0051             <default param="LBCorner" code="true">
0052                 systemDefaultEnum("LBCornerButton", NoButton)
0053             </default>
0054             <default param="RTCorner" code="true">
0055                 systemDefaultEnum("RTCornerButton", NoButton)
0056             </default>
0057             <default param="RBCorner" code="true">
0058                 systemDefaultEnum("RBCornerButton", NoButton)
0059             </default>
0060         </entry>
0061         <entry name="VertEdgeScroll" type="Bool">
0062             <default code="true">
0063                 systemDefault("VertEdgeScroll", true)
0064             </default>
0065         </entry>
0066         <entry name="VertTwoFingerScroll" type="Bool">
0067             <default code="true">
0068                 systemDefault("VertTwoFingerScroll", true)
0069             </default>
0070         </entry>
0071         <entry name="HorizEdgeScroll" type="Bool">
0072             <default code="true">
0073                 systemDefault("HorizEdgeScroll", true)
0074             </default>
0075         </entry>
0076         <entry name="HorizTwoFingerScroll" type="Bool">
0077             <default code="true">
0078                 systemDefault("HorizTwoFingerScroll", true)
0079             </default>
0080         </entry>
0081         <entry name="MinSpeed" type="Double">
0082             <min>0</min>
0083             <max>255</max>
0084             <default code="true">
0085                 systemDefault("MinSpeed", 0.0)
0086             </default>
0087         </entry>
0088         <entry name="MaxSpeed" type="Double">
0089             <min>0</min>
0090             <max>255</max>
0091             <default code="true">
0092                 systemDefault("MaxSpeed", 255.0)
0093             </default>
0094         </entry>
0095         <entry name="AccelFactor" type="Double">
0096             <min>0</min>
0097             <max>1</max>
0098             <default code="true">
0099                 systemDefault("AccelFactor", 0.0)
0100             </default>
0101         </entry>
0102         <entry name="HorizHysteresis" type="Int">
0103             <min>0</min>
0104             <max>100</max>
0105             <default code="true">
0106                 systemDefault("HorizHysteresis", 0)
0107             </default>
0108         </entry>
0109         <entry name="VertHysteresis" type="Int">
0110             <min>0</min>
0111             <max>100</max>
0112             <default code="true">
0113                 systemDefault("VertHysteresis", 0)
0114             </default>
0115         </entry>
0116         <entry name="TapAndDragGesture" type="Bool">
0117             <default code="true">
0118                 systemDefault("TapAndDragGesture", true)
0119             </default>
0120         </entry>
0121         <entry name="LockedDrags" type="Bool">
0122             <default code="true">
0123                 systemDefault("LockedDrags", false)
0124             </default>
0125         </entry>
0126         <entry name="LockedDragTimeout" type="Int">
0127             <min>0</min>
0128             <max>30000</max>
0129             <default code="true">
0130                 systemDefault("LockedDragTimeout", 5000)
0131             </default>
0132         </entry>
0133         <entry name="VertScrollDelta" type="Double">
0134             <min>0</min>
0135             <max>1000</max>
0136             <default code="true">
0137                 systemDefault("VertScrollDelta", 1.0)
0138             </default>
0139         </entry>
0140         <entry name="InvertVertScroll" type="Bool">
0141             <default code="true">
0142                 systemDefault("InvertVertScroll", false)
0143             </default>
0144         </entry>
0145         <entry name="HorizScrollDelta" type="Double">
0146             <min>0</min>
0147             <max>1000</max>
0148             <default code="true">
0149                 systemDefault("HorizScrollDelta", 1.0)
0150             </default>
0151         </entry>
0152         <entry name="InvertHorizScroll" type="Bool">
0153             <default code="true">
0154                 systemDefault("InvertHorizScroll", false)
0155             </default>
0156         </entry>
0157         <entry name="CornerCoasting" type="Bool">
0158             <default code="true">
0159                 systemDefault("CornerCoasting", false)
0160             </default>
0161         </entry>
0162         <entry name="CoastingSpeed" type="Double">
0163             <min>0.1</min>
0164             <max>255</max>
0165             <default code="true">
0166                 systemDefault("CoastingSpeed", 20.0)
0167             </default>
0168         </entry>
0169         <entry name="CoastingFriction" type="Double">
0170             <min>0</min>
0171             <max>255</max>
0172             <default code="true">
0173                 systemDefault("CoastingFriction", 50.0)
0174             </default>
0175         </entry>
0176         <entry name="Coasting" type="Bool">
0177             <default code="true">
0178                 systemDefault("Coasting", true)
0179             </default>
0180         </entry>
0181         <entry name="FingerHigh" type="Int">
0182             <min>0</min>
0183             <max>255</max>
0184             <default code="true">
0185                 systemDefault("FingerHigh", 30)
0186             </default>
0187         </entry>
0188         <entry name="FingerLow" type="Int">
0189             <min>0</min>
0190             <max>255</max>
0191             <default code="true">
0192                 systemDefault("FingerLow", 25)
0193             </default>
0194         </entry>
0195         <entry name="PalmDetect" type="Bool">
0196             <default code="true">
0197                 systemDefault("PalmDetect", false)
0198             </default>
0199         </entry>
0200         <entry name="PalmMinZ" type="Int">
0201             <min>0</min>
0202             <max>255</max>
0203             <default code="true">
0204                 systemDefault("PalmMinZ", 200)
0205             </default>
0206         </entry>
0207         <entry name="PalmMinWidth" type="Int">
0208             <min>0</min>
0209             <max>15</max>
0210             <default code="true">
0211                 systemDefault("PalmMinWidth", 10)
0212             </default>
0213         </entry>
0214         <entry name="MaxTapTime" type="Int">
0215             <min>0</min>
0216             <max>1000</max>
0217             <default code="true">
0218                 systemDefault("MaxTapTime", 180)
0219             </default>
0220         </entry>
0221         <entry name="MaxDoubleTapTime" type="Int">
0222             <min>0</min>
0223             <max>1000</max>
0224             <default code="true">
0225                 systemDefault("MaxDoubleTapTime", 180)
0226             </default>
0227         </entry>
0228         <entry name="SingleTapTimeout" type="Int">
0229             <min>0</min>
0230             <max>1000</max>
0231             <default code="true">
0232                 systemDefault("SingleTapTimeout", 180)
0233             </default>
0234         </entry>
0235         <entry name="MaxTapMove" type="Double">
0236             <min>0</min>
0237             <max>1000</max>
0238             <default code="true">
0239                 systemDefault("MaxTapMove", 2.0)
0240             </default>
0241         </entry>
0242         <entry name="PressureMotionMinZ" type="Int">
0243             <min>1</min>
0244             <max>255</max>
0245             <default code="true">
0246                 systemDefault("PressureMotionMinZ", 30)
0247             </default>
0248         </entry>
0249         <entry name="PressureMotionMaxZ" type="Int">
0250             <min>1</min>
0251             <max>255</max>
0252             <default code="true">
0253                 systemDefault("PressureMotionMaxZ", 160)
0254             </default>
0255         </entry>
0256         <entry name="PressureMotionMinFactor" type="Double">
0257             <min>0</min>
0258             <max>10</max>
0259             <default code="true">
0260                 systemDefault("PressureMotionMinFactor", 1.0)
0261             </default>
0262         </entry>
0263         <entry name="PressureMotionMaxFactor" type="Double">
0264             <min>0</min>
0265             <max>10</max>
0266             <default code="true">
0267                 systemDefault("PressureMotionMaxFactor", 1.0)
0268             </default>
0269         </entry>
0270         <entry name="CircularScrolling" type="Bool">
0271             <default code="true">
0272                 systemDefault("CircularScrolling", false)
0273             </default>
0274         </entry>
0275         <entry name="CircScrollDelta" type="Double">
0276             <default code="true">
0277                 systemDefault("CircScrollDelta", 10.0)
0278             </default>
0279             <min>0</min>
0280             <max>45</max>
0281         </entry>
0282         <entry name="CircScrollTrigger" type="Enum">
0283             <choices name="Edge">
0284                 <choice name="AllEdges">
0285                     <label context="Touchpad Edge">All edges</label>
0286                 </choice>
0287                 <choice name="TopEdge">
0288                     <label context="Touchpad Edge">Top edge</label>
0289                 </choice>
0290                 <choice name="TopRightCorner">
0291                     <label context="Touchpad Edge">Top right corner</label>
0292                 </choice>
0293                 <choice name="RightEdge">
0294                     <label context="Touchpad Edge">Right edge</label>
0295                 </choice>
0296                 <choice name="BottomRightCorner">
0297                     <label context="Touchpad Edge">Bottom right corner</label>
0298                 </choice>
0299                 <choice name="BottomEdge">
0300                     <label context="Touchpad Edge">Bottom edge</label>
0301                 </choice>
0302                 <choice name="BottomLeftCorner">
0303                     <label context="Touchpad Edge">Bottom left corner</label>
0304                 </choice>
0305                 <choice name="LeftEdge">
0306                     <label context="Touchpad Edge">Left edge</label>
0307                 </choice>
0308                 <choice name="TopLeftCorner">
0309                     <label context="Touchpad Edge">Top left corner</label>
0310                 </choice>
0311             </choices>
0312             <default code="true">
0313                 systemDefaultEnum("CircScrollTrigger", AllEdges)
0314             </default>
0315         </entry>
0316     </group>
0317 </kcfg>