Skip to content

Commits on Source 2

mate-desktop (1.20.4-2) unstable; urgency=medium
* debian/patches:
+ Add 0001_add-setting-for-xkb-modifier-latching.patch.
Add org.mate.accessibility-keyboard.stickykeys-latch-to-lock setting.
-- Mike Gabriel <sunweaver@debian.org> Wed, 16 Jan 2019 11:36:18 +0100
mate-desktop (1.20.4-1) unstable; urgency=medium
* New upstream release.
......
From 98650b66b2d54ab1a80fb83e50bea90b2a162fb9 Mon Sep 17 00:00:00 2001
From: Colomban Wendling <cwendling@hypra.fr>
Date: Wed, 26 Sep 2018 16:12:09 +0200
Subject: [PATCH] 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.
---
schemas/org.mate.accessibility-keyboard.gschema.xml.in | 4 ++++
1 file changed, 4 insertions(+)
--- 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>
2001_prefer-x-terminal-emulator.patch
0001_add-setting-for-xkb-modifier-latching.patch