diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
commit | b3c5129a02e6d2ef18bcc2abf2bb003185cf2619 (patch) | |
tree | 460b9e5143ed4324c3a9983b93c37acb5b4fbfa5 /schemas/org.mate.peripherals-keyboard.gschema.xml.in | |
parent | 3873b9ff75a839ec85694b987da788ab254ec519 (diff) | |
download | mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.bz2 mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.xz |
delete old .in schemasmate-desktop-1.5.0
Diffstat (limited to 'schemas/org.mate.peripherals-keyboard.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.peripherals-keyboard.gschema.xml.in | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/schemas/org.mate.peripherals-keyboard.gschema.xml.in b/schemas/org.mate.peripherals-keyboard.gschema.xml.in deleted file mode 100644 index 03c7a43..0000000 --- a/schemas/org.mate.peripherals-keyboard.gschema.xml.in +++ /dev/null @@ -1,49 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <enum id="org.mate.peripherals-keyboard.NumLockState"> - <value nick="off" value="0"/> - <value nick="on" value="1"/> - <value nick="unknown" value="2"/> - </enum> - <schema id="org.mate.peripherals-keyboard" path="/desktop/mate/peripherals/keyboard/"> - <key name="repeat" type="b"> - <default>true</default> - </key> - <key name="click" type="b"> - <default>true</default> - </key> - <key name="rate" type="i"> - <default>30</default> - </key> - <key name="delay" type="i"> - <default>500</default> - </key> - <key name="click-volume" type="i"> - <default>0</default> - </key> - <key name="bell-mode" type="s"> - <default>'on'</default> - <_description>possible values are "on", "off", and "custom".</_description> - </key> - <key name="bell-pitch" type="i"> - <default>400</default> - </key> - <key name="bell-duration" type="i"> - <default>100</default> - </key> - <key name="bell-custom-file" type="s"> - <default>''</default> - <_summary>Keyboard Bell Custom Filename</_summary> - <_description>File name of the bell sound to be played.</_description> - </key> - <key name="remember-numlock-state" type="b"> - <default>true</default> - <_summary>Remember NumLock state</_summary> - <_description>When set to true, MATE will remember the state of the NumLock LED between sessions.</_description> - </key> - <key name="numlock-state" enum="org.mate.peripherals-keyboard.NumLockState"> - <default>'unknown'</default> - <_summary>NumLock state</_summary> - <_description>The remembered state of the NumLock LED.</_description> - </key> - </schema> -</schemalist> |