~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/keyboard/01-screenshot.xml.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" _name="Screenshots">
 
3
 
 
4
        <KeyListEntry name="screenshot"
 
5
                _description="Take a screenshot"/>
 
6
 
 
7
        <KeyListEntry name="window-screenshot"
 
8
                _description="Take a screenshot of a window"/>
 
9
 
 
10
        <KeyListEntry name="area-screenshot"
 
11
                      _description="Take a screenshot of an area"/>
 
12
 
 
13
        <KeyListEntry name="screenshot-clip"
 
14
                      _description="Copy a screenshot to clipboard"/>
 
15
 
 
16
        <KeyListEntry name="window-screenshot-clip"
 
17
                      _description="Copy a screenshot of a window to clipboard"/>
 
18
 
 
19
        <KeyListEntry name="area-screenshot-clip"
 
20
                      _description="Copy a screenshot of an area to clipboard"/>
 
21
 
 
22
</KeyListEntries>
 
23