forked from phuang/ibus-hangul
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBus plans to deprecate IBusConfig and suggests to migrate to GSettings. https://groups.google.com/forum/#!topic/ibus-devel/Mu1IoFX-bKE #51
- Loading branch information
Showing
4 changed files
with
161 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist> | ||
<schema path="/org/freedesktop/ibus/engine/hangul/" | ||
id="org.freedesktop.ibus.engine.hangul"> | ||
<key name="hangul-keyboard" type="s"> | ||
<default>'2'</default> | ||
<summary>Hangul keyboard</summary> | ||
<description></description> | ||
</key> | ||
<key name="initial-input-mode" type="s"> | ||
<default>'latin'</default> | ||
<summary>Initial input mode</summary> | ||
<description></description> | ||
</key> | ||
<key name="word-commit" type="b"> | ||
<default>false</default> | ||
<summary>Word commit</summary> | ||
<description></description> | ||
</key> | ||
<key name="auto-reorder" type="b"> | ||
<default>true</default> | ||
<summary>Auto reorder</summary> | ||
<description></description> | ||
</key> | ||
<key name="switch-keys" type="s"> | ||
<default>'Hangul,Shift+space'</default> | ||
<summary>Switch keys</summary> | ||
<description></description> | ||
</key> | ||
<key name="hanja-keys" type="s"> | ||
<default>'Hangul_Hanja,F9'</default> | ||
<summary>Hanja keys</summary> | ||
<description></description> | ||
</key> | ||
<key name="on-keys" type="s"> | ||
<default>''</default> | ||
<summary>On keys</summary> | ||
<description></description> | ||
</key> | ||
<key name="off-keys" type="s"> | ||
<default>''</default> | ||
<summary>Off keys</summary> | ||
<description></description> | ||
</key> | ||
<key name="disable-latin-mode" type="b"> | ||
<default>false</default> | ||
<summary>Disable Latin mode</summary> | ||
<description></description> | ||
</key> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.