[gnome-control-center] keyboard: Adjust shortcut files



commit 7d060a2508ce96152139672a8f67b8ff1a7a4157
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Nov 8 15:04:57 2011 +0100

    keyboard: Adjust shortcut files
    
    Some keybindings have been moved from metacity/mutter to g-s-d;
    update the shortcut files to reflect that change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663626

 panels/keyboard/01-screenshot.xml.in |   11 +++++++++++
 panels/keyboard/Makefile.am          |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/01-screenshot.xml.in b/panels/keyboard/01-screenshot.xml.in
new file mode 100644
index 0000000..aac6453
--- /dev/null
+++ b/panels/keyboard/01-screenshot.xml.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" _name="Screenshots">
+
+	<KeyListEntry name="screenshot"
+                      _description="Take a screenshot"/>
+
+	<KeyListEntry name="window-screenshot"
+                      _description="Take a screenshot of a window"/>
+
+</KeyListEntries>
+
diff --git a/panels/keyboard/Makefile.am b/panels/keyboard/Makefile.am
index 1a5ec03..3498894 100644
--- a/panels/keyboard/Makefile.am
+++ b/panels/keyboard/Makefile.am
@@ -33,7 +33,7 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_XML_NOMERGE_RULE@
 
 xmldir       = $(pkgdatadir)/keybindings
-xml_in_files = 00-multimedia.xml.in 01-launchers.xml.in 01-system.xml.in 50-accessibility.xml.in
+xml_in_files = 00-multimedia.xml.in 01-launchers.xml.in 01-screenshot.xml.in 01-system.xml.in 50-accessibility.xml.in
 xml_DATA     = $(xml_in_files:.xml.in=.xml)
 
 pkgconfigdir = $(datadir)/pkgconfig



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