keyboard: Add key bindings to switch input sources
https://bugzilla.gnome.org/show_bug.cgi?id=662489
This commit is contained in:
parent
0a78c3504e
commit
5e4376cfde
2 changed files with 19 additions and 1 deletions
12
panels/keyboard/01-input-sources.xml.in
Normal file
12
panels/keyboard/01-input-sources.xml.in
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue