blob: 002bd385e3d976727b0e7761635b2f0befbb25a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Screenshots">
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="screenshot"
description="Save a screenshot to $PICTURES"/>
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="window-screenshot"
description="Save a screenshot of a window to $PICTURES"/>
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="area-screenshot"
description="Save a screenshot of an area to $PICTURES"/>
<KeyListEntry name="screenshot-clip"
description="Copy a screenshot to clipboard"/>
<KeyListEntry name="window-screenshot-clip"
description="Copy a screenshot of a window to clipboard"/>
<KeyListEntry name="area-screenshot-clip"
description="Copy a screenshot of an area to clipboard"/>
<KeyListEntry name="screencast"
description="Record a short screencast"/>
</KeyListEntries>
|