blob: 34bcb0424c2beece59e855d0ee4a23a0e03ae0d8 (
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" encoding="UTF-8"?>
<KeyListEntries group="system" name="Accessibility" schema="org.gnome.settings-daemon.plugins.media-keys">
<KeyListEntry name="magnifier" description="Turn zoom on or off"/>
<KeyListEntry name="magnifier-zoom-in" description="Zoom in"/>
<KeyListEntry name="magnifier-zoom-out" description="Zoom out"/>
<KeyListEntry name="screenreader" description="Turn screen reader on or off"/>
<KeyListEntry name="on-screen-keyboard" description="Turn on-screen keyboard on or off"/>
<KeyListEntry name="increase-text-size" description="Increase text size"/>
<KeyListEntry name="decrease-text-size" description="Decrease text size"/>
<KeyListEntry name="toggle-contrast" description="High contrast on or off"/>
</KeyListEntries>
|