keyboard: Clarify screenshot actions
And explain that it saves directly to the Pictures directory. https://bugzilla.gnome.org/show_bug.cgi?id=681849
This commit is contained in:
parent
f217fa286a
commit
db2ff0fe52
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
<?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="Take a screenshot"/>
|
||||
_description="Save a screenshot to Pictures"/>
|
||||
|
||||
<!-- translators: Pictures is the name of the XDG Pictures directory -->
|
||||
<KeyListEntry name="window-screenshot"
|
||||
_description="Take a screenshot of a window"/>
|
||||
_description="Save a screenshot of a window to Pictures"/>
|
||||
|
||||
<!-- translators: Pictures is the name of the XDG Pictures directory -->
|
||||
<KeyListEntry name="area-screenshot"
|
||||
_description="Take a screenshot of an area"/>
|
||||
_description="Save a screenshot of an area to Pictures"/>
|
||||
|
||||
<KeyListEntry name="screenshot-clip"
|
||||
_description="Copy a screenshot to clipboard"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue