summaryrefslogtreecommitdiff
path: root/schemas/org.mate.peripherals-keyboard.gschema.xml.in
diff options
context:
space:
mode:
authorMarty E. Plummer <[email protected]>2019-03-24 20:20:56 -0500
committerraveit65 <[email protected]>2019-04-04 17:17:33 +0200
commit92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch)
treed659b1a673700faa5c5449f9ba2246f68d694f40 /schemas/org.mate.peripherals-keyboard.gschema.xml.in
parentd338e635e6ce023fab06889a89f47c52d86028d5 (diff)
downloadmate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2
mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'schemas/org.mate.peripherals-keyboard.gschema.xml.in')
-rw-r--r--schemas/org.mate.peripherals-keyboard.gschema.xml.in49
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 7143f2d..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="/org/mate/desktop/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>