summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2020-06-10 18:57:34 +0200
committerraveit65 <[email protected]>2020-08-06 10:48:00 +0200
commit95325cf57abaf278427c04f2352e27ed12ac1c67 (patch)
tree38caab5f294e9d4045a62c0a5e7e43d15e70f19c /schemas
parentda92d2a753d05dd6ae4ddb2865caff07f1bbcdea (diff)
downloadmate-desktop-95325cf57abaf278427c04f2352e27ed12ac1c67.tar.bz2
mate-desktop-95325cf57abaf278427c04f2352e27ed12ac1c67.tar.xz
a11y-keyboard: Add capslock-beep-enable gsetting
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.mate.accessibility-keyboard.gschema.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml b/schemas/org.mate.accessibility-keyboard.gschema.xml
index 26f295e..0809e3e 100644
--- a/schemas/org.mate.accessibility-keyboard.gschema.xml
+++ b/schemas/org.mate.accessibility-keyboard.gschema.xml
@@ -76,5 +76,9 @@
<key name="togglekeys-enable" type="b">
<default>false</default>
</key>
+ <key name="capslock-beep-enable" type="b">
+ <default>false</default>
+ <description>Beep when a key is pressed while CapsLock is active.</description>
+ </key>
</schema>
</schemalist>