XML · 840 bytes Raw Blame History
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist>
3
4 <schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'>
5 <key name='enable-inspector-keybinding' type='b'>
6 <default>true</default>
7 <summary>Enable inspector keybinding</summary>
8 <description>
9 If this setting is true, GTK lets the user open an interactive
10 debugging window with a keybinding. The default shortcuts for
11 the keybinding are Control-Shift-I and Control-Shift-D.
12 </description>
13 </key>
14 <key name='inspector-warning' type='b'>
15 <default>true</default>
16 <summary>Inspector warning</summary>
17 <description>
18 If this setting is true, GTK shows a warning before letting
19 the user use the interactive debugger.
20 </description>
21 </key>
22 </schema>
23
24 </schemalist>
25