gnome-control-center/panels/keyboard/01-screenshot.xml.in
Bastien Nocera db2ff0fe52 keyboard: Clarify screenshot actions
And explain that it saves directly to the Pictures directory.

https://bugzilla.gnome.org/show_bug.cgi?id=681849
2012-08-18 19:35:47 +01:00

26 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" _name="Screenshots">
<!-- translators: Pictures is the name of the XDG Pictures directory -->
<KeyListEntry name="screenshot"
_description="Save a screenshot to Pictures"/>
<!-- translators: Pictures is the name of the XDG Pictures directory -->
<KeyListEntry name="window-screenshot"
_description="Save a screenshot of a window to Pictures"/>
<!-- translators: Pictures is 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"/>
</KeyListEntries>