b0ebbb00b8
These two are moving into gnome-shell to unify screenshot handling and allow for same-frame capturing. While we're at it, move the keybindings .xml file from g-c-c here because it belongs to gnome-shell. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2107>
17 lines
562 B
XML
17 lines
562 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries schema="org.gnome.shell.keybindings"
|
|
group="system"
|
|
name="Screenshots"
|
|
wm_name="GNOME Shell"
|
|
package="gnome-shell">
|
|
|
|
<KeyListEntry name="show-screenshot-ui"
|
|
description="Take a screenshot interactively"/>
|
|
|
|
<KeyListEntry name="screenshot"
|
|
description="Take a screenshot"/>
|
|
|
|
<KeyListEntry name="screenshot-window"
|
|
description="Take a screenshot of a window"/>
|
|
|
|
</KeyListEntries> |