Skip to content

Commit 98650b6

Browse files
cwendlinglukefromdc
authored andcommitted
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.
1 parent 0dfcd85 commit 98650b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/org.mate.accessibility-keyboard.gschema.xml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
<key name="stickykeys-enable" type="b">
6262
<default>false</default>
6363
</key>
64+
<key name="stickykeys-latch-to-lock" type="b">
65+
<default>true</default>
66+
<description>Latch modifiers when pressed twice in a row until the same modifier is pressed again.</description>
67+
</key>
6468
<key name="stickykeys-two-key-off" type="b">
6569
<default>false</default>
6670
<description>Disable if two keys are pressed at the same time.</description>

0 commit comments

Comments
 (0)