2014-05-13 18:16:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<schemalist>
|
|
|
|
|
2019-04-02 19:22:48 +00:00
|
|
|
<schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'>
|
2014-05-13 18:16:53 +00:00
|
|
|
<key name='enable-inspector-keybinding' type='b'>
|
2019-04-11 21:36:28 +00:00
|
|
|
<default>true</default>
|
2014-05-13 18:16:53 +00:00
|
|
|
<summary>Enable inspector keybinding</summary>
|
|
|
|
<description>
|
2019-02-05 10:26:20 +00:00
|
|
|
If this setting is true, GTK lets the user open an interactive
|
2014-05-13 18:16:53 +00:00
|
|
|
debugging window with a keybinding. The default shortcuts for
|
|
|
|
the keybinding are Control-Shift-I and Control-Shift-D.
|
|
|
|
</description>
|
|
|
|
</key>
|
2014-05-17 01:51:42 +00:00
|
|
|
<key name='inspector-warning' type='b'>
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Inspector warning</summary>
|
|
|
|
<description>
|
2019-02-05 10:26:20 +00:00
|
|
|
If this setting is true, GTK shows a warning before letting
|
2014-05-17 01:51:42 +00:00
|
|
|
the user use the interactive debugger.
|
|
|
|
</description>
|
|
|
|
</key>
|
2014-05-13 18:16:53 +00:00
|
|
|
</schema>
|
|
|
|
|
|
|
|
</schemalist>
|
|
|
|
|