/usr/share/gnome-control-center/keybindings/01-screenshot.xml is in gnome-control-center-data 1:3.18.2-1ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?xml version="1.0" encoding="UTF-8"?>
<KeyListEntries schema="org.gnome.settings-daemon.plugins.media-keys" group="system" name="Screenshots">
<KeyListEntry name="screenshot" description="Save a screenshot to $PICTURES"></KeyListEntry>
<KeyListEntry name="window-screenshot" description="Save a screenshot of a window to $PICTURES"></KeyListEntry>
<KeyListEntry name="area-screenshot" description="Save a screenshot of an area to $PICTURES"></KeyListEntry>
<KeyListEntry name="screenshot-clip" description="Copy a screenshot to clipboard"></KeyListEntry>
<KeyListEntry name="window-screenshot-clip" description="Copy a screenshot of a window to clipboard"></KeyListEntry>
<KeyListEntry name="area-screenshot-clip" description="Copy a screenshot of an area to clipboard"></KeyListEntry>
<KeyListEntry name="screencast" description="Record a short screencast"></KeyListEntry>
</KeyListEntries>
|