forked from AuroraMiddleware/gtk
069a2603ef
This will be needed for lockdown, e.g. on the login screen. https://bugzilla.gnome.org/show_bug.cgi?id=730007
18 lines
547 B
XML
18 lines
547 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
|
|
<schema id='org.gtk.Settings.Debug' path='/org/gtk/settings/debug/'>
|
|
<key name='enable-inspector-keybinding' type='b'>
|
|
<default>true</default>
|
|
<summary>Enable inspector keybinding</summary>
|
|
<description>
|
|
If this setting is true, GTK+ lets the user open an interactive
|
|
debugging window with a keybinding. The default shortcuts for
|
|
the keybinding are Control-Shift-I and Control-Shift-D.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|
|
|