[gtk+] Turn off inspector keybindings by default



commit 9326f1a57c52cc991b5756d1811155a25fe6623c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 31 11:08:25 2015 -0400

    Turn off inspector keybindings by default
    
    This is a 'developer mode' feature, and it can and does interfere
    with preexisting key bindings in some applications, so keep it
    off by default in stable releases, at least.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=754115

 gtk/org.gtk.Settings.Debug.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/org.gtk.Settings.Debug.gschema.xml b/gtk/org.gtk.Settings.Debug.gschema.xml
index 4ef67da..abb985d 100644
--- a/gtk/org.gtk.Settings.Debug.gschema.xml
+++ b/gtk/org.gtk.Settings.Debug.gschema.xml
@@ -3,7 +3,7 @@
 
   <schema id='org.gtk.Settings.Debug' path='/org/gtk/settings/debug/'>
     <key name='enable-inspector-keybinding' type='b'>
-      <default>true</default>
+      <default>false</default>
       <summary>Enable inspector keybinding</summary>
       <description>
         If this setting is true, GTK+ lets the user open an interactive


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