[gnome-tweak-tool] xkb: XKB options are not in the 3.22 Keyboard panel



commit e9db2f8fdd54d66d6303481709ef0fb211a3ffd4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 7 16:14:24 2016 +0200

    xkb: XKB options are not in the 3.22 Keyboard panel
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770955

 gtweak/tweaks/tweak_group_xkb.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_xkb.py b/gtweak/tweaks/tweak_group_xkb.py
index 6e1b497..d270c65 100644
--- a/gtweak/tweaks/tweak_group_xkb.py
+++ b/gtweak/tweaks/tweak_group_xkb.py
@@ -133,8 +133,8 @@ class TypingTweakGroup(Gtk.Box, TweakGroup):
 
     XKB_GSETTINGS_SCHEMA = "org.gnome.desktop.input-sources"
     XKB_GSETTINGS_NAME = "xkb-options"
-    # These are configurable in gnome-control-center. grp_led is unsupported
-    XKB_OPTIONS_BLACKLIST = {"lv3","Compose key","grp","grp_led"}
+    # grp_led is unsupported
+    XKB_OPTIONS_BLACKLIST = {"grp_led"}
 
     def __init__(self):
         Gtk.Box.__init__(self, orientation=Gtk.Orientation.VERTICAL, spacing=3)


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