forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
690a11b5b8
commit
9326f1a57c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user