summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-02-27 07:51:06 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-02-27 07:51:06 +0800
commit7bfdbbc429dbbb02ef7b38d0381ef578e6252509 (patch)
tree6c0a95a06086f981a98b8a13f47badfc9d17a604
parent6e92cdd6c64954f5d21e9c73f444b0ca3ecdd9ec (diff)
downloadibus-7bfdbbc429dbbb02ef7b38d0381ef578e6252509.tar.gz
ibus-7bfdbbc429dbbb02ef7b38d0381ef578e6252509.tar.xz
ibus-7bfdbbc429dbbb02ef7b38d0381ef578e6252509.zip
Add ibus.schemas for gconf
-rw-r--r--setup/ibus.schemas88
1 files changed, 88 insertions, 0 deletions
diff --git a/setup/ibus.schemas b/setup/ibus.schemas
new file mode 100644
index 0000000..5ac6287
--- /dev/null
+++ b/setup/ibus.schemas
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<gconfschemafile>
+ <schemalist>
+ <!--
+ <schema>
+ <key>/schemas/desktop/ibus/general/preload_engines</key>
+ <applyto>/desktop/ibus/general/preload_engines</applyto>
+ <owner>ibus</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Preload Engines</short>
+ <long>Preload Engines during ibus starts up</long>
+ </locale>
+ </schema>
+ -->
+ <schema>
+ <key>/schemas/desktop/ibus/general/hotkey/trigger</key>
+ <applyto>/desktop/ibus/general/hotkey/trigger</applyto>
+ <owner>ibus</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[Control+space]</default>
+ <locale name="C">
+ <short>Trigger Hotkey</short>
+ <long>Trigger hotkey for enable or disable input context</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/ibus/general/hotkey/next_engine</key>
+ <applyto>/desktop/ibus/general/hotkey/next_engine</applyto>
+ <owner>ibus</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Next Engine Hotkey</short>
+ <long>Next engine hotkey for switch to next input method engine</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/ibus/general/hotkey/prev_engine</key>
+ <applyto>/desktop/ibus/general/hotkey/prev_engine</applyto>
+ <owner>ibus</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Prev Engine Hotkey</short>
+ <long>Prev engine hotkey for switch to previous input method engine</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/ibus/panel/auto_hide</key>
+ <applyto>/desktop/ibus/panel/auto_hide</applyto>
+ <owner>ibus</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Auto Hide</short>
+ <long>Auto hide language panel</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/ibus/panel/use_custom_font</key>
+ <applyto>/desktop/ibus/panel/use_custom_font</applyto>
+ <owner>ibus</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Use Custom Font</short>
+ <long>Use custom font name for language panel</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/ibus/panel/custom_font</key>
+ <applyto>/desktop/ibus/panel/custom_font</applyto>
+ <owner>ibus</owner>
+ <type>string</type>
+ <default>Sans 10</default>
+ <locale name="C">
+ <short>Custom Font</short>
+ <long>Custom font name for language panel</long>
+ </locale>
+ </schema>
+ <schemalist>
+</gconfschemafile>