Warning, /utilities/kirogi/src/lib/settings/kirogi.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="kirogirc"/>
0007   <group name="main">
0008     <entry name="lastPlugin" key="lastPlugin" type="String">
0009       <label>The plugin that was active when the application quit.</label>
0010       <default></default>
0011     </entry>
0012     <entry name="flying" key="flying" type="Bool">
0013       <label>Used to remember if Kirogi was flying when quit.</label>
0014       <default>false</default>
0015     </entry>
0016     <entry name="allowLocationRequests" key="allowLocationRequests" type="Bool">
0017       <label>Allow Kirogi to request the device location.</label>
0018       <default>true</default>
0019     </entry>
0020   </group>
0021   <group name="ui">
0022     <entry name="inputMode" key="InputMode" type="Enum">
0023       <label>The input mode.</label>
0024       <choices>
0025         <choice name="Screen" />
0026         <choice name="Controller"/>
0027       </choices>
0028       <default>Screen</default>
0029     </entry>
0030     <entry name="alwaysShowDPads" key="AlwaysShowDPads" type="Bool">
0031       <label>Always show on-screen d-pads, even when in controller input mode.</label>
0032       <default>false</default>
0033     </entry>
0034     <entry name="lastInputMode" key="LastInputMode" type="Int">
0035       <label>The last user-selected input mode. 0 = on-screen d=pads, 1 = controller.</label>
0036       <default>0</default>
0037     </entry>
0038     <entry name="stretchVideo" key="stretchVideo" type="Bool">
0039       <label>Stretch video to fit device screen.</label>
0040       <default>true</default>
0041     </entry>
0042   </group>
0043 </kcfg>