Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This patch migrates from Intltool to Gettext by using meson's i18n features. https://bugzilla.gnome.org/show_bug.cgi?id=787588
15 lines
506 B
XML
15 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries group="system"
|
|
schema="org.gnome.desktop.wm.keybindings"
|
|
name="Typing">
|
|
|
|
<KeyListEntry name="switch-input-source"
|
|
reverse-entry="switch-input-source-backward"
|
|
description="Switch to next input source"/>
|
|
|
|
<KeyListEntry name="switch-input-source-backward"
|
|
reverse-entry="switch-input-source"
|
|
is-reversed="true"
|
|
description="Switch to previous input source"/>
|
|
|
|
</KeyListEntries>
|