[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/mate-desktop][master] 2 commits: debian/patches: Add 0001_add-setting-for-xkb-modifier-latching.patch. Add...



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-desktop

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-desktop (1.20.4-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/patches:
    
    4
    +    + Add 0001_add-setting-for-xkb-modifier-latching.patch.
    
    5
    +      Add org.mate.accessibility-keyboard.stickykeys-latch-to-lock setting.
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 16 Jan 2019 11:36:18 +0100
    
    8
    +
    
    1 9
     mate-desktop (1.20.4-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * New upstream release.
    

  • debian/patches/0001_add-setting-for-xkb-modifier-latching.patch
    1
    +From 98650b66b2d54ab1a80fb83e50bea90b2a162fb9 Mon Sep 17 00:00:00 2001
    
    2
    +From: Colomban Wendling <cwendling@hypra.fr>
    
    3
    +Date: Wed, 26 Sep 2018 16:12:09 +0200
    
    4
    +Subject: [PATCH] Add new setting to control XKB modifier latching
    
    5
    +
    
    6
    +Add new setting org.mate.accessibility-keyboard.stickykeys-latch-to-lock
    
    7
    +to control whether latching is enabled together with sticky keys.
    
    8
    +---
    
    9
    + schemas/org.mate.accessibility-keyboard.gschema.xml.in | 4 ++++
    
    10
    + 1 file changed, 4 insertions(+)
    
    11
    +
    
    12
    +--- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in
    
    13
    ++++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in
    
    14
    +@@ -61,6 +61,10 @@
    
    15
    +     <key name="stickykeys-enable" type="b">
    
    16
    +       <default>false</default>
    
    17
    +     </key>
    
    18
    ++    <key name="stickykeys-latch-to-lock" type="b">
    
    19
    ++      <default>true</default>
    
    20
    ++      <description>Latch modifiers when pressed twice in a row until the same modifier is pressed again.</description>
    
    21
    ++    </key>
    
    22
    +     <key name="stickykeys-two-key-off" type="b">
    
    23
    +       <default>false</default>
    
    24
    +       <description>Disable if two keys are pressed at the same time.</description>

  • debian/patches/series
    1 1
     2001_prefer-x-terminal-emulator.patch
    
    2
    +0001_add-setting-for-xkb-modifier-latching.patch


  • Reply to: