debian/patches: Delete 0001_add-setting-for-xkb-modifier-latching.patch. Applied upstream.
This commit is contained in:
parent
de3776ffc1
commit
b276841599
@ -1,24 +0,0 @@
|
||||
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>
|
Loading…
Reference in New Issue
Block a user