diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 16:48:00 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 16:48:00 -0500 |
commit | 4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1 (patch) | |
tree | 377c816b3c5401a9571573661aad8a6f09974c4c /data/com.canonical.indicator.datetime.gschema.xml.in | |
parent | 43e0fb826aa3a5acfd8937438989231804b4c400 (diff) | |
download | ayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.tar.gz ayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.tar.bz2 ayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.zip |
configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSettings schema and to our Settings object
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml.in')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml.in b/data/com.canonical.indicator.datetime.gschema.xml.in index 62b42c1..4e4acd8 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml.in +++ b/data/com.canonical.indicator.datetime.gschema.xml.in @@ -123,6 +123,14 @@ Some timezones can be known by many different cities or names. This setting describes how the current zone prefers to be named. Format is "TIMEZONE NAME" (e.g. "America/New_York Boston" to name the New_York zone Boston). </_description> </key> + <key name="alarm-haptic-feedback" type="s"> + <default>'pulse'</default> + <_summary>What kind of haptic feedback, if any, to trigger with an alarm.</_summary> + <_description> + What kind of haptic feedback, if any, to trigger with an alarm. + Two modes are currently supported: 'pulse', 'none'. + </_description> + </key> <key name="alarm-default-sound" type="s"> <default>'/usr/share/sounds/ubuntu/ringtones/Suru arpeggio.ogg'</default> <_summary>The alarm's default sound file.</_summary> |