blob: cfa598794062c1f797b0620556d23ba0ae65acd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries name="Desktop" schema="org.mate.SettingsDaemon.plugins.media-keys" package="mate-settings-daemon">
<KeyListEntry name="help" description="Launch help browser" />
<KeyListEntry name="calculator" description="Launch calculator" />
<KeyListEntry name="email" description="Launch email client" />
<KeyListEntry name="www" description="Launch web browser" />
<KeyListEntry name="logout" description="Log out" />
<KeyListEntry name="power" description="Shut down" />
<KeyListEntry name="screensaver" description="Lock screen" />
<KeyListEntry name="home" description="Home folder" />
<KeyListEntry name="search" description="Search" />
</KeyListEntries>
|