[gnome-control-center/wip/input-sources: 14/14] keyboard: Add shortcuts to switch among input sources
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/input-sources: 14/14] keyboard: Add shortcuts to switch among input sources
- Date: Mon, 23 Apr 2012 21:12:30 +0000 (UTC)
commit 2147b9032ea41b10df31c3beb9696dd3acc78c36
Author: Rui Matos <tiagomatos gmail com>
Date: Thu Apr 19 05:43:38 2012 +0200
keyboard: Add shortcuts to switch among input sources
panels/keyboard/01-input-sources.xml.in | 12 ++++++++++++
panels/keyboard/Makefile.am | 8 +++++++-
2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/01-input-sources.xml.in b/panels/keyboard/01-input-sources.xml.in
new file mode 100644
index 0000000..191e6d9
--- /dev/null
+++ b/panels/keyboard/01-input-sources.xml.in
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<KeyListEntries group="system"
+ schema="org.gnome.desktop.input-sources.keybindings"
+ _name="Input Sources">
+
+ <KeyListEntry name="switch-previous"
+ _description="Switch to previous source"/>
+
+ <KeyListEntry name="switch-next"
+ _description="Switch to next source"/>
+
+</KeyListEntries>
diff --git a/panels/keyboard/Makefile.am b/panels/keyboard/Makefile.am
index 3498894..9623403 100644
--- a/panels/keyboard/Makefile.am
+++ b/panels/keyboard/Makefile.am
@@ -33,7 +33,13 @@ 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-screenshot.xml.in 01-system.xml.in 50-accessibility.xml.in
+xml_in_files = \
+ 00-multimedia.xml.in \
+ 01-input-sources.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]