summaryrefslogtreecommitdiff
path: root/data/50-gnome-shell-screenshots.xml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2022-01-15 19:06:49 +0300
committerMarge Bot <marge-bot@gnome.org>2022-02-12 12:13:22 +0000
commitb0ebbb00b8cb13524608216b705ecf38c777711c (patch)
tree517d1753c038e74a7409e1ef1310e638a404ee77 /data/50-gnome-shell-screenshots.xml
parent414592acf910573beaee6c7709b3052d398f1743 (diff)
downloadgnome-shell-b0ebbb00b8cb13524608216b705ecf38c777711c.tar.gz
screenshot-ui: Add two key bindings from g-s-d
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>
Diffstat (limited to 'data/50-gnome-shell-screenshots.xml')
-rw-r--r--data/50-gnome-shell-screenshots.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/50-gnome-shell-screenshots.xml b/data/50-gnome-shell-screenshots.xml
new file mode 100644
index 000000000..d99f60bd2
--- /dev/null
+++ b/data/50-gnome-shell-screenshots.xml
@@ -0,0 +1,17 @@
+<?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> \ No newline at end of file