keyboard: Add key bindings to switch input sources

https://bugzilla.gnome.org/show_bug.cgi?id=662489
This commit is contained in:
Rui Matos 2012-04-19 05:43:38 +02:00 committed by Bastien Nocera
parent 0a78c3504e
commit 5e4376cfde
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system"
schema="org.gnome.settings-daemon.plugins.media-keys"
_name="Input Sources">
<KeyListEntry name="switch-input-source"
_description="Switch to next source"/>
<KeyListEntry name="switch-input-source-backward"
_description="Switch to previous source"/>
</KeyListEntries>

View file

@ -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