1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<schemalist>
<schema id="org.sigxcpu.feedbackd"
path="/org/sigxcpu/feedbackd/">
<key name="profile" type="s">
<choices>
<choice value='full'/>
<choice value='quiet'/>
<choice value='silent'/>
</choices>
<default>'full'</default>
<summary>Feedack profile to use</summary>
<description>
The feedback profile determines the audio and haptical feedback
level given on events to the user.
</description>
</key>
<key name="theme" type="s">
<default>'default'</default>
<summary>The feedback theme to use</summary>
<description>
The feedback theme determines which feedbacks are triggered when
feedbackd receives an event.
</description>
</key>
<key name="prefer-flash" type="b">
<default>false</default>
<summary>Prefer camera flash LED over notification LED</summary>
<description>
Prefer the (camera) flash LED over other notification LEDs.
</description>
</key>
<key name="allow-important" type="as">
<default>['mobi.phosh.Stevia',
'org.sigxcpu.FbdAlertSlider',
'org.gnome.clocks',
'sm.puri.OSK0']</default>
<summary>List of apps that can override the feedback level</summary>
<description>
Apps listed here can override the configured global feedback level by
setting the 'important' hint on the submitted event.
</description>
</key>
<key name="max-haptic-strength" type="d">
<range min="0.0" max="1.0"/>
<default>1.0</default>
<summary>Maximum haptic strength</summary>
<description>
The maximum haptic strength to use when providing feedback.
</description>
</key>
</schema>
<schema id="org.sigxcpu.feedbackd.application">
<key name="profile" type="s">
<choices>
<choice value='full'/>
<choice value='quiet'/>
<choice value='silent'/>
</choices>
<default>'full'</default>
<summary>Feedack profile to use</summary>
<description>
The feedback profile determines the audio and haptical feedback
level given on events to the user.
</description>
</key>
</schema>
</schemalist>
|