From 1a920c723d2a4c446dc9c4c628cb3904f942a116 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Sun, 11 Aug 2019 18:32:45 +0300 Subject: Add remaining peripheral schemas from mate-desktop --- configure.ac | 1 + data/Makefile.am | 1 + data/org.mate.peripherals-keyboard.gschema.xml.in | 49 +++++++++++++++++++++++ po/POTFILES.in | 1 + 4 files changed, 52 insertions(+) create mode 100644 data/org.mate.peripherals-keyboard.gschema.xml.in diff --git a/configure.ac b/configure.ac index ea73740..bd599bb 100644 --- a/configure.ac +++ b/configure.ac @@ -477,6 +477,7 @@ data/mate-settings-daemon.pc data/mate-settings-daemon-uninstalled.pc data/org.mate.applications-at.gschema.xml data/org.mate.font-rendering.gschema.xml +data/org.mate.peripherals-keyboard.gschema.xml data/org.mate.peripherals-mouse.gschema.xml data/org.mate.peripherals-smartcard.gschema.xml data/org.mate.peripherals-touchpad.gschema.xml diff --git a/data/Makefile.am b/data/Makefile.am index 33764fd..3fad838 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,7 @@ NULL = msd_gschemas_in = \ org.mate.applications-at.gschema.xml.in \ org.mate.font-rendering.gschema.xml.in \ + org.mate.peripherals-keyboard.gschema.xml.in \ org.mate.peripherals-mouse.gschema.xml.in \ org.mate.peripherals-smartcard.gschema.xml.in \ org.mate.peripherals-touchpad.gschema.xml.in \ diff --git a/data/org.mate.peripherals-keyboard.gschema.xml.in b/data/org.mate.peripherals-keyboard.gschema.xml.in new file mode 100644 index 0000000..f519987 --- /dev/null +++ b/data/org.mate.peripherals-keyboard.gschema.xml.in @@ -0,0 +1,49 @@ + + + + + + + + + true + + + true + + + 30 + + + 500 + + + 0 + + + 'on' + possible values are "on", "off", and "custom". + + + 400 + + + 100 + + + '' + Keyboard Bell Custom Filename + File name of the bell sound to be played. + + + true + Remember NumLock state + When set to true, MATE will remember the state of the NumLock LED between sessions. + + + 'unknown' + NumLock state + The remembered state of the NumLock LED. + + + diff --git a/po/POTFILES.in b/po/POTFILES.in index ede4919..9cbdac2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,6 +3,7 @@ data/50-accessibility.xml.in [type: gettext/gsettings]data/org.mate.applications-at.gschema.xml.in [type: gettext/gsettings]data/org.mate.font-rendering.gschema.xml.in +[type: gettext/gsettings]data/org.mate.peripherals-keyboard.gschema.xml.in [type: gettext/gsettings]data/org.mate.peripherals-mouse.gschema.xml.in [type: gettext/gsettings]data/org.mate.peripherals-smartcard.gschema.xml.in [type: gettext/gsettings]data/org.mate.peripherals-touchpad.gschema.xml.in -- cgit v1.2.1