diff options
author | Colomban Wendling <[email protected]> | 2018-09-26 16:12:09 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-09-30 16:04:03 -0400 |
commit | 98650b66b2d54ab1a80fb83e50bea90b2a162fb9 (patch) | |
tree | 3a2909c19e455b4a89b9873cb061a22971539f95 /schemas | |
parent | 0dfcd851724c256e59a5a6c5d049db5ca251d755 (diff) | |
download | mate-desktop-98650b66b2d54ab1a80fb83e50bea90b2a162fb9.tar.bz2 mate-desktop-98650b66b2d54ab1a80fb83e50bea90b2a162fb9.tar.xz |
Add new setting to control XKB modifier latching
Add new setting org.mate.accessibility-keyboard.stickykeys-latch-to-lock
to control whether latching is enabled together with sticky keys.
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.mate.accessibility-keyboard.gschema.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml.in b/schemas/org.mate.accessibility-keyboard.gschema.xml.in index 812497f..36dea0b 100644 --- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in +++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in @@ -61,6 +61,10 @@ <key name="stickykeys-enable" type="b"> <default>false</default> </key> + <key name="stickykeys-latch-to-lock" type="b"> + <default>true</default> + <description>Latch modifiers when pressed twice in a row until the same modifier is pressed again.</description> + </key> <key name="stickykeys-two-key-off" type="b"> <default>false</default> <description>Disable if two keys are pressed at the same time.</description> |