summaryrefslogtreecommitdiff
path: root/data/desktop_gnome_keybindings.schemas.in
blob: cd048e2962bffd2a9676a5581cbac875c8a92a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<gconfschemafile>
    <schemalist>
	<schema>
	    <key>/schemas/desktop/gnome/keybindings/allowed_keys</key>
	    <applyto>/desktop/gnome/keybindings/allowed_keys</applyto>
            <owner>gnome</owner>
	    <type>list</type>
	    <list_type>string</list_type>
	    <default>[]</default>
            <locale name="C">
	        <short>Allowed keys</short>
                <long>
	          If non-empty, keybindings will be ignored unless their GConf 
	          directory is in the list. This is useful for lockdown. 
		</long>
            </locale>
        </schema>
    </schemalist>
</gconfschemafile>