[gnome-control-center] keyboard: Update screenshot key bindings



commit 03299794a6c95f9ceff8d6ca1d5a90ec4366a4c0
Author: Ivan Molodetskikh <yalterz gmail com>
Date:   Thu Oct 14 21:25:44 2021 +0300

    keyboard: Update screenshot key bindings
    
    They moved from g-s-d to gnome-shell.

 panels/keyboard/01-screenshot.xml.in | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)
---
diff --git a/panels/keyboard/01-screenshot.xml.in b/panels/keyboard/01-screenshot.xml.in
index 002bd385e..fc6354578 100644
--- a/panels/keyboard/01-screenshot.xml.in
+++ b/panels/keyboard/01-screenshot.xml.in
@@ -1,29 +1,17 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Screenshots">
+<KeyListEntries group="system" schema="org.gnome.shell.keybindings" name="Screenshots">
 
-       <!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
-       <KeyListEntry name="screenshot"
-               description="Save a screenshot to $PICTURES"/>
-
-       <!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
-       <KeyListEntry name="window-screenshot"
-               description="Save a screenshot of a window to $PICTURES"/>
-
-       <!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
-       <KeyListEntry name="area-screenshot"
-                      description="Save a screenshot of an area to $PICTURES"/>
+       <KeyListEntry name="show-screenshot-ui"
+               description="Show the screenshot UI"/>
 
-       <KeyListEntry name="screenshot-clip"
-                      description="Copy a screenshot to clipboard"/>
-
-       <KeyListEntry name="window-screenshot-clip"
-                      description="Copy a screenshot of a window to clipboard"/>
+       <KeyListEntry name="screenshot"
+               description="Take a screenshot"/>
 
-       <KeyListEntry name="area-screenshot-clip"
-                      description="Copy a screenshot of an area to clipboard"/>
+       <KeyListEntry name="screenshot-window"
+               description="Take a screenshot of a window"/>
 
-       <KeyListEntry name="screencast"
-               description="Record a short screencast"/>
+       <KeyListEntry name="show-screen-recording-ui"
+               description="Show the screen recording UI"/>
 
 </KeyListEntries>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]