~ubuntu-branches/ubuntu/precise/ibus/precise

« back to all changes in this revision

Viewing changes to docs/reference/ibus/html/ibus.devhelp

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-03-06 09:45:51 UTC
  • mfrom: (6.2.20 sid)
  • Revision ID: package-import@ubuntu.com-20120306094551-2oj8nro3h3uesu8a
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: Install im-switch instead of im-config by default.
  - debian/rules: Build with dh_translations. Add dh-translations build
    dependency.
  - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
    Methods"
  - Add 05_appindicator.patch: Use an indicator rather than a notification
    icon. Add python-appindicator recommends.
  - debian/control: Recommends on ibus-gtk, ibus-qt4, ibus-clutter need to
    be alternatives, because we want derivatives to be able to pick the ones
    they need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="IBus Reference Manual" link="index.html" author="" name="ibus">
4
 
  <chapters>
5
 
    <sub name="Overview" link="ch01.html"/>
6
 
    <sub name="Panel (User Interfaces)" link="ch02.html">
7
 
      <sub name="IBusAttribute" link="IBusAttribute.html"/>
8
 
      <sub name="IBusAttrList" link="IBusAttrList.html"/>
9
 
      <sub name="IBusHotkeyProfile" link="IBusHotkeyProfile.html"/>
10
 
      <sub name="IBusLookupTable" link="IBusLookupTable.html"/>
11
 
      <sub name="IBusPanelService" link="IBusPanelService.html"/>
12
 
      <sub name="IBusProperty" link="IBusProperty.html"/>
13
 
      <sub name="IBusPropList" link="IBusPropList.html"/>
14
 
      <sub name="IBusText" link="IBusText.html"/>
15
 
    </sub>
16
 
    <sub name="Input method engine" link="ch03.html">
17
 
      <sub name="IBusComponent" link="IBusComponent.html"/>
18
 
      <sub name="IBusEngine" link="IBusEngine.html"/>
19
 
      <sub name="IBusEngineDesc" link="IBusEngineDesc.html"/>
20
 
      <sub name="IBusFactory" link="IBusFactory.html"/>
21
 
      <sub name="IBusInputContext" link="IBusInputContext.html"/>
22
 
      <sub name="IBusKeymap" link="IBusKeymap.html"/>
23
 
      <sub name="IBusKeysyms" link="ibus-IBusKeysyms.html"/>
24
 
    </sub>
25
 
    <sub name="Configuration" link="ch04.html">
26
 
      <sub name="IBusConfig" link="IBusConfig.html"/>
27
 
      <sub name="IBusConfigService" link="IBusConfigService.html"/>
28
 
      <sub name="IBusObservedPath" link="IBusObservedPath.html"/>
29
 
      <sub name="ibusversion" link="ibus-ibusversion.html"/>
30
 
      <sub name="ibusxml" link="ibus-ibusxml.html"/>
31
 
    </sub>
32
 
    <sub name="Communication" link="ch05.html">
33
 
      <sub name="IBusBus" link="IBusBus.html"/>
34
 
      <sub name="IBusProxy" link="IBusProxy.html"/>
35
 
      <sub name="IBusSerializable" link="IBusSerializable.html"/>
36
 
      <sub name="IBusService" link="IBusService.html"/>
37
 
    </sub>
38
 
    <sub name="Internal" link="ch06.html">
39
 
      <sub name="ibusdebug" link="ibus-ibusdebug.html"/>
40
 
      <sub name="ibuserror" link="ibus-ibuserror.html"/>
41
 
      <sub name="IBusObject" link="IBusObject.html"/>
42
 
      <sub name="ibusshare" link="ibus-ibusshare.html"/>
43
 
      <sub name="ibustypes" link="ibus-ibustypes.html"/>
44
 
    </sub>
45
 
  </chapters>
46
 
  <functions>
47
 
    <function name="enum IBusAttrType" link="IBusAttribute.html#IBusAttrType"/>
48
 
    <function name="enum IBusAttrUnderline" link="IBusAttribute.html#IBusAttrUnderline"/>
49
 
    <function name="struct IBusAttribute" link="IBusAttribute.html#IBusAttribute-struct"/>
50
 
    <function name="struct IBusAttributeClass" link="IBusAttribute.html#IBusAttributeClass"/>
51
 
    <function name="ibus_attribute_new ()" link="IBusAttribute.html#ibus-attribute-new"/>
52
 
    <function name="ibus_attribute_get_attr_type ()" link="IBusAttribute.html#ibus-attribute-get-attr-type"/>
53
 
    <function name="ibus_attribute_get_value ()" link="IBusAttribute.html#ibus-attribute-get-value"/>
54
 
    <function name="ibus_attribute_get_start_index ()" link="IBusAttribute.html#ibus-attribute-get-start-index"/>
55
 
    <function name="ibus_attribute_get_end_index ()" link="IBusAttribute.html#ibus-attribute-get-end-index"/>
56
 
    <function name="ibus_attr_underline_new ()" link="IBusAttribute.html#ibus-attr-underline-new"/>
57
 
    <function name="ibus_attr_foreground_new ()" link="IBusAttribute.html#ibus-attr-foreground-new"/>
58
 
    <function name="ibus_attr_background_new ()" link="IBusAttribute.html#ibus-attr-background-new"/>
59
 
    <function name="struct IBusAttrList" link="IBusAttrList.html#IBusAttrList-struct"/>
60
 
    <function name="struct IBusAttrListClass" link="IBusAttrList.html#IBusAttrListClass"/>
61
 
    <function name="ibus_attr_list_new ()" link="IBusAttrList.html#ibus-attr-list-new"/>
62
 
    <function name="ibus_attr_list_append ()" link="IBusAttrList.html#ibus-attr-list-append"/>
63
 
    <function name="ibus_attr_list_get ()" link="IBusAttrList.html#ibus-attr-list-get"/>
64
 
    <function name="struct IBusHotkeyProfile" link="IBusHotkeyProfile.html#IBusHotkeyProfile-struct"/>
65
 
    <function name="struct IBusHotkeyProfileClass" link="IBusHotkeyProfile.html#IBusHotkeyProfileClass"/>
66
 
    <function name="ibus_hotkey_profile_add_hotkey ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-add-hotkey"/>
67
 
    <function name="ibus_hotkey_profile_add_hotkey_from_string ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-add-hotkey-from-string"/>
68
 
    <function name="ibus_hotkey_profile_remove_hotkey ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-remove-hotkey"/>
69
 
    <function name="ibus_hotkey_profile_remove_hotkey_by_event ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-remove-hotkey-by-event"/>
70
 
    <function name="ibus_hotkey_profile_filter_key_event ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-filter-key-event"/>
71
 
    <function name="ibus_hotkey_profile_lookup_hotkey ()" link="IBusHotkeyProfile.html#ibus-hotkey-profile-lookup-hotkey"/>
72
 
    <function name="The &quot;trigger&quot; signal" link="IBusHotkeyProfile.html#IBusHotkeyProfile-trigger"/>
73
 
    <function name="struct IBusLookupTable" link="IBusLookupTable.html#IBusLookupTable-struct"/>
74
 
    <function name="struct IBusLookupTableClass" link="IBusLookupTable.html#IBusLookupTableClass"/>
75
 
    <function name="ibus_lookup_table_new ()" link="IBusLookupTable.html#ibus-lookup-table-new"/>
76
 
    <function name="ibus_lookup_table_append_candidate ()" link="IBusLookupTable.html#ibus-lookup-table-append-candidate"/>
77
 
    <function name="ibus_lookup_table_get_number_of_candidates ()" link="IBusLookupTable.html#ibus-lookup-table-get-number-of-candidates"/>
78
 
    <function name="ibus_lookup_table_get_candidate ()" link="IBusLookupTable.html#ibus-lookup-table-get-candidate"/>
79
 
    <function name="ibus_lookup_table_append_label ()" link="IBusLookupTable.html#ibus-lookup-table-append-label"/>
80
 
    <function name="ibus_lookup_table_set_label ()" link="IBusLookupTable.html#ibus-lookup-table-set-label"/>
81
 
    <function name="ibus_lookup_table_get_label ()" link="IBusLookupTable.html#ibus-lookup-table-get-label"/>
82
 
    <function name="ibus_lookup_table_set_cursor_pos ()" link="IBusLookupTable.html#ibus-lookup-table-set-cursor-pos"/>
83
 
    <function name="ibus_lookup_table_get_cursor_pos ()" link="IBusLookupTable.html#ibus-lookup-table-get-cursor-pos"/>
84
 
    <function name="ibus_lookup_table_set_cursor_visible ()" link="IBusLookupTable.html#ibus-lookup-table-set-cursor-visible"/>
85
 
    <function name="ibus_lookup_table_is_cursor_visible ()" link="IBusLookupTable.html#ibus-lookup-table-is-cursor-visible"/>
86
 
    <function name="ibus_lookup_table_get_cursor_in_page ()" link="IBusLookupTable.html#ibus-lookup-table-get-cursor-in-page"/>
87
 
    <function name="ibus_lookup_table_set_page_size ()" link="IBusLookupTable.html#ibus-lookup-table-set-page-size"/>
88
 
    <function name="ibus_lookup_table_get_page_size ()" link="IBusLookupTable.html#ibus-lookup-table-get-page-size"/>
89
 
    <function name="ibus_lookup_table_set_round ()" link="IBusLookupTable.html#ibus-lookup-table-set-round"/>
90
 
    <function name="ibus_lookup_table_is_round ()" link="IBusLookupTable.html#ibus-lookup-table-is-round"/>
91
 
    <function name="ibus_lookup_table_set_orientation ()" link="IBusLookupTable.html#ibus-lookup-table-set-orientation"/>
92
 
    <function name="ibus_lookup_table_get_orientation ()" link="IBusLookupTable.html#ibus-lookup-table-get-orientation"/>
93
 
    <function name="ibus_lookup_table_clear ()" link="IBusLookupTable.html#ibus-lookup-table-clear"/>
94
 
    <function name="ibus_lookup_table_page_up ()" link="IBusLookupTable.html#ibus-lookup-table-page-up"/>
95
 
    <function name="ibus_lookup_table_page_down ()" link="IBusLookupTable.html#ibus-lookup-table-page-down"/>
96
 
    <function name="ibus_lookup_table_cursor_up ()" link="IBusLookupTable.html#ibus-lookup-table-cursor-up"/>
97
 
    <function name="ibus_lookup_table_cursor_down ()" link="IBusLookupTable.html#ibus-lookup-table-cursor-down"/>
98
 
    <function name="struct IBusPanelService" link="IBusPanelService.html#IBusPanelService-struct"/>
99
 
    <function name="struct IBusPanelServiceClass" link="IBusPanelService.html#IBusPanelServiceClass"/>
100
 
    <function name="ibus_panel_service_new ()" link="IBusPanelService.html#ibus-panel-service-new"/>
101
 
    <function name="ibus_panel_service_candidate_clicked ()" link="IBusPanelService.html#ibus-panel-service-candidate-clicked"/>
102
 
    <function name="ibus_panel_service_cursor_down ()" link="IBusPanelService.html#ibus-panel-service-cursor-down"/>
103
 
    <function name="ibus_panel_service_cursor_up ()" link="IBusPanelService.html#ibus-panel-service-cursor-up"/>
104
 
    <function name="ibus_panel_service_page_down ()" link="IBusPanelService.html#ibus-panel-service-page-down"/>
105
 
    <function name="ibus_panel_service_page_up ()" link="IBusPanelService.html#ibus-panel-service-page-up"/>
106
 
    <function name="ibus_panel_service_property_activate ()" link="IBusPanelService.html#ibus-panel-service-property-activate"/>
107
 
    <function name="ibus_panel_service_property_show ()" link="IBusPanelService.html#ibus-panel-service-property-show"/>
108
 
    <function name="ibus_panel_service_property_hide ()" link="IBusPanelService.html#ibus-panel-service-property-hide"/>
109
 
    <function name="The &quot;cursor-down-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-cursor-down-lookup-table"/>
110
 
    <function name="The &quot;cursor-up-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-cursor-up-lookup-table"/>
111
 
    <function name="The &quot;focus-in&quot; signal" link="IBusPanelService.html#IBusPanelService-focus-in"/>
112
 
    <function name="The &quot;focus-out&quot; signal" link="IBusPanelService.html#IBusPanelService-focus-out"/>
113
 
    <function name="The &quot;hide-auxiliary-text&quot; signal" link="IBusPanelService.html#IBusPanelService-hide-auxiliary-text"/>
114
 
    <function name="The &quot;hide-language-bar&quot; signal" link="IBusPanelService.html#IBusPanelService-hide-language-bar"/>
115
 
    <function name="The &quot;hide-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-hide-lookup-table"/>
116
 
    <function name="The &quot;hide-preedit-text&quot; signal" link="IBusPanelService.html#IBusPanelService-hide-preedit-text"/>
117
 
    <function name="The &quot;page-down-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-page-down-lookup-table"/>
118
 
    <function name="The &quot;page-up-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-page-up-lookup-table"/>
119
 
    <function name="The &quot;register-properties&quot; signal" link="IBusPanelService.html#IBusPanelService-register-properties"/>
120
 
    <function name="The &quot;reset&quot; signal" link="IBusPanelService.html#IBusPanelService-reset"/>
121
 
    <function name="The &quot;set-cursor-location&quot; signal" link="IBusPanelService.html#IBusPanelService-set-cursor-location"/>
122
 
    <function name="The &quot;show-auxiliary-text&quot; signal" link="IBusPanelService.html#IBusPanelService-show-auxiliary-text"/>
123
 
    <function name="The &quot;show-language-bar&quot; signal" link="IBusPanelService.html#IBusPanelService-show-language-bar"/>
124
 
    <function name="The &quot;show-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-show-lookup-table"/>
125
 
    <function name="The &quot;show-preedit-text&quot; signal" link="IBusPanelService.html#IBusPanelService-show-preedit-text"/>
126
 
    <function name="The &quot;start-setup&quot; signal" link="IBusPanelService.html#IBusPanelService-start-setup"/>
127
 
    <function name="The &quot;state-changed&quot; signal" link="IBusPanelService.html#IBusPanelService-state-changed"/>
128
 
    <function name="The &quot;update-auxiliary-text&quot; signal" link="IBusPanelService.html#IBusPanelService-update-auxiliary-text"/>
129
 
    <function name="The &quot;update-lookup-table&quot; signal" link="IBusPanelService.html#IBusPanelService-update-lookup-table"/>
130
 
    <function name="The &quot;update-preedit-text&quot; signal" link="IBusPanelService.html#IBusPanelService-update-preedit-text"/>
131
 
    <function name="The &quot;update-property&quot; signal" link="IBusPanelService.html#IBusPanelService-update-property"/>
132
 
    <function name="enum IBusPropType" link="IBusProperty.html#IBusPropType"/>
133
 
    <function name="enum IBusPropState" link="IBusProperty.html#IBusPropState"/>
134
 
    <function name="struct IBusProperty" link="IBusProperty.html#IBusProperty-struct"/>
135
 
    <function name="struct IBusPropertyClass" link="IBusProperty.html#IBusPropertyClass"/>
136
 
    <function name="ibus_property_new ()" link="IBusProperty.html#ibus-property-new"/>
137
 
    <function name="ibus_property_get_key ()" link="IBusProperty.html#ibus-property-get-key"/>
138
 
    <function name="ibus_property_get_prop_type ()" link="IBusProperty.html#ibus-property-get-prop-type"/>
139
 
    <function name="ibus_property_get_label ()" link="IBusProperty.html#ibus-property-get-label"/>
140
 
    <function name="ibus_property_set_label ()" link="IBusProperty.html#ibus-property-set-label"/>
141
 
    <function name="ibus_property_get_icon ()" link="IBusProperty.html#ibus-property-get-icon"/>
142
 
    <function name="ibus_property_set_icon ()" link="IBusProperty.html#ibus-property-set-icon"/>
143
 
    <function name="ibus_property_get_tooltip ()" link="IBusProperty.html#ibus-property-get-tooltip"/>
144
 
    <function name="ibus_property_set_tooltip ()" link="IBusProperty.html#ibus-property-set-tooltip"/>
145
 
    <function name="ibus_property_get_sensitive ()" link="IBusProperty.html#ibus-property-get-sensitive"/>
146
 
    <function name="ibus_property_set_sensitive ()" link="IBusProperty.html#ibus-property-set-sensitive"/>
147
 
    <function name="ibus_property_get_visible ()" link="IBusProperty.html#ibus-property-get-visible"/>
148
 
    <function name="ibus_property_set_visible ()" link="IBusProperty.html#ibus-property-set-visible"/>
149
 
    <function name="ibus_property_get_state ()" link="IBusProperty.html#ibus-property-get-state"/>
150
 
    <function name="ibus_property_set_state ()" link="IBusProperty.html#ibus-property-set-state"/>
151
 
    <function name="ibus_property_get_sub_props ()" link="IBusProperty.html#ibus-property-get-sub-props"/>
152
 
    <function name="ibus_property_set_sub_props ()" link="IBusProperty.html#ibus-property-set-sub-props"/>
153
 
    <function name="ibus_property_update ()" link="IBusProperty.html#ibus-property-update"/>
154
 
    <function name="IBusPropListClass" link="IBusProperty.html#IBusPropListClass"/>
155
 
    <function name="IBusPropList" link="IBusProperty.html#IBusPropList-struct"/>
156
 
    <function name="IBusPropList" link="IBusPropList.html#IBusPropList-struct"/>
157
 
    <function name="IBusPropListClass" link="IBusPropList.html#IBusPropListClass"/>
158
 
    <function name="ibus_prop_list_new ()" link="IBusPropList.html#ibus-prop-list-new"/>
159
 
    <function name="ibus_prop_list_append ()" link="IBusPropList.html#ibus-prop-list-append"/>
160
 
    <function name="ibus_prop_list_get ()" link="IBusPropList.html#ibus-prop-list-get"/>
161
 
    <function name="ibus_prop_list_update_property ()" link="IBusPropList.html#ibus-prop-list-update-property"/>
162
 
    <function name="struct IBusText" link="IBusText.html#IBusText-struct"/>
163
 
    <function name="struct IBusTextClass" link="IBusText.html#IBusTextClass"/>
164
 
    <function name="ibus_text_new_from_string ()" link="IBusText.html#ibus-text-new-from-string"/>
165
 
    <function name="ibus_text_new_from_ucs4 ()" link="IBusText.html#ibus-text-new-from-ucs4"/>
166
 
    <function name="ibus_text_new_from_static_string ()" link="IBusText.html#ibus-text-new-from-static-string"/>
167
 
    <function name="ibus_text_new_from_printf ()" link="IBusText.html#ibus-text-new-from-printf"/>
168
 
    <function name="ibus_text_new_from_unichar ()" link="IBusText.html#ibus-text-new-from-unichar"/>
169
 
    <function name="ibus_text_append_attribute ()" link="IBusText.html#ibus-text-append-attribute"/>
170
 
    <function name="ibus_text_get_length ()" link="IBusText.html#ibus-text-get-length"/>
171
 
    <function name="ibus_text_get_is_static ()" link="IBusText.html#ibus-text-get-is-static"/>
172
 
    <function name="ibus_text_get_text ()" link="IBusText.html#ibus-text-get-text"/>
173
 
    <function name="ibus_text_get_attributes ()" link="IBusText.html#ibus-text-get-attributes"/>
174
 
    <function name="struct IBusComponent" link="IBusComponent.html#IBusComponent-struct"/>
175
 
    <function name="struct IBusComponentClass" link="IBusComponent.html#IBusComponentClass"/>
176
 
    <function name="ibus_component_new ()" link="IBusComponent.html#ibus-component-new"/>
177
 
    <function name="ibus_component_new_varargs ()" link="IBusComponent.html#ibus-component-new-varargs"/>
178
 
    <function name="ibus_component_new_from_xml_node ()" link="IBusComponent.html#ibus-component-new-from-xml-node"/>
179
 
    <function name="ibus_component_new_from_file ()" link="IBusComponent.html#ibus-component-new-from-file"/>
180
 
    <function name="ibus_component_get_name ()" link="IBusComponent.html#ibus-component-get-name"/>
181
 
    <function name="ibus_component_get_description ()" link="IBusComponent.html#ibus-component-get-description"/>
182
 
    <function name="ibus_component_get_version ()" link="IBusComponent.html#ibus-component-get-version"/>
183
 
    <function name="ibus_component_get_license ()" link="IBusComponent.html#ibus-component-get-license"/>
184
 
    <function name="ibus_component_get_author ()" link="IBusComponent.html#ibus-component-get-author"/>
185
 
    <function name="ibus_component_get_homepage ()" link="IBusComponent.html#ibus-component-get-homepage"/>
186
 
    <function name="ibus_component_get_exec ()" link="IBusComponent.html#ibus-component-get-exec"/>
187
 
    <function name="ibus_component_get_textdomain ()" link="IBusComponent.html#ibus-component-get-textdomain"/>
188
 
    <function name="ibus_component_add_observed_path ()" link="IBusComponent.html#ibus-component-add-observed-path"/>
189
 
    <function name="ibus_component_add_engine ()" link="IBusComponent.html#ibus-component-add-engine"/>
190
 
    <function name="ibus_component_get_engines ()" link="IBusComponent.html#ibus-component-get-engines"/>
191
 
    <function name="ibus_component_output ()" link="IBusComponent.html#ibus-component-output"/>
192
 
    <function name="ibus_component_output_engines ()" link="IBusComponent.html#ibus-component-output-engines"/>
193
 
    <function name="ibus_component_check_modification ()" link="IBusComponent.html#ibus-component-check-modification"/>
194
 
    <function name="The &quot;author&quot; property" link="IBusComponent.html#IBusComponent--author"/>
195
 
    <function name="The &quot;description&quot; property" link="IBusComponent.html#IBusComponent--description"/>
196
 
    <function name="The &quot;exec&quot; property" link="IBusComponent.html#IBusComponent--exec"/>
197
 
    <function name="The &quot;homepage&quot; property" link="IBusComponent.html#IBusComponent--homepage"/>
198
 
    <function name="The &quot;license&quot; property" link="IBusComponent.html#IBusComponent--license"/>
199
 
    <function name="The &quot;name&quot; property" link="IBusComponent.html#IBusComponent--name"/>
200
 
    <function name="The &quot;textdomain&quot; property" link="IBusComponent.html#IBusComponent--textdomain"/>
201
 
    <function name="The &quot;version&quot; property" link="IBusComponent.html#IBusComponent--version"/>
202
 
    <function name="struct IBusEngine" link="IBusEngine.html#IBusEngine-struct"/>
203
 
    <function name="struct IBusEngineClass" link="IBusEngine.html#IBusEngineClass"/>
204
 
    <function name="ibus_engine_new ()" link="IBusEngine.html#ibus-engine-new"/>
205
 
    <function name="ibus_engine_new_type ()" link="IBusEngine.html#ibus-engine-new-type"/>
206
 
    <function name="ibus_engine_commit_text ()" link="IBusEngine.html#ibus-engine-commit-text"/>
207
 
    <function name="ibus_engine_update_preedit_text ()" link="IBusEngine.html#ibus-engine-update-preedit-text"/>
208
 
    <function name="ibus_engine_update_preedit_text_with_mode ()" link="IBusEngine.html#ibus-engine-update-preedit-text-with-mode"/>
209
 
    <function name="ibus_engine_show_preedit_text ()" link="IBusEngine.html#ibus-engine-show-preedit-text"/>
210
 
    <function name="ibus_engine_hide_preedit_text ()" link="IBusEngine.html#ibus-engine-hide-preedit-text"/>
211
 
    <function name="ibus_engine_update_auxiliary_text ()" link="IBusEngine.html#ibus-engine-update-auxiliary-text"/>
212
 
    <function name="ibus_engine_show_auxiliary_text ()" link="IBusEngine.html#ibus-engine-show-auxiliary-text"/>
213
 
    <function name="ibus_engine_hide_auxiliary_text ()" link="IBusEngine.html#ibus-engine-hide-auxiliary-text"/>
214
 
    <function name="ibus_engine_update_lookup_table ()" link="IBusEngine.html#ibus-engine-update-lookup-table"/>
215
 
    <function name="ibus_engine_update_lookup_table_fast ()" link="IBusEngine.html#ibus-engine-update-lookup-table-fast"/>
216
 
    <function name="ibus_engine_show_lookup_table ()" link="IBusEngine.html#ibus-engine-show-lookup-table"/>
217
 
    <function name="ibus_engine_hide_lookup_table ()" link="IBusEngine.html#ibus-engine-hide-lookup-table"/>
218
 
    <function name="ibus_engine_forward_key_event ()" link="IBusEngine.html#ibus-engine-forward-key-event"/>
219
 
    <function name="ibus_engine_register_properties ()" link="IBusEngine.html#ibus-engine-register-properties"/>
220
 
    <function name="ibus_engine_update_property ()" link="IBusEngine.html#ibus-engine-update-property"/>
221
 
    <function name="ibus_engine_delete_surrounding_text ()" link="IBusEngine.html#ibus-engine-delete-surrounding-text"/>
222
 
    <function name="ibus_engine_get_surrounding_text ()" link="IBusEngine.html#ibus-engine-get-surrounding-text"/>
223
 
    <function name="ibus_engine_get_name ()" link="IBusEngine.html#ibus-engine-get-name"/>
224
 
    <function name="The &quot;engine-name&quot; property" link="IBusEngine.html#IBusEngine--engine-name"/>
225
 
    <function name="The &quot;cancel-hand-writing&quot; signal" link="IBusEngine.html#IBusEngine-cancel-hand-writing"/>
226
 
    <function name="The &quot;candidate-clicked&quot; signal" link="IBusEngine.html#IBusEngine-candidate-clicked"/>
227
 
    <function name="The &quot;cursor-down&quot; signal" link="IBusEngine.html#IBusEngine-cursor-down"/>
228
 
    <function name="The &quot;cursor-up&quot; signal" link="IBusEngine.html#IBusEngine-cursor-up"/>
229
 
    <function name="The &quot;disable&quot; signal" link="IBusEngine.html#IBusEngine-disable"/>
230
 
    <function name="The &quot;enable&quot; signal" link="IBusEngine.html#IBusEngine-enable"/>
231
 
    <function name="The &quot;focus-in&quot; signal" link="IBusEngine.html#IBusEngine-focus-in"/>
232
 
    <function name="The &quot;focus-out&quot; signal" link="IBusEngine.html#IBusEngine-focus-out"/>
233
 
    <function name="The &quot;page-down&quot; signal" link="IBusEngine.html#IBusEngine-page-down"/>
234
 
    <function name="The &quot;page-up&quot; signal" link="IBusEngine.html#IBusEngine-page-up"/>
235
 
    <function name="The &quot;process-hand-writing-event&quot; signal" link="IBusEngine.html#IBusEngine-process-hand-writing-event"/>
236
 
    <function name="The &quot;process-key-event&quot; signal" link="IBusEngine.html#IBusEngine-process-key-event"/>
237
 
    <function name="The &quot;property-activate&quot; signal" link="IBusEngine.html#IBusEngine-property-activate"/>
238
 
    <function name="The &quot;property-hide&quot; signal" link="IBusEngine.html#IBusEngine-property-hide"/>
239
 
    <function name="The &quot;property-show&quot; signal" link="IBusEngine.html#IBusEngine-property-show"/>
240
 
    <function name="The &quot;reset&quot; signal" link="IBusEngine.html#IBusEngine-reset"/>
241
 
    <function name="The &quot;set-capabilities&quot; signal" link="IBusEngine.html#IBusEngine-set-capabilities"/>
242
 
    <function name="The &quot;set-cursor-location&quot; signal" link="IBusEngine.html#IBusEngine-set-cursor-location"/>
243
 
    <function name="The &quot;set-surrounding-text&quot; signal" link="IBusEngine.html#IBusEngine-set-surrounding-text"/>
244
 
    <function name="struct IBusEngineDesc" link="IBusEngineDesc.html#IBusEngineDesc-struct"/>
245
 
    <function name="struct IBusEngineDescClass" link="IBusEngineDesc.html#IBusEngineDescClass"/>
246
 
    <function name="ibus_engine_desc_new ()" link="IBusEngineDesc.html#ibus-engine-desc-new"/>
247
 
    <function name="ibus_engine_desc_new_varargs ()" link="IBusEngineDesc.html#ibus-engine-desc-new-varargs"/>
248
 
    <function name="ibus_engine_desc_new_from_xml_node ()" link="IBusEngineDesc.html#ibus-engine-desc-new-from-xml-node"/>
249
 
    <function name="ibus_engine_desc_get_name ()" link="IBusEngineDesc.html#ibus-engine-desc-get-name"/>
250
 
    <function name="ibus_engine_desc_get_longname ()" link="IBusEngineDesc.html#ibus-engine-desc-get-longname"/>
251
 
    <function name="ibus_engine_desc_get_description ()" link="IBusEngineDesc.html#ibus-engine-desc-get-description"/>
252
 
    <function name="ibus_engine_desc_get_language ()" link="IBusEngineDesc.html#ibus-engine-desc-get-language"/>
253
 
    <function name="ibus_engine_desc_get_license ()" link="IBusEngineDesc.html#ibus-engine-desc-get-license"/>
254
 
    <function name="ibus_engine_desc_get_author ()" link="IBusEngineDesc.html#ibus-engine-desc-get-author"/>
255
 
    <function name="ibus_engine_desc_get_icon ()" link="IBusEngineDesc.html#ibus-engine-desc-get-icon"/>
256
 
    <function name="ibus_engine_desc_get_layout ()" link="IBusEngineDesc.html#ibus-engine-desc-get-layout"/>
257
 
    <function name="ibus_engine_desc_get_rank ()" link="IBusEngineDesc.html#ibus-engine-desc-get-rank"/>
258
 
    <function name="ibus_engine_desc_get_hotkeys ()" link="IBusEngineDesc.html#ibus-engine-desc-get-hotkeys"/>
259
 
    <function name="ibus_engine_desc_get_symbol ()" link="IBusEngineDesc.html#ibus-engine-desc-get-symbol"/>
260
 
    <function name="ibus_engine_desc_output ()" link="IBusEngineDesc.html#ibus-engine-desc-output"/>
261
 
    <function name="The &quot;author&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--author"/>
262
 
    <function name="The &quot;description&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--description"/>
263
 
    <function name="The &quot;hotkeys&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--hotkeys"/>
264
 
    <function name="The &quot;icon&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--icon"/>
265
 
    <function name="The &quot;language&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--language"/>
266
 
    <function name="The &quot;layout&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--layout"/>
267
 
    <function name="The &quot;license&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--license"/>
268
 
    <function name="The &quot;longname&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--longname"/>
269
 
    <function name="The &quot;name&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--name"/>
270
 
    <function name="The &quot;rank&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--rank"/>
271
 
    <function name="The &quot;symbol&quot; property" link="IBusEngineDesc.html#IBusEngineDesc--symbol"/>
272
 
    <function name="struct IBusFactory" link="IBusFactory.html#IBusFactory-struct"/>
273
 
    <function name="struct IBusFactoryClass" link="IBusFactory.html#IBusFactoryClass"/>
274
 
    <function name="ibus_factory_new ()" link="IBusFactory.html#ibus-factory-new"/>
275
 
    <function name="ibus_factory_add_engine ()" link="IBusFactory.html#ibus-factory-add-engine"/>
276
 
    <function name="The &quot;create-engine&quot; signal" link="IBusFactory.html#IBusFactory-create-engine"/>
277
 
    <function name="struct IBusInputContext" link="IBusInputContext.html#IBusInputContext-struct"/>
278
 
    <function name="struct IBusInputContextClass" link="IBusInputContext.html#IBusInputContextClass"/>
279
 
    <function name="ibus_input_context_new ()" link="IBusInputContext.html#ibus-input-context-new"/>
280
 
    <function name="ibus_input_context_new_async ()" link="IBusInputContext.html#ibus-input-context-new-async"/>
281
 
    <function name="ibus_input_context_new_async_finish ()" link="IBusInputContext.html#ibus-input-context-new-async-finish"/>
282
 
    <function name="ibus_input_context_get_input_context ()" link="IBusInputContext.html#ibus-input-context-get-input-context"/>
283
 
    <function name="ibus_input_context_get_input_context_async ()" link="IBusInputContext.html#ibus-input-context-get-input-context-async"/>
284
 
    <function name="ibus_input_context_get_input_context_async_finish ()" link="IBusInputContext.html#ibus-input-context-get-input-context-async-finish"/>
285
 
    <function name="ibus_input_context_process_hand_writing_event ()" link="IBusInputContext.html#ibus-input-context-process-hand-writing-event"/>
286
 
    <function name="ibus_input_context_cancel_hand_writing ()" link="IBusInputContext.html#ibus-input-context-cancel-hand-writing"/>
287
 
    <function name="ibus_input_context_process_key_event_async ()" link="IBusInputContext.html#ibus-input-context-process-key-event-async"/>
288
 
    <function name="ibus_input_context_process_key_event_async_finish ()" link="IBusInputContext.html#ibus-input-context-process-key-event-async-finish"/>
289
 
    <function name="ibus_input_context_process_key_event ()" link="IBusInputContext.html#ibus-input-context-process-key-event"/>
290
 
    <function name="ibus_input_context_set_cursor_location ()" link="IBusInputContext.html#ibus-input-context-set-cursor-location"/>
291
 
    <function name="ibus_input_context_set_capabilities ()" link="IBusInputContext.html#ibus-input-context-set-capabilities"/>
292
 
    <function name="ibus_input_context_property_activate ()" link="IBusInputContext.html#ibus-input-context-property-activate"/>
293
 
    <function name="ibus_input_context_focus_in ()" link="IBusInputContext.html#ibus-input-context-focus-in"/>
294
 
    <function name="ibus_input_context_focus_out ()" link="IBusInputContext.html#ibus-input-context-focus-out"/>
295
 
    <function name="ibus_input_context_reset ()" link="IBusInputContext.html#ibus-input-context-reset"/>
296
 
    <function name="ibus_input_context_enable ()" link="IBusInputContext.html#ibus-input-context-enable"/>
297
 
    <function name="ibus_input_context_disable ()" link="IBusInputContext.html#ibus-input-context-disable"/>
298
 
    <function name="ibus_input_context_is_enabled_async ()" link="IBusInputContext.html#ibus-input-context-is-enabled-async"/>
299
 
    <function name="ibus_input_context_is_enabled_async_finish ()" link="IBusInputContext.html#ibus-input-context-is-enabled-async-finish"/>
300
 
    <function name="ibus_input_context_is_enabled ()" link="IBusInputContext.html#ibus-input-context-is-enabled"/>
301
 
    <function name="ibus_input_context_get_engine_async ()" link="IBusInputContext.html#ibus-input-context-get-engine-async"/>
302
 
    <function name="ibus_input_context_get_engine_async_finish ()" link="IBusInputContext.html#ibus-input-context-get-engine-async-finish"/>
303
 
    <function name="ibus_input_context_get_engine ()" link="IBusInputContext.html#ibus-input-context-get-engine"/>
304
 
    <function name="ibus_input_context_set_engine ()" link="IBusInputContext.html#ibus-input-context-set-engine"/>
305
 
    <function name="ibus_input_context_set_surrounding_text ()" link="IBusInputContext.html#ibus-input-context-set-surrounding-text"/>
306
 
    <function name="ibus_input_context_needs_surrounding_text ()" link="IBusInputContext.html#ibus-input-context-needs-surrounding-text"/>
307
 
    <function name="The &quot;commit-text&quot; signal" link="IBusInputContext.html#IBusInputContext-commit-text"/>
308
 
    <function name="The &quot;cursor-down-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-cursor-down-lookup-table"/>
309
 
    <function name="The &quot;cursor-up-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-cursor-up-lookup-table"/>
310
 
    <function name="The &quot;delete-surrounding-text&quot; signal" link="IBusInputContext.html#IBusInputContext-delete-surrounding-text"/>
311
 
    <function name="The &quot;disabled&quot; signal" link="IBusInputContext.html#IBusInputContext-disabled"/>
312
 
    <function name="The &quot;enabled&quot; signal" link="IBusInputContext.html#IBusInputContext-enabled"/>
313
 
    <function name="The &quot;forward-key-event&quot; signal" link="IBusInputContext.html#IBusInputContext-forward-key-event"/>
314
 
    <function name="The &quot;hide-auxiliary-text&quot; signal" link="IBusInputContext.html#IBusInputContext-hide-auxiliary-text"/>
315
 
    <function name="The &quot;hide-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-hide-lookup-table"/>
316
 
    <function name="The &quot;hide-preedit-text&quot; signal" link="IBusInputContext.html#IBusInputContext-hide-preedit-text"/>
317
 
    <function name="The &quot;page-down-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-page-down-lookup-table"/>
318
 
    <function name="The &quot;page-up-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-page-up-lookup-table"/>
319
 
    <function name="The &quot;register-properties&quot; signal" link="IBusInputContext.html#IBusInputContext-register-properties"/>
320
 
    <function name="The &quot;show-auxiliary-text&quot; signal" link="IBusInputContext.html#IBusInputContext-show-auxiliary-text"/>
321
 
    <function name="The &quot;show-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-show-lookup-table"/>
322
 
    <function name="The &quot;show-preedit-text&quot; signal" link="IBusInputContext.html#IBusInputContext-show-preedit-text"/>
323
 
    <function name="The &quot;update-auxiliary-text&quot; signal" link="IBusInputContext.html#IBusInputContext-update-auxiliary-text"/>
324
 
    <function name="The &quot;update-lookup-table&quot; signal" link="IBusInputContext.html#IBusInputContext-update-lookup-table"/>
325
 
    <function name="The &quot;update-preedit-text&quot; signal" link="IBusInputContext.html#IBusInputContext-update-preedit-text"/>
326
 
    <function name="The &quot;update-property&quot; signal" link="IBusInputContext.html#IBusInputContext-update-property"/>
327
 
    <function name="struct IBusKeymap" link="IBusKeymap.html#IBusKeymap-struct"/>
328
 
    <function name="struct IBusKeymapClass" link="IBusKeymap.html#IBusKeymapClass"/>
329
 
    <function name="ibus_keymap_new ()" link="IBusKeymap.html#ibus-keymap-new"/>
330
 
    <function name="ibus_keymap_get ()" link="IBusKeymap.html#ibus-keymap-get"/>
331
 
    <function name="ibus_keymap_lookup_keysym ()" link="IBusKeymap.html#ibus-keymap-lookup-keysym"/>
332
 
    <function name="IBUS_VoidSymbol" link="ibus-IBusKeysyms.html#IBUS-VoidSymbol"/>
333
 
    <function name="IBUS_BackSpace" link="ibus-IBusKeysyms.html#IBUS-BackSpace"/>
334
 
    <function name="IBUS_Tab" link="ibus-IBusKeysyms.html#IBUS-Tab"/>
335
 
    <function name="IBUS_Linefeed" link="ibus-IBusKeysyms.html#IBUS-Linefeed"/>
336
 
    <function name="IBUS_Clear" link="ibus-IBusKeysyms.html#IBUS-Clear"/>
337
 
    <function name="IBUS_Return" link="ibus-IBusKeysyms.html#IBUS-Return"/>
338
 
    <function name="IBUS_Pause" link="ibus-IBusKeysyms.html#IBUS-Pause"/>
339
 
    <function name="IBUS_Scroll_Lock" link="ibus-IBusKeysyms.html#IBUS-Scroll-Lock"/>
340
 
    <function name="IBUS_Sys_Req" link="ibus-IBusKeysyms.html#IBUS-Sys-Req"/>
341
 
    <function name="IBUS_Escape" link="ibus-IBusKeysyms.html#IBUS-Escape"/>
342
 
    <function name="IBUS_Delete" link="ibus-IBusKeysyms.html#IBUS-Delete"/>
343
 
    <function name="IBUS_Multi_key" link="ibus-IBusKeysyms.html#IBUS-Multi-key"/>
344
 
    <function name="IBUS_Codeinput" link="ibus-IBusKeysyms.html#IBUS-Codeinput"/>
345
 
    <function name="IBUS_SingleCandidate" link="ibus-IBusKeysyms.html#IBUS-SingleCandidate"/>
346
 
    <function name="IBUS_MultipleCandidate" link="ibus-IBusKeysyms.html#IBUS-MultipleCandidate"/>
347
 
    <function name="IBUS_PreviousCandidate" link="ibus-IBusKeysyms.html#IBUS-PreviousCandidate"/>
348
 
    <function name="IBUS_Kanji" link="ibus-IBusKeysyms.html#IBUS-Kanji"/>
349
 
    <function name="IBUS_Muhenkan" link="ibus-IBusKeysyms.html#IBUS-Muhenkan"/>
350
 
    <function name="IBUS_Henkan_Mode" link="ibus-IBusKeysyms.html#IBUS-Henkan-Mode"/>
351
 
    <function name="IBUS_Henkan" link="ibus-IBusKeysyms.html#IBUS-Henkan"/>
352
 
    <function name="IBUS_Romaji" link="ibus-IBusKeysyms.html#IBUS-Romaji"/>
353
 
    <function name="IBUS_Hiragana" link="ibus-IBusKeysyms.html#IBUS-Hiragana"/>
354
 
    <function name="IBUS_Katakana" link="ibus-IBusKeysyms.html#IBUS-Katakana"/>
355
 
    <function name="IBUS_Hiragana_Katakana" link="ibus-IBusKeysyms.html#IBUS-Hiragana-Katakana"/>
356
 
    <function name="IBUS_Zenkaku" link="ibus-IBusKeysyms.html#IBUS-Zenkaku"/>
357
 
    <function name="IBUS_Hankaku" link="ibus-IBusKeysyms.html#IBUS-Hankaku"/>
358
 
    <function name="IBUS_Zenkaku_Hankaku" link="ibus-IBusKeysyms.html#IBUS-Zenkaku-Hankaku"/>
359
 
    <function name="IBUS_Touroku" link="ibus-IBusKeysyms.html#IBUS-Touroku"/>
360
 
    <function name="IBUS_Massyo" link="ibus-IBusKeysyms.html#IBUS-Massyo"/>
361
 
    <function name="IBUS_Kana_Lock" link="ibus-IBusKeysyms.html#IBUS-Kana-Lock"/>
362
 
    <function name="IBUS_Kana_Shift" link="ibus-IBusKeysyms.html#IBUS-Kana-Shift"/>
363
 
    <function name="IBUS_Eisu_Shift" link="ibus-IBusKeysyms.html#IBUS-Eisu-Shift"/>
364
 
    <function name="IBUS_Eisu_toggle" link="ibus-IBusKeysyms.html#IBUS-Eisu-toggle"/>
365
 
    <function name="IBUS_Kanji_Bangou" link="ibus-IBusKeysyms.html#IBUS-Kanji-Bangou"/>
366
 
    <function name="IBUS_Zen_Koho" link="ibus-IBusKeysyms.html#IBUS-Zen-Koho"/>
367
 
    <function name="IBUS_Mae_Koho" link="ibus-IBusKeysyms.html#IBUS-Mae-Koho"/>
368
 
    <function name="IBUS_Home" link="ibus-IBusKeysyms.html#IBUS-Home"/>
369
 
    <function name="IBUS_Left" link="ibus-IBusKeysyms.html#IBUS-Left"/>
370
 
    <function name="IBUS_Up" link="ibus-IBusKeysyms.html#IBUS-Up"/>
371
 
    <function name="IBUS_Right" link="ibus-IBusKeysyms.html#IBUS-Right"/>
372
 
    <function name="IBUS_Down" link="ibus-IBusKeysyms.html#IBUS-Down"/>
373
 
    <function name="IBUS_Prior" link="ibus-IBusKeysyms.html#IBUS-Prior"/>
374
 
    <function name="IBUS_Page_Up" link="ibus-IBusKeysyms.html#IBUS-Page-Up"/>
375
 
    <function name="IBUS_Next" link="ibus-IBusKeysyms.html#IBUS-Next"/>
376
 
    <function name="IBUS_Page_Down" link="ibus-IBusKeysyms.html#IBUS-Page-Down"/>
377
 
    <function name="IBUS_End" link="ibus-IBusKeysyms.html#IBUS-End"/>
378
 
    <function name="IBUS_Begin" link="ibus-IBusKeysyms.html#IBUS-Begin"/>
379
 
    <function name="IBUS_Select" link="ibus-IBusKeysyms.html#IBUS-Select"/>
380
 
    <function name="IBUS_Print" link="ibus-IBusKeysyms.html#IBUS-Print"/>
381
 
    <function name="IBUS_Execute" link="ibus-IBusKeysyms.html#IBUS-Execute"/>
382
 
    <function name="IBUS_Insert" link="ibus-IBusKeysyms.html#IBUS-Insert"/>
383
 
    <function name="IBUS_Undo" link="ibus-IBusKeysyms.html#IBUS-Undo"/>
384
 
    <function name="IBUS_Redo" link="ibus-IBusKeysyms.html#IBUS-Redo"/>
385
 
    <function name="IBUS_Menu" link="ibus-IBusKeysyms.html#IBUS-Menu"/>
386
 
    <function name="IBUS_Find" link="ibus-IBusKeysyms.html#IBUS-Find"/>
387
 
    <function name="IBUS_Cancel" link="ibus-IBusKeysyms.html#IBUS-Cancel"/>
388
 
    <function name="IBUS_Help" link="ibus-IBusKeysyms.html#IBUS-Help"/>
389
 
    <function name="IBUS_Break" link="ibus-IBusKeysyms.html#IBUS-Break"/>
390
 
    <function name="IBUS_Mode_switch" link="ibus-IBusKeysyms.html#IBUS-Mode-switch"/>
391
 
    <function name="IBUS_script_switch" link="ibus-IBusKeysyms.html#IBUS-script-switch"/>
392
 
    <function name="IBUS_Num_Lock" link="ibus-IBusKeysyms.html#IBUS-Num-Lock"/>
393
 
    <function name="IBUS_KP_Space" link="ibus-IBusKeysyms.html#IBUS-KP-Space"/>
394
 
    <function name="IBUS_KP_Tab" link="ibus-IBusKeysyms.html#IBUS-KP-Tab"/>
395
 
    <function name="IBUS_KP_Enter" link="ibus-IBusKeysyms.html#IBUS-KP-Enter"/>
396
 
    <function name="IBUS_KP_F1" link="ibus-IBusKeysyms.html#IBUS-KP-F1:CAPS"/>
397
 
    <function name="IBUS_KP_F2" link="ibus-IBusKeysyms.html#IBUS-KP-F2:CAPS"/>
398
 
    <function name="IBUS_KP_F3" link="ibus-IBusKeysyms.html#IBUS-KP-F3:CAPS"/>
399
 
    <function name="IBUS_KP_F4" link="ibus-IBusKeysyms.html#IBUS-KP-F4:CAPS"/>
400
 
    <function name="IBUS_KP_Home" link="ibus-IBusKeysyms.html#IBUS-KP-Home"/>
401
 
    <function name="IBUS_KP_Left" link="ibus-IBusKeysyms.html#IBUS-KP-Left"/>
402
 
    <function name="IBUS_KP_Up" link="ibus-IBusKeysyms.html#IBUS-KP-Up"/>
403
 
    <function name="IBUS_KP_Right" link="ibus-IBusKeysyms.html#IBUS-KP-Right"/>
404
 
    <function name="IBUS_KP_Down" link="ibus-IBusKeysyms.html#IBUS-KP-Down"/>
405
 
    <function name="IBUS_KP_Prior" link="ibus-IBusKeysyms.html#IBUS-KP-Prior"/>
406
 
    <function name="IBUS_KP_Page_Up" link="ibus-IBusKeysyms.html#IBUS-KP-Page-Up"/>
407
 
    <function name="IBUS_KP_Next" link="ibus-IBusKeysyms.html#IBUS-KP-Next"/>
408
 
    <function name="IBUS_KP_Page_Down" link="ibus-IBusKeysyms.html#IBUS-KP-Page-Down"/>
409
 
    <function name="IBUS_KP_End" link="ibus-IBusKeysyms.html#IBUS-KP-End"/>
410
 
    <function name="IBUS_KP_Begin" link="ibus-IBusKeysyms.html#IBUS-KP-Begin"/>
411
 
    <function name="IBUS_KP_Insert" link="ibus-IBusKeysyms.html#IBUS-KP-Insert"/>
412
 
    <function name="IBUS_KP_Delete" link="ibus-IBusKeysyms.html#IBUS-KP-Delete"/>
413
 
    <function name="IBUS_KP_Equal" link="ibus-IBusKeysyms.html#IBUS-KP-Equal"/>
414
 
    <function name="IBUS_KP_Multiply" link="ibus-IBusKeysyms.html#IBUS-KP-Multiply"/>
415
 
    <function name="IBUS_KP_Add" link="ibus-IBusKeysyms.html#IBUS-KP-Add"/>
416
 
    <function name="IBUS_KP_Separator" link="ibus-IBusKeysyms.html#IBUS-KP-Separator"/>
417
 
    <function name="IBUS_KP_Subtract" link="ibus-IBusKeysyms.html#IBUS-KP-Subtract"/>
418
 
    <function name="IBUS_KP_Decimal" link="ibus-IBusKeysyms.html#IBUS-KP-Decimal"/>
419
 
    <function name="IBUS_KP_Divide" link="ibus-IBusKeysyms.html#IBUS-KP-Divide"/>
420
 
    <function name="IBUS_KP_0" link="ibus-IBusKeysyms.html#IBUS-KP-0:CAPS"/>
421
 
    <function name="IBUS_KP_1" link="ibus-IBusKeysyms.html#IBUS-KP-1:CAPS"/>
422
 
    <function name="IBUS_KP_2" link="ibus-IBusKeysyms.html#IBUS-KP-2:CAPS"/>
423
 
    <function name="IBUS_KP_3" link="ibus-IBusKeysyms.html#IBUS-KP-3:CAPS"/>
424
 
    <function name="IBUS_KP_4" link="ibus-IBusKeysyms.html#IBUS-KP-4:CAPS"/>
425
 
    <function name="IBUS_KP_5" link="ibus-IBusKeysyms.html#IBUS-KP-5:CAPS"/>
426
 
    <function name="IBUS_KP_6" link="ibus-IBusKeysyms.html#IBUS-KP-6:CAPS"/>
427
 
    <function name="IBUS_KP_7" link="ibus-IBusKeysyms.html#IBUS-KP-7:CAPS"/>
428
 
    <function name="IBUS_KP_8" link="ibus-IBusKeysyms.html#IBUS-KP-8:CAPS"/>
429
 
    <function name="IBUS_KP_9" link="ibus-IBusKeysyms.html#IBUS-KP-9:CAPS"/>
430
 
    <function name="IBUS_F1" link="ibus-IBusKeysyms.html#IBUS-F1:CAPS"/>
431
 
    <function name="IBUS_F2" link="ibus-IBusKeysyms.html#IBUS-F2:CAPS"/>
432
 
    <function name="IBUS_F3" link="ibus-IBusKeysyms.html#IBUS-F3:CAPS"/>
433
 
    <function name="IBUS_F4" link="ibus-IBusKeysyms.html#IBUS-F4:CAPS"/>
434
 
    <function name="IBUS_F5" link="ibus-IBusKeysyms.html#IBUS-F5:CAPS"/>
435
 
    <function name="IBUS_F6" link="ibus-IBusKeysyms.html#IBUS-F6:CAPS"/>
436
 
    <function name="IBUS_F7" link="ibus-IBusKeysyms.html#IBUS-F7:CAPS"/>
437
 
    <function name="IBUS_F8" link="ibus-IBusKeysyms.html#IBUS-F8:CAPS"/>
438
 
    <function name="IBUS_F9" link="ibus-IBusKeysyms.html#IBUS-F9:CAPS"/>
439
 
    <function name="IBUS_F10" link="ibus-IBusKeysyms.html#IBUS-F10:CAPS"/>
440
 
    <function name="IBUS_F11" link="ibus-IBusKeysyms.html#IBUS-F11:CAPS"/>
441
 
    <function name="IBUS_L1" link="ibus-IBusKeysyms.html#IBUS-L1:CAPS"/>
442
 
    <function name="IBUS_F12" link="ibus-IBusKeysyms.html#IBUS-F12:CAPS"/>
443
 
    <function name="IBUS_L2" link="ibus-IBusKeysyms.html#IBUS-L2:CAPS"/>
444
 
    <function name="IBUS_F13" link="ibus-IBusKeysyms.html#IBUS-F13:CAPS"/>
445
 
    <function name="IBUS_L3" link="ibus-IBusKeysyms.html#IBUS-L3:CAPS"/>
446
 
    <function name="IBUS_F14" link="ibus-IBusKeysyms.html#IBUS-F14:CAPS"/>
447
 
    <function name="IBUS_L4" link="ibus-IBusKeysyms.html#IBUS-L4:CAPS"/>
448
 
    <function name="IBUS_F15" link="ibus-IBusKeysyms.html#IBUS-F15:CAPS"/>
449
 
    <function name="IBUS_L5" link="ibus-IBusKeysyms.html#IBUS-L5:CAPS"/>
450
 
    <function name="IBUS_F16" link="ibus-IBusKeysyms.html#IBUS-F16:CAPS"/>
451
 
    <function name="IBUS_L6" link="ibus-IBusKeysyms.html#IBUS-L6:CAPS"/>
452
 
    <function name="IBUS_F17" link="ibus-IBusKeysyms.html#IBUS-F17:CAPS"/>
453
 
    <function name="IBUS_L7" link="ibus-IBusKeysyms.html#IBUS-L7:CAPS"/>
454
 
    <function name="IBUS_F18" link="ibus-IBusKeysyms.html#IBUS-F18:CAPS"/>
455
 
    <function name="IBUS_L8" link="ibus-IBusKeysyms.html#IBUS-L8:CAPS"/>
456
 
    <function name="IBUS_F19" link="ibus-IBusKeysyms.html#IBUS-F19:CAPS"/>
457
 
    <function name="IBUS_L9" link="ibus-IBusKeysyms.html#IBUS-L9:CAPS"/>
458
 
    <function name="IBUS_F20" link="ibus-IBusKeysyms.html#IBUS-F20:CAPS"/>
459
 
    <function name="IBUS_L10" link="ibus-IBusKeysyms.html#IBUS-L10:CAPS"/>
460
 
    <function name="IBUS_F21" link="ibus-IBusKeysyms.html#IBUS-F21:CAPS"/>
461
 
    <function name="IBUS_R1" link="ibus-IBusKeysyms.html#IBUS-R1:CAPS"/>
462
 
    <function name="IBUS_F22" link="ibus-IBusKeysyms.html#IBUS-F22:CAPS"/>
463
 
    <function name="IBUS_R2" link="ibus-IBusKeysyms.html#IBUS-R2:CAPS"/>
464
 
    <function name="IBUS_F23" link="ibus-IBusKeysyms.html#IBUS-F23:CAPS"/>
465
 
    <function name="IBUS_R3" link="ibus-IBusKeysyms.html#IBUS-R3:CAPS"/>
466
 
    <function name="IBUS_F24" link="ibus-IBusKeysyms.html#IBUS-F24:CAPS"/>
467
 
    <function name="IBUS_R4" link="ibus-IBusKeysyms.html#IBUS-R4:CAPS"/>
468
 
    <function name="IBUS_F25" link="ibus-IBusKeysyms.html#IBUS-F25:CAPS"/>
469
 
    <function name="IBUS_R5" link="ibus-IBusKeysyms.html#IBUS-R5:CAPS"/>
470
 
    <function name="IBUS_F26" link="ibus-IBusKeysyms.html#IBUS-F26:CAPS"/>
471
 
    <function name="IBUS_R6" link="ibus-IBusKeysyms.html#IBUS-R6:CAPS"/>
472
 
    <function name="IBUS_F27" link="ibus-IBusKeysyms.html#IBUS-F27:CAPS"/>
473
 
    <function name="IBUS_R7" link="ibus-IBusKeysyms.html#IBUS-R7:CAPS"/>
474
 
    <function name="IBUS_F28" link="ibus-IBusKeysyms.html#IBUS-F28:CAPS"/>
475
 
    <function name="IBUS_R8" link="ibus-IBusKeysyms.html#IBUS-R8:CAPS"/>
476
 
    <function name="IBUS_F29" link="ibus-IBusKeysyms.html#IBUS-F29:CAPS"/>
477
 
    <function name="IBUS_R9" link="ibus-IBusKeysyms.html#IBUS-R9:CAPS"/>
478
 
    <function name="IBUS_F30" link="ibus-IBusKeysyms.html#IBUS-F30:CAPS"/>
479
 
    <function name="IBUS_R10" link="ibus-IBusKeysyms.html#IBUS-R10:CAPS"/>
480
 
    <function name="IBUS_F31" link="ibus-IBusKeysyms.html#IBUS-F31:CAPS"/>
481
 
    <function name="IBUS_R11" link="ibus-IBusKeysyms.html#IBUS-R11:CAPS"/>
482
 
    <function name="IBUS_F32" link="ibus-IBusKeysyms.html#IBUS-F32:CAPS"/>
483
 
    <function name="IBUS_R12" link="ibus-IBusKeysyms.html#IBUS-R12:CAPS"/>
484
 
    <function name="IBUS_F33" link="ibus-IBusKeysyms.html#IBUS-F33:CAPS"/>
485
 
    <function name="IBUS_R13" link="ibus-IBusKeysyms.html#IBUS-R13:CAPS"/>
486
 
    <function name="IBUS_F34" link="ibus-IBusKeysyms.html#IBUS-F34:CAPS"/>
487
 
    <function name="IBUS_R14" link="ibus-IBusKeysyms.html#IBUS-R14:CAPS"/>
488
 
    <function name="IBUS_F35" link="ibus-IBusKeysyms.html#IBUS-F35:CAPS"/>
489
 
    <function name="IBUS_R15" link="ibus-IBusKeysyms.html#IBUS-R15:CAPS"/>
490
 
    <function name="IBUS_Shift_L" link="ibus-IBusKeysyms.html#IBUS-Shift-L"/>
491
 
    <function name="IBUS_Shift_R" link="ibus-IBusKeysyms.html#IBUS-Shift-R"/>
492
 
    <function name="IBUS_Control_L" link="ibus-IBusKeysyms.html#IBUS-Control-L"/>
493
 
    <function name="IBUS_Control_R" link="ibus-IBusKeysyms.html#IBUS-Control-R"/>
494
 
    <function name="IBUS_Caps_Lock" link="ibus-IBusKeysyms.html#IBUS-Caps-Lock"/>
495
 
    <function name="IBUS_Shift_Lock" link="ibus-IBusKeysyms.html#IBUS-Shift-Lock"/>
496
 
    <function name="IBUS_Meta_L" link="ibus-IBusKeysyms.html#IBUS-Meta-L"/>
497
 
    <function name="IBUS_Meta_R" link="ibus-IBusKeysyms.html#IBUS-Meta-R"/>
498
 
    <function name="IBUS_Alt_L" link="ibus-IBusKeysyms.html#IBUS-Alt-L"/>
499
 
    <function name="IBUS_Alt_R" link="ibus-IBusKeysyms.html#IBUS-Alt-R"/>
500
 
    <function name="IBUS_Super_L" link="ibus-IBusKeysyms.html#IBUS-Super-L"/>
501
 
    <function name="IBUS_Super_R" link="ibus-IBusKeysyms.html#IBUS-Super-R"/>
502
 
    <function name="IBUS_Hyper_L" link="ibus-IBusKeysyms.html#IBUS-Hyper-L"/>
503
 
    <function name="IBUS_Hyper_R" link="ibus-IBusKeysyms.html#IBUS-Hyper-R"/>
504
 
    <function name="IBUS_ISO_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Lock"/>
505
 
    <function name="IBUS_ISO_Level2_Latch" link="ibus-IBusKeysyms.html#IBUS-ISO-Level2-Latch"/>
506
 
    <function name="IBUS_ISO_Level3_Shift" link="ibus-IBusKeysyms.html#IBUS-ISO-Level3-Shift"/>
507
 
    <function name="IBUS_ISO_Level3_Latch" link="ibus-IBusKeysyms.html#IBUS-ISO-Level3-Latch"/>
508
 
    <function name="IBUS_ISO_Level3_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Level3-Lock"/>
509
 
    <function name="IBUS_ISO_Level5_Shift" link="ibus-IBusKeysyms.html#IBUS-ISO-Level5-Shift"/>
510
 
    <function name="IBUS_ISO_Level5_Latch" link="ibus-IBusKeysyms.html#IBUS-ISO-Level5-Latch"/>
511
 
    <function name="IBUS_ISO_Level5_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Level5-Lock"/>
512
 
    <function name="IBUS_ISO_Group_Shift" link="ibus-IBusKeysyms.html#IBUS-ISO-Group-Shift"/>
513
 
    <function name="IBUS_ISO_Group_Latch" link="ibus-IBusKeysyms.html#IBUS-ISO-Group-Latch"/>
514
 
    <function name="IBUS_ISO_Group_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Group-Lock"/>
515
 
    <function name="IBUS_ISO_Next_Group" link="ibus-IBusKeysyms.html#IBUS-ISO-Next-Group"/>
516
 
    <function name="IBUS_ISO_Next_Group_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Next-Group-Lock"/>
517
 
    <function name="IBUS_ISO_Prev_Group" link="ibus-IBusKeysyms.html#IBUS-ISO-Prev-Group"/>
518
 
    <function name="IBUS_ISO_Prev_Group_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Prev-Group-Lock"/>
519
 
    <function name="IBUS_ISO_First_Group" link="ibus-IBusKeysyms.html#IBUS-ISO-First-Group"/>
520
 
    <function name="IBUS_ISO_First_Group_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-First-Group-Lock"/>
521
 
    <function name="IBUS_ISO_Last_Group" link="ibus-IBusKeysyms.html#IBUS-ISO-Last-Group"/>
522
 
    <function name="IBUS_ISO_Last_Group_Lock" link="ibus-IBusKeysyms.html#IBUS-ISO-Last-Group-Lock"/>
523
 
    <function name="IBUS_ISO_Left_Tab" link="ibus-IBusKeysyms.html#IBUS-ISO-Left-Tab"/>
524
 
    <function name="IBUS_ISO_Move_Line_Up" link="ibus-IBusKeysyms.html#IBUS-ISO-Move-Line-Up"/>
525
 
    <function name="IBUS_ISO_Move_Line_Down" link="ibus-IBusKeysyms.html#IBUS-ISO-Move-Line-Down"/>
526
 
    <function name="IBUS_ISO_Partial_Line_Up" link="ibus-IBusKeysyms.html#IBUS-ISO-Partial-Line-Up"/>
527
 
    <function name="IBUS_ISO_Partial_Line_Down" link="ibus-IBusKeysyms.html#IBUS-ISO-Partial-Line-Down"/>
528
 
    <function name="IBUS_ISO_Partial_Space_Left" link="ibus-IBusKeysyms.html#IBUS-ISO-Partial-Space-Left"/>
529
 
    <function name="IBUS_ISO_Partial_Space_Right" link="ibus-IBusKeysyms.html#IBUS-ISO-Partial-Space-Right"/>
530
 
    <function name="IBUS_ISO_Set_Margin_Left" link="ibus-IBusKeysyms.html#IBUS-ISO-Set-Margin-Left"/>
531
 
    <function name="IBUS_ISO_Set_Margin_Right" link="ibus-IBusKeysyms.html#IBUS-ISO-Set-Margin-Right"/>
532
 
    <function name="IBUS_ISO_Release_Margin_Left" link="ibus-IBusKeysyms.html#IBUS-ISO-Release-Margin-Left"/>
533
 
    <function name="IBUS_ISO_Release_Margin_Right" link="ibus-IBusKeysyms.html#IBUS-ISO-Release-Margin-Right"/>
534
 
    <function name="IBUS_ISO_Release_Both_Margins" link="ibus-IBusKeysyms.html#IBUS-ISO-Release-Both-Margins"/>
535
 
    <function name="IBUS_ISO_Fast_Cursor_Left" link="ibus-IBusKeysyms.html#IBUS-ISO-Fast-Cursor-Left"/>
536
 
    <function name="IBUS_ISO_Fast_Cursor_Right" link="ibus-IBusKeysyms.html#IBUS-ISO-Fast-Cursor-Right"/>
537
 
    <function name="IBUS_ISO_Fast_Cursor_Up" link="ibus-IBusKeysyms.html#IBUS-ISO-Fast-Cursor-Up"/>
538
 
    <function name="IBUS_ISO_Fast_Cursor_Down" link="ibus-IBusKeysyms.html#IBUS-ISO-Fast-Cursor-Down"/>
539
 
    <function name="IBUS_ISO_Continuous_Underline" link="ibus-IBusKeysyms.html#IBUS-ISO-Continuous-Underline"/>
540
 
    <function name="IBUS_ISO_Discontinuous_Underline" link="ibus-IBusKeysyms.html#IBUS-ISO-Discontinuous-Underline"/>
541
 
    <function name="IBUS_ISO_Emphasize" link="ibus-IBusKeysyms.html#IBUS-ISO-Emphasize"/>
542
 
    <function name="IBUS_ISO_Center_Object" link="ibus-IBusKeysyms.html#IBUS-ISO-Center-Object"/>
543
 
    <function name="IBUS_ISO_Enter" link="ibus-IBusKeysyms.html#IBUS-ISO-Enter"/>
544
 
    <function name="IBUS_dead_grave" link="ibus-IBusKeysyms.html#IBUS-dead-grave"/>
545
 
    <function name="IBUS_dead_acute" link="ibus-IBusKeysyms.html#IBUS-dead-acute"/>
546
 
    <function name="IBUS_dead_circumflex" link="ibus-IBusKeysyms.html#IBUS-dead-circumflex"/>
547
 
    <function name="IBUS_dead_tilde" link="ibus-IBusKeysyms.html#IBUS-dead-tilde"/>
548
 
    <function name="IBUS_dead_perispomeni" link="ibus-IBusKeysyms.html#IBUS-dead-perispomeni"/>
549
 
    <function name="IBUS_dead_macron" link="ibus-IBusKeysyms.html#IBUS-dead-macron"/>
550
 
    <function name="IBUS_dead_breve" link="ibus-IBusKeysyms.html#IBUS-dead-breve"/>
551
 
    <function name="IBUS_dead_abovedot" link="ibus-IBusKeysyms.html#IBUS-dead-abovedot"/>
552
 
    <function name="IBUS_dead_diaeresis" link="ibus-IBusKeysyms.html#IBUS-dead-diaeresis"/>
553
 
    <function name="IBUS_dead_abovering" link="ibus-IBusKeysyms.html#IBUS-dead-abovering"/>
554
 
    <function name="IBUS_dead_doubleacute" link="ibus-IBusKeysyms.html#IBUS-dead-doubleacute"/>
555
 
    <function name="IBUS_dead_caron" link="ibus-IBusKeysyms.html#IBUS-dead-caron"/>
556
 
    <function name="IBUS_dead_cedilla" link="ibus-IBusKeysyms.html#IBUS-dead-cedilla"/>
557
 
    <function name="IBUS_dead_ogonek" link="ibus-IBusKeysyms.html#IBUS-dead-ogonek"/>
558
 
    <function name="IBUS_dead_iota" link="ibus-IBusKeysyms.html#IBUS-dead-iota"/>
559
 
    <function name="IBUS_dead_voiced_sound" link="ibus-IBusKeysyms.html#IBUS-dead-voiced-sound"/>
560
 
    <function name="IBUS_dead_semivoiced_sound" link="ibus-IBusKeysyms.html#IBUS-dead-semivoiced-sound"/>
561
 
    <function name="IBUS_dead_belowdot" link="ibus-IBusKeysyms.html#IBUS-dead-belowdot"/>
562
 
    <function name="IBUS_dead_hook" link="ibus-IBusKeysyms.html#IBUS-dead-hook"/>
563
 
    <function name="IBUS_dead_horn" link="ibus-IBusKeysyms.html#IBUS-dead-horn"/>
564
 
    <function name="IBUS_dead_stroke" link="ibus-IBusKeysyms.html#IBUS-dead-stroke"/>
565
 
    <function name="IBUS_dead_abovecomma" link="ibus-IBusKeysyms.html#IBUS-dead-abovecomma"/>
566
 
    <function name="IBUS_dead_psili" link="ibus-IBusKeysyms.html#IBUS-dead-psili"/>
567
 
    <function name="IBUS_dead_abovereversedcomma" link="ibus-IBusKeysyms.html#IBUS-dead-abovereversedcomma"/>
568
 
    <function name="IBUS_dead_dasia" link="ibus-IBusKeysyms.html#IBUS-dead-dasia"/>
569
 
    <function name="IBUS_dead_belowring" link="ibus-IBusKeysyms.html#IBUS-dead-belowring"/>
570
 
    <function name="IBUS_dead_belowmacron" link="ibus-IBusKeysyms.html#IBUS-dead-belowmacron"/>
571
 
    <function name="IBUS_dead_belowcircumflex" link="ibus-IBusKeysyms.html#IBUS-dead-belowcircumflex"/>
572
 
    <function name="IBUS_dead_belowtilde" link="ibus-IBusKeysyms.html#IBUS-dead-belowtilde"/>
573
 
    <function name="IBUS_dead_belowbreve" link="ibus-IBusKeysyms.html#IBUS-dead-belowbreve"/>
574
 
    <function name="IBUS_dead_belowdiaeresis" link="ibus-IBusKeysyms.html#IBUS-dead-belowdiaeresis"/>
575
 
    <function name="IBUS_First_Virtual_Screen" link="ibus-IBusKeysyms.html#IBUS-First-Virtual-Screen"/>
576
 
    <function name="IBUS_Prev_Virtual_Screen" link="ibus-IBusKeysyms.html#IBUS-Prev-Virtual-Screen"/>
577
 
    <function name="IBUS_Next_Virtual_Screen" link="ibus-IBusKeysyms.html#IBUS-Next-Virtual-Screen"/>
578
 
    <function name="IBUS_Last_Virtual_Screen" link="ibus-IBusKeysyms.html#IBUS-Last-Virtual-Screen"/>
579
 
    <function name="IBUS_Terminate_Server" link="ibus-IBusKeysyms.html#IBUS-Terminate-Server"/>
580
 
    <function name="IBUS_AccessX_Enable" link="ibus-IBusKeysyms.html#IBUS-AccessX-Enable"/>
581
 
    <function name="IBUS_AccessX_Feedback_Enable" link="ibus-IBusKeysyms.html#IBUS-AccessX-Feedback-Enable"/>
582
 
    <function name="IBUS_RepeatKeys_Enable" link="ibus-IBusKeysyms.html#IBUS-RepeatKeys-Enable"/>
583
 
    <function name="IBUS_SlowKeys_Enable" link="ibus-IBusKeysyms.html#IBUS-SlowKeys-Enable"/>
584
 
    <function name="IBUS_BounceKeys_Enable" link="ibus-IBusKeysyms.html#IBUS-BounceKeys-Enable"/>
585
 
    <function name="IBUS_StickyKeys_Enable" link="ibus-IBusKeysyms.html#IBUS-StickyKeys-Enable"/>
586
 
    <function name="IBUS_MouseKeys_Enable" link="ibus-IBusKeysyms.html#IBUS-MouseKeys-Enable"/>
587
 
    <function name="IBUS_MouseKeys_Accel_Enable" link="ibus-IBusKeysyms.html#IBUS-MouseKeys-Accel-Enable"/>
588
 
    <function name="IBUS_Overlay1_Enable" link="ibus-IBusKeysyms.html#IBUS-Overlay1-Enable"/>
589
 
    <function name="IBUS_Overlay2_Enable" link="ibus-IBusKeysyms.html#IBUS-Overlay2-Enable"/>
590
 
    <function name="IBUS_AudibleBell_Enable" link="ibus-IBusKeysyms.html#IBUS-AudibleBell-Enable"/>
591
 
    <function name="IBUS_Pointer_Left" link="ibus-IBusKeysyms.html#IBUS-Pointer-Left"/>
592
 
    <function name="IBUS_Pointer_Right" link="ibus-IBusKeysyms.html#IBUS-Pointer-Right"/>
593
 
    <function name="IBUS_Pointer_Up" link="ibus-IBusKeysyms.html#IBUS-Pointer-Up"/>
594
 
    <function name="IBUS_Pointer_Down" link="ibus-IBusKeysyms.html#IBUS-Pointer-Down"/>
595
 
    <function name="IBUS_Pointer_UpLeft" link="ibus-IBusKeysyms.html#IBUS-Pointer-UpLeft"/>
596
 
    <function name="IBUS_Pointer_UpRight" link="ibus-IBusKeysyms.html#IBUS-Pointer-UpRight"/>
597
 
    <function name="IBUS_Pointer_DownLeft" link="ibus-IBusKeysyms.html#IBUS-Pointer-DownLeft"/>
598
 
    <function name="IBUS_Pointer_DownRight" link="ibus-IBusKeysyms.html#IBUS-Pointer-DownRight"/>
599
 
    <function name="IBUS_Pointer_Button_Dflt" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button-Dflt"/>
600
 
    <function name="IBUS_Pointer_Button1" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button1"/>
601
 
    <function name="IBUS_Pointer_Button2" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button2"/>
602
 
    <function name="IBUS_Pointer_Button3" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button3"/>
603
 
    <function name="IBUS_Pointer_Button4" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button4"/>
604
 
    <function name="IBUS_Pointer_Button5" link="ibus-IBusKeysyms.html#IBUS-Pointer-Button5"/>
605
 
    <function name="IBUS_Pointer_DblClick_Dflt" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick-Dflt"/>
606
 
    <function name="IBUS_Pointer_DblClick1" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick1"/>
607
 
    <function name="IBUS_Pointer_DblClick2" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick2"/>
608
 
    <function name="IBUS_Pointer_DblClick3" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick3"/>
609
 
    <function name="IBUS_Pointer_DblClick4" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick4"/>
610
 
    <function name="IBUS_Pointer_DblClick5" link="ibus-IBusKeysyms.html#IBUS-Pointer-DblClick5"/>
611
 
    <function name="IBUS_Pointer_Drag_Dflt" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag-Dflt"/>
612
 
    <function name="IBUS_Pointer_Drag1" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag1"/>
613
 
    <function name="IBUS_Pointer_Drag2" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag2"/>
614
 
    <function name="IBUS_Pointer_Drag3" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag3"/>
615
 
    <function name="IBUS_Pointer_Drag4" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag4"/>
616
 
    <function name="IBUS_Pointer_Drag5" link="ibus-IBusKeysyms.html#IBUS-Pointer-Drag5"/>
617
 
    <function name="IBUS_Pointer_EnableKeys" link="ibus-IBusKeysyms.html#IBUS-Pointer-EnableKeys"/>
618
 
    <function name="IBUS_Pointer_Accelerate" link="ibus-IBusKeysyms.html#IBUS-Pointer-Accelerate"/>
619
 
    <function name="IBUS_Pointer_DfltBtnNext" link="ibus-IBusKeysyms.html#IBUS-Pointer-DfltBtnNext"/>
620
 
    <function name="IBUS_Pointer_DfltBtnPrev" link="ibus-IBusKeysyms.html#IBUS-Pointer-DfltBtnPrev"/>
621
 
    <function name="IBUS_3270_Duplicate" link="ibus-IBusKeysyms.html#IBUS-3270-Duplicate"/>
622
 
    <function name="IBUS_3270_FieldMark" link="ibus-IBusKeysyms.html#IBUS-3270-FieldMark"/>
623
 
    <function name="IBUS_3270_Right2" link="ibus-IBusKeysyms.html#IBUS-3270-Right2"/>
624
 
    <function name="IBUS_3270_Left2" link="ibus-IBusKeysyms.html#IBUS-3270-Left2"/>
625
 
    <function name="IBUS_3270_BackTab" link="ibus-IBusKeysyms.html#IBUS-3270-BackTab"/>
626
 
    <function name="IBUS_3270_EraseEOF" link="ibus-IBusKeysyms.html#IBUS-3270-EraseEOF"/>
627
 
    <function name="IBUS_3270_EraseInput" link="ibus-IBusKeysyms.html#IBUS-3270-EraseInput"/>
628
 
    <function name="IBUS_3270_Reset" link="ibus-IBusKeysyms.html#IBUS-3270-Reset"/>
629
 
    <function name="IBUS_3270_Quit" link="ibus-IBusKeysyms.html#IBUS-3270-Quit"/>
630
 
    <function name="IBUS_3270_PA1" link="ibus-IBusKeysyms.html#IBUS-3270-PA1:CAPS"/>
631
 
    <function name="IBUS_3270_PA2" link="ibus-IBusKeysyms.html#IBUS-3270-PA2:CAPS"/>
632
 
    <function name="IBUS_3270_PA3" link="ibus-IBusKeysyms.html#IBUS-3270-PA3:CAPS"/>
633
 
    <function name="IBUS_3270_Test" link="ibus-IBusKeysyms.html#IBUS-3270-Test"/>
634
 
    <function name="IBUS_3270_Attn" link="ibus-IBusKeysyms.html#IBUS-3270-Attn"/>
635
 
    <function name="IBUS_3270_CursorBlink" link="ibus-IBusKeysyms.html#IBUS-3270-CursorBlink"/>
636
 
    <function name="IBUS_3270_AltCursor" link="ibus-IBusKeysyms.html#IBUS-3270-AltCursor"/>
637
 
    <function name="IBUS_3270_KeyClick" link="ibus-IBusKeysyms.html#IBUS-3270-KeyClick"/>
638
 
    <function name="IBUS_3270_Jump" link="ibus-IBusKeysyms.html#IBUS-3270-Jump"/>
639
 
    <function name="IBUS_3270_Ident" link="ibus-IBusKeysyms.html#IBUS-3270-Ident"/>
640
 
    <function name="IBUS_3270_Rule" link="ibus-IBusKeysyms.html#IBUS-3270-Rule"/>
641
 
    <function name="IBUS_3270_Copy" link="ibus-IBusKeysyms.html#IBUS-3270-Copy"/>
642
 
    <function name="IBUS_3270_Play" link="ibus-IBusKeysyms.html#IBUS-3270-Play"/>
643
 
    <function name="IBUS_3270_Setup" link="ibus-IBusKeysyms.html#IBUS-3270-Setup"/>
644
 
    <function name="IBUS_3270_Record" link="ibus-IBusKeysyms.html#IBUS-3270-Record"/>
645
 
    <function name="IBUS_3270_ChangeScreen" link="ibus-IBusKeysyms.html#IBUS-3270-ChangeScreen"/>
646
 
    <function name="IBUS_3270_DeleteWord" link="ibus-IBusKeysyms.html#IBUS-3270-DeleteWord"/>
647
 
    <function name="IBUS_3270_ExSelect" link="ibus-IBusKeysyms.html#IBUS-3270-ExSelect"/>
648
 
    <function name="IBUS_3270_CursorSelect" link="ibus-IBusKeysyms.html#IBUS-3270-CursorSelect"/>
649
 
    <function name="IBUS_3270_PrintScreen" link="ibus-IBusKeysyms.html#IBUS-3270-PrintScreen"/>
650
 
    <function name="IBUS_3270_Enter" link="ibus-IBusKeysyms.html#IBUS-3270-Enter"/>
651
 
    <function name="IBUS_space" link="ibus-IBusKeysyms.html#IBUS-space"/>
652
 
    <function name="IBUS_exclam" link="ibus-IBusKeysyms.html#IBUS-exclam"/>
653
 
    <function name="IBUS_quotedbl" link="ibus-IBusKeysyms.html#IBUS-quotedbl"/>
654
 
    <function name="IBUS_numbersign" link="ibus-IBusKeysyms.html#IBUS-numbersign"/>
655
 
    <function name="IBUS_dollar" link="ibus-IBusKeysyms.html#IBUS-dollar"/>
656
 
    <function name="IBUS_percent" link="ibus-IBusKeysyms.html#IBUS-percent"/>
657
 
    <function name="IBUS_ampersand" link="ibus-IBusKeysyms.html#IBUS-ampersand"/>
658
 
    <function name="IBUS_apostrophe" link="ibus-IBusKeysyms.html#IBUS-apostrophe"/>
659
 
    <function name="IBUS_quoteright" link="ibus-IBusKeysyms.html#IBUS-quoteright"/>
660
 
    <function name="IBUS_parenleft" link="ibus-IBusKeysyms.html#IBUS-parenleft"/>
661
 
    <function name="IBUS_parenright" link="ibus-IBusKeysyms.html#IBUS-parenright"/>
662
 
    <function name="IBUS_asterisk" link="ibus-IBusKeysyms.html#IBUS-asterisk"/>
663
 
    <function name="IBUS_plus" link="ibus-IBusKeysyms.html#IBUS-plus"/>
664
 
    <function name="IBUS_comma" link="ibus-IBusKeysyms.html#IBUS-comma"/>
665
 
    <function name="IBUS_minus" link="ibus-IBusKeysyms.html#IBUS-minus"/>
666
 
    <function name="IBUS_period" link="ibus-IBusKeysyms.html#IBUS-period"/>
667
 
    <function name="IBUS_slash" link="ibus-IBusKeysyms.html#IBUS-slash"/>
668
 
    <function name="IBUS_0" link="ibus-IBusKeysyms.html#IBUS-0:CAPS"/>
669
 
    <function name="IBUS_1" link="ibus-IBusKeysyms.html#IBUS-1:CAPS"/>
670
 
    <function name="IBUS_2" link="ibus-IBusKeysyms.html#IBUS-2:CAPS"/>
671
 
    <function name="IBUS_3" link="ibus-IBusKeysyms.html#IBUS-3:CAPS"/>
672
 
    <function name="IBUS_4" link="ibus-IBusKeysyms.html#IBUS-4:CAPS"/>
673
 
    <function name="IBUS_5" link="ibus-IBusKeysyms.html#IBUS-5:CAPS"/>
674
 
    <function name="IBUS_6" link="ibus-IBusKeysyms.html#IBUS-6:CAPS"/>
675
 
    <function name="IBUS_7" link="ibus-IBusKeysyms.html#IBUS-7:CAPS"/>
676
 
    <function name="IBUS_8" link="ibus-IBusKeysyms.html#IBUS-8:CAPS"/>
677
 
    <function name="IBUS_9" link="ibus-IBusKeysyms.html#IBUS-9:CAPS"/>
678
 
    <function name="IBUS_colon" link="ibus-IBusKeysyms.html#IBUS-colon"/>
679
 
    <function name="IBUS_semicolon" link="ibus-IBusKeysyms.html#IBUS-semicolon"/>
680
 
    <function name="IBUS_less" link="ibus-IBusKeysyms.html#IBUS-less"/>
681
 
    <function name="IBUS_equal" link="ibus-IBusKeysyms.html#IBUS-equal"/>
682
 
    <function name="IBUS_greater" link="ibus-IBusKeysyms.html#IBUS-greater"/>
683
 
    <function name="IBUS_question" link="ibus-IBusKeysyms.html#IBUS-question"/>
684
 
    <function name="IBUS_at" link="ibus-IBusKeysyms.html#IBUS-at"/>
685
 
    <function name="IBUS_A" link="ibus-IBusKeysyms.html#IBUS-A:CAPS"/>
686
 
    <function name="IBUS_B" link="ibus-IBusKeysyms.html#IBUS-B:CAPS"/>
687
 
    <function name="IBUS_C" link="ibus-IBusKeysyms.html#IBUS-C:CAPS"/>
688
 
    <function name="IBUS_D" link="ibus-IBusKeysyms.html#IBUS-D:CAPS"/>
689
 
    <function name="IBUS_E" link="ibus-IBusKeysyms.html#IBUS-E:CAPS"/>
690
 
    <function name="IBUS_F" link="ibus-IBusKeysyms.html#IBUS-F:CAPS"/>
691
 
    <function name="IBUS_G" link="ibus-IBusKeysyms.html#IBUS-G:CAPS"/>
692
 
    <function name="IBUS_H" link="ibus-IBusKeysyms.html#IBUS-H:CAPS"/>
693
 
    <function name="IBUS_I" link="ibus-IBusKeysyms.html#IBUS-I:CAPS"/>
694
 
    <function name="IBUS_J" link="ibus-IBusKeysyms.html#IBUS-J:CAPS"/>
695
 
    <function name="IBUS_K" link="ibus-IBusKeysyms.html#IBUS-K:CAPS"/>
696
 
    <function name="IBUS_L" link="ibus-IBusKeysyms.html#IBUS-L:CAPS"/>
697
 
    <function name="IBUS_M" link="ibus-IBusKeysyms.html#IBUS-M:CAPS"/>
698
 
    <function name="IBUS_N" link="ibus-IBusKeysyms.html#IBUS-N:CAPS"/>
699
 
    <function name="IBUS_O" link="ibus-IBusKeysyms.html#IBUS-O:CAPS"/>
700
 
    <function name="IBUS_P" link="ibus-IBusKeysyms.html#IBUS-P:CAPS"/>
701
 
    <function name="IBUS_Q" link="ibus-IBusKeysyms.html#IBUS-Q:CAPS"/>
702
 
    <function name="IBUS_R" link="ibus-IBusKeysyms.html#IBUS-R:CAPS"/>
703
 
    <function name="IBUS_S" link="ibus-IBusKeysyms.html#IBUS-S:CAPS"/>
704
 
    <function name="IBUS_T" link="ibus-IBusKeysyms.html#IBUS-T:CAPS"/>
705
 
    <function name="IBUS_U" link="ibus-IBusKeysyms.html#IBUS-U:CAPS"/>
706
 
    <function name="IBUS_V" link="ibus-IBusKeysyms.html#IBUS-V:CAPS"/>
707
 
    <function name="IBUS_W" link="ibus-IBusKeysyms.html#IBUS-W:CAPS"/>
708
 
    <function name="IBUS_X" link="ibus-IBusKeysyms.html#IBUS-X:CAPS"/>
709
 
    <function name="IBUS_Y" link="ibus-IBusKeysyms.html#IBUS-Y:CAPS"/>
710
 
    <function name="IBUS_Z" link="ibus-IBusKeysyms.html#IBUS-Z:CAPS"/>
711
 
    <function name="IBUS_bracketleft" link="ibus-IBusKeysyms.html#IBUS-bracketleft"/>
712
 
    <function name="IBUS_backslash" link="ibus-IBusKeysyms.html#IBUS-backslash"/>
713
 
    <function name="IBUS_bracketright" link="ibus-IBusKeysyms.html#IBUS-bracketright"/>
714
 
    <function name="IBUS_asciicircum" link="ibus-IBusKeysyms.html#IBUS-asciicircum"/>
715
 
    <function name="IBUS_underscore" link="ibus-IBusKeysyms.html#IBUS-underscore"/>
716
 
    <function name="IBUS_grave" link="ibus-IBusKeysyms.html#IBUS-grave"/>
717
 
    <function name="IBUS_quoteleft" link="ibus-IBusKeysyms.html#IBUS-quoteleft"/>
718
 
    <function name="IBUS_a" link="ibus-IBusKeysyms.html#IBUS-a"/>
719
 
    <function name="IBUS_b" link="ibus-IBusKeysyms.html#IBUS-b"/>
720
 
    <function name="IBUS_c" link="ibus-IBusKeysyms.html#IBUS-c"/>
721
 
    <function name="IBUS_d" link="ibus-IBusKeysyms.html#IBUS-d"/>
722
 
    <function name="IBUS_e" link="ibus-IBusKeysyms.html#IBUS-e"/>
723
 
    <function name="IBUS_f" link="ibus-IBusKeysyms.html#IBUS-f"/>
724
 
    <function name="IBUS_g" link="ibus-IBusKeysyms.html#IBUS-g"/>
725
 
    <function name="IBUS_h" link="ibus-IBusKeysyms.html#IBUS-h"/>
726
 
    <function name="IBUS_i" link="ibus-IBusKeysyms.html#IBUS-i"/>
727
 
    <function name="IBUS_j" link="ibus-IBusKeysyms.html#IBUS-j"/>
728
 
    <function name="IBUS_k" link="ibus-IBusKeysyms.html#IBUS-k"/>
729
 
    <function name="IBUS_l" link="ibus-IBusKeysyms.html#IBUS-l"/>
730
 
    <function name="IBUS_m" link="ibus-IBusKeysyms.html#IBUS-m"/>
731
 
    <function name="IBUS_n" link="ibus-IBusKeysyms.html#IBUS-n"/>
732
 
    <function name="IBUS_o" link="ibus-IBusKeysyms.html#IBUS-o"/>
733
 
    <function name="IBUS_p" link="ibus-IBusKeysyms.html#IBUS-p"/>
734
 
    <function name="IBUS_q" link="ibus-IBusKeysyms.html#IBUS-q"/>
735
 
    <function name="IBUS_r" link="ibus-IBusKeysyms.html#IBUS-r"/>
736
 
    <function name="IBUS_s" link="ibus-IBusKeysyms.html#IBUS-s"/>
737
 
    <function name="IBUS_t" link="ibus-IBusKeysyms.html#IBUS-t"/>
738
 
    <function name="IBUS_u" link="ibus-IBusKeysyms.html#IBUS-u"/>
739
 
    <function name="IBUS_v" link="ibus-IBusKeysyms.html#IBUS-v"/>
740
 
    <function name="IBUS_w" link="ibus-IBusKeysyms.html#IBUS-w"/>
741
 
    <function name="IBUS_x" link="ibus-IBusKeysyms.html#IBUS-x"/>
742
 
    <function name="IBUS_y" link="ibus-IBusKeysyms.html#IBUS-y"/>
743
 
    <function name="IBUS_z" link="ibus-IBusKeysyms.html#IBUS-z"/>
744
 
    <function name="IBUS_braceleft" link="ibus-IBusKeysyms.html#IBUS-braceleft"/>
745
 
    <function name="IBUS_bar" link="ibus-IBusKeysyms.html#IBUS-bar"/>
746
 
    <function name="IBUS_braceright" link="ibus-IBusKeysyms.html#IBUS-braceright"/>
747
 
    <function name="IBUS_asciitilde" link="ibus-IBusKeysyms.html#IBUS-asciitilde"/>
748
 
    <function name="IBUS_nobreakspace" link="ibus-IBusKeysyms.html#IBUS-nobreakspace"/>
749
 
    <function name="IBUS_exclamdown" link="ibus-IBusKeysyms.html#IBUS-exclamdown"/>
750
 
    <function name="IBUS_cent" link="ibus-IBusKeysyms.html#IBUS-cent"/>
751
 
    <function name="IBUS_sterling" link="ibus-IBusKeysyms.html#IBUS-sterling"/>
752
 
    <function name="IBUS_currency" link="ibus-IBusKeysyms.html#IBUS-currency"/>
753
 
    <function name="IBUS_yen" link="ibus-IBusKeysyms.html#IBUS-yen"/>
754
 
    <function name="IBUS_brokenbar" link="ibus-IBusKeysyms.html#IBUS-brokenbar"/>
755
 
    <function name="IBUS_section" link="ibus-IBusKeysyms.html#IBUS-section"/>
756
 
    <function name="IBUS_diaeresis" link="ibus-IBusKeysyms.html#IBUS-diaeresis"/>
757
 
    <function name="IBUS_copyright" link="ibus-IBusKeysyms.html#IBUS-copyright"/>
758
 
    <function name="IBUS_ordfeminine" link="ibus-IBusKeysyms.html#IBUS-ordfeminine"/>
759
 
    <function name="IBUS_guillemotleft" link="ibus-IBusKeysyms.html#IBUS-guillemotleft"/>
760
 
    <function name="IBUS_notsign" link="ibus-IBusKeysyms.html#IBUS-notsign"/>
761
 
    <function name="IBUS_hyphen" link="ibus-IBusKeysyms.html#IBUS-hyphen"/>
762
 
    <function name="IBUS_registered" link="ibus-IBusKeysyms.html#IBUS-registered"/>
763
 
    <function name="IBUS_macron" link="ibus-IBusKeysyms.html#IBUS-macron"/>
764
 
    <function name="IBUS_degree" link="ibus-IBusKeysyms.html#IBUS-degree"/>
765
 
    <function name="IBUS_plusminus" link="ibus-IBusKeysyms.html#IBUS-plusminus"/>
766
 
    <function name="IBUS_twosuperior" link="ibus-IBusKeysyms.html#IBUS-twosuperior"/>
767
 
    <function name="IBUS_threesuperior" link="ibus-IBusKeysyms.html#IBUS-threesuperior"/>
768
 
    <function name="IBUS_acute" link="ibus-IBusKeysyms.html#IBUS-acute"/>
769
 
    <function name="IBUS_mu" link="ibus-IBusKeysyms.html#IBUS-mu"/>
770
 
    <function name="IBUS_paragraph" link="ibus-IBusKeysyms.html#IBUS-paragraph"/>
771
 
    <function name="IBUS_periodcentered" link="ibus-IBusKeysyms.html#IBUS-periodcentered"/>
772
 
    <function name="IBUS_cedilla" link="ibus-IBusKeysyms.html#IBUS-cedilla"/>
773
 
    <function name="IBUS_onesuperior" link="ibus-IBusKeysyms.html#IBUS-onesuperior"/>
774
 
    <function name="IBUS_masculine" link="ibus-IBusKeysyms.html#IBUS-masculine"/>
775
 
    <function name="IBUS_guillemotright" link="ibus-IBusKeysyms.html#IBUS-guillemotright"/>
776
 
    <function name="IBUS_onequarter" link="ibus-IBusKeysyms.html#IBUS-onequarter"/>
777
 
    <function name="IBUS_onehalf" link="ibus-IBusKeysyms.html#IBUS-onehalf"/>
778
 
    <function name="IBUS_threequarters" link="ibus-IBusKeysyms.html#IBUS-threequarters"/>
779
 
    <function name="IBUS_questiondown" link="ibus-IBusKeysyms.html#IBUS-questiondown"/>
780
 
    <function name="IBUS_Agrave" link="ibus-IBusKeysyms.html#IBUS-Agrave"/>
781
 
    <function name="IBUS_Aacute" link="ibus-IBusKeysyms.html#IBUS-Aacute"/>
782
 
    <function name="IBUS_Acircumflex" link="ibus-IBusKeysyms.html#IBUS-Acircumflex"/>
783
 
    <function name="IBUS_Atilde" link="ibus-IBusKeysyms.html#IBUS-Atilde"/>
784
 
    <function name="IBUS_Adiaeresis" link="ibus-IBusKeysyms.html#IBUS-Adiaeresis"/>
785
 
    <function name="IBUS_Aring" link="ibus-IBusKeysyms.html#IBUS-Aring"/>
786
 
    <function name="IBUS_AE" link="ibus-IBusKeysyms.html#IBUS-AE:CAPS"/>
787
 
    <function name="IBUS_Ccedilla" link="ibus-IBusKeysyms.html#IBUS-Ccedilla"/>
788
 
    <function name="IBUS_Egrave" link="ibus-IBusKeysyms.html#IBUS-Egrave"/>
789
 
    <function name="IBUS_Eacute" link="ibus-IBusKeysyms.html#IBUS-Eacute"/>
790
 
    <function name="IBUS_Ecircumflex" link="ibus-IBusKeysyms.html#IBUS-Ecircumflex"/>
791
 
    <function name="IBUS_Ediaeresis" link="ibus-IBusKeysyms.html#IBUS-Ediaeresis"/>
792
 
    <function name="IBUS_Igrave" link="ibus-IBusKeysyms.html#IBUS-Igrave"/>
793
 
    <function name="IBUS_Iacute" link="ibus-IBusKeysyms.html#IBUS-Iacute"/>
794
 
    <function name="IBUS_Icircumflex" link="ibus-IBusKeysyms.html#IBUS-Icircumflex"/>
795
 
    <function name="IBUS_Idiaeresis" link="ibus-IBusKeysyms.html#IBUS-Idiaeresis"/>
796
 
    <function name="IBUS_ETH" link="ibus-IBusKeysyms.html#IBUS-ETH:CAPS"/>
797
 
    <function name="IBUS_Eth" link="ibus-IBusKeysyms.html#IBUS-Eth"/>
798
 
    <function name="IBUS_Ntilde" link="ibus-IBusKeysyms.html#IBUS-Ntilde"/>
799
 
    <function name="IBUS_Ograve" link="ibus-IBusKeysyms.html#IBUS-Ograve"/>
800
 
    <function name="IBUS_Oacute" link="ibus-IBusKeysyms.html#IBUS-Oacute"/>
801
 
    <function name="IBUS_Ocircumflex" link="ibus-IBusKeysyms.html#IBUS-Ocircumflex"/>
802
 
    <function name="IBUS_Otilde" link="ibus-IBusKeysyms.html#IBUS-Otilde"/>
803
 
    <function name="IBUS_Odiaeresis" link="ibus-IBusKeysyms.html#IBUS-Odiaeresis"/>
804
 
    <function name="IBUS_multiply" link="ibus-IBusKeysyms.html#IBUS-multiply"/>
805
 
    <function name="IBUS_Oslash" link="ibus-IBusKeysyms.html#IBUS-Oslash"/>
806
 
    <function name="IBUS_Ooblique" link="ibus-IBusKeysyms.html#IBUS-Ooblique"/>
807
 
    <function name="IBUS_Ugrave" link="ibus-IBusKeysyms.html#IBUS-Ugrave"/>
808
 
    <function name="IBUS_Uacute" link="ibus-IBusKeysyms.html#IBUS-Uacute"/>
809
 
    <function name="IBUS_Ucircumflex" link="ibus-IBusKeysyms.html#IBUS-Ucircumflex"/>
810
 
    <function name="IBUS_Udiaeresis" link="ibus-IBusKeysyms.html#IBUS-Udiaeresis"/>
811
 
    <function name="IBUS_Yacute" link="ibus-IBusKeysyms.html#IBUS-Yacute"/>
812
 
    <function name="IBUS_THORN" link="ibus-IBusKeysyms.html#IBUS-THORN:CAPS"/>
813
 
    <function name="IBUS_Thorn" link="ibus-IBusKeysyms.html#IBUS-Thorn"/>
814
 
    <function name="IBUS_ssharp" link="ibus-IBusKeysyms.html#IBUS-ssharp"/>
815
 
    <function name="IBUS_agrave" link="ibus-IBusKeysyms.html#IBUS-agrave"/>
816
 
    <function name="IBUS_aacute" link="ibus-IBusKeysyms.html#IBUS-aacute"/>
817
 
    <function name="IBUS_acircumflex" link="ibus-IBusKeysyms.html#IBUS-acircumflex"/>
818
 
    <function name="IBUS_atilde" link="ibus-IBusKeysyms.html#IBUS-atilde"/>
819
 
    <function name="IBUS_adiaeresis" link="ibus-IBusKeysyms.html#IBUS-adiaeresis"/>
820
 
    <function name="IBUS_aring" link="ibus-IBusKeysyms.html#IBUS-aring"/>
821
 
    <function name="IBUS_ae" link="ibus-IBusKeysyms.html#IBUS-ae"/>
822
 
    <function name="IBUS_ccedilla" link="ibus-IBusKeysyms.html#IBUS-ccedilla"/>
823
 
    <function name="IBUS_egrave" link="ibus-IBusKeysyms.html#IBUS-egrave"/>
824
 
    <function name="IBUS_eacute" link="ibus-IBusKeysyms.html#IBUS-eacute"/>
825
 
    <function name="IBUS_ecircumflex" link="ibus-IBusKeysyms.html#IBUS-ecircumflex"/>
826
 
    <function name="IBUS_ediaeresis" link="ibus-IBusKeysyms.html#IBUS-ediaeresis"/>
827
 
    <function name="IBUS_igrave" link="ibus-IBusKeysyms.html#IBUS-igrave"/>
828
 
    <function name="IBUS_iacute" link="ibus-IBusKeysyms.html#IBUS-iacute"/>
829
 
    <function name="IBUS_icircumflex" link="ibus-IBusKeysyms.html#IBUS-icircumflex"/>
830
 
    <function name="IBUS_idiaeresis" link="ibus-IBusKeysyms.html#IBUS-idiaeresis"/>
831
 
    <function name="IBUS_eth" link="ibus-IBusKeysyms.html#IBUS-eth"/>
832
 
    <function name="IBUS_ntilde" link="ibus-IBusKeysyms.html#IBUS-ntilde"/>
833
 
    <function name="IBUS_ograve" link="ibus-IBusKeysyms.html#IBUS-ograve"/>
834
 
    <function name="IBUS_oacute" link="ibus-IBusKeysyms.html#IBUS-oacute"/>
835
 
    <function name="IBUS_ocircumflex" link="ibus-IBusKeysyms.html#IBUS-ocircumflex"/>
836
 
    <function name="IBUS_otilde" link="ibus-IBusKeysyms.html#IBUS-otilde"/>
837
 
    <function name="IBUS_odiaeresis" link="ibus-IBusKeysyms.html#IBUS-odiaeresis"/>
838
 
    <function name="IBUS_division" link="ibus-IBusKeysyms.html#IBUS-division"/>
839
 
    <function name="IBUS_oslash" link="ibus-IBusKeysyms.html#IBUS-oslash"/>
840
 
    <function name="IBUS_ooblique" link="ibus-IBusKeysyms.html#IBUS-ooblique"/>
841
 
    <function name="IBUS_ugrave" link="ibus-IBusKeysyms.html#IBUS-ugrave"/>
842
 
    <function name="IBUS_uacute" link="ibus-IBusKeysyms.html#IBUS-uacute"/>
843
 
    <function name="IBUS_ucircumflex" link="ibus-IBusKeysyms.html#IBUS-ucircumflex"/>
844
 
    <function name="IBUS_udiaeresis" link="ibus-IBusKeysyms.html#IBUS-udiaeresis"/>
845
 
    <function name="IBUS_yacute" link="ibus-IBusKeysyms.html#IBUS-yacute"/>
846
 
    <function name="IBUS_thorn" link="ibus-IBusKeysyms.html#IBUS-thorn"/>
847
 
    <function name="IBUS_ydiaeresis" link="ibus-IBusKeysyms.html#IBUS-ydiaeresis"/>
848
 
    <function name="IBUS_Aogonek" link="ibus-IBusKeysyms.html#IBUS-Aogonek"/>
849
 
    <function name="IBUS_breve" link="ibus-IBusKeysyms.html#IBUS-breve"/>
850
 
    <function name="IBUS_Lstroke" link="ibus-IBusKeysyms.html#IBUS-Lstroke"/>
851
 
    <function name="IBUS_Lcaron" link="ibus-IBusKeysyms.html#IBUS-Lcaron"/>
852
 
    <function name="IBUS_Sacute" link="ibus-IBusKeysyms.html#IBUS-Sacute"/>
853
 
    <function name="IBUS_Scaron" link="ibus-IBusKeysyms.html#IBUS-Scaron"/>
854
 
    <function name="IBUS_Scedilla" link="ibus-IBusKeysyms.html#IBUS-Scedilla"/>
855
 
    <function name="IBUS_Tcaron" link="ibus-IBusKeysyms.html#IBUS-Tcaron"/>
856
 
    <function name="IBUS_Zacute" link="ibus-IBusKeysyms.html#IBUS-Zacute"/>
857
 
    <function name="IBUS_Zcaron" link="ibus-IBusKeysyms.html#IBUS-Zcaron"/>
858
 
    <function name="IBUS_Zabovedot" link="ibus-IBusKeysyms.html#IBUS-Zabovedot"/>
859
 
    <function name="IBUS_aogonek" link="ibus-IBusKeysyms.html#IBUS-aogonek"/>
860
 
    <function name="IBUS_ogonek" link="ibus-IBusKeysyms.html#IBUS-ogonek"/>
861
 
    <function name="IBUS_lstroke" link="ibus-IBusKeysyms.html#IBUS-lstroke"/>
862
 
    <function name="IBUS_lcaron" link="ibus-IBusKeysyms.html#IBUS-lcaron"/>
863
 
    <function name="IBUS_sacute" link="ibus-IBusKeysyms.html#IBUS-sacute"/>
864
 
    <function name="IBUS_caron" link="ibus-IBusKeysyms.html#IBUS-caron"/>
865
 
    <function name="IBUS_scaron" link="ibus-IBusKeysyms.html#IBUS-scaron"/>
866
 
    <function name="IBUS_scedilla" link="ibus-IBusKeysyms.html#IBUS-scedilla"/>
867
 
    <function name="IBUS_tcaron" link="ibus-IBusKeysyms.html#IBUS-tcaron"/>
868
 
    <function name="IBUS_zacute" link="ibus-IBusKeysyms.html#IBUS-zacute"/>
869
 
    <function name="IBUS_doubleacute" link="ibus-IBusKeysyms.html#IBUS-doubleacute"/>
870
 
    <function name="IBUS_zcaron" link="ibus-IBusKeysyms.html#IBUS-zcaron"/>
871
 
    <function name="IBUS_zabovedot" link="ibus-IBusKeysyms.html#IBUS-zabovedot"/>
872
 
    <function name="IBUS_Racute" link="ibus-IBusKeysyms.html#IBUS-Racute"/>
873
 
    <function name="IBUS_Abreve" link="ibus-IBusKeysyms.html#IBUS-Abreve"/>
874
 
    <function name="IBUS_Lacute" link="ibus-IBusKeysyms.html#IBUS-Lacute"/>
875
 
    <function name="IBUS_Cacute" link="ibus-IBusKeysyms.html#IBUS-Cacute"/>
876
 
    <function name="IBUS_Ccaron" link="ibus-IBusKeysyms.html#IBUS-Ccaron"/>
877
 
    <function name="IBUS_Eogonek" link="ibus-IBusKeysyms.html#IBUS-Eogonek"/>
878
 
    <function name="IBUS_Ecaron" link="ibus-IBusKeysyms.html#IBUS-Ecaron"/>
879
 
    <function name="IBUS_Dcaron" link="ibus-IBusKeysyms.html#IBUS-Dcaron"/>
880
 
    <function name="IBUS_Dstroke" link="ibus-IBusKeysyms.html#IBUS-Dstroke"/>
881
 
    <function name="IBUS_Nacute" link="ibus-IBusKeysyms.html#IBUS-Nacute"/>
882
 
    <function name="IBUS_Ncaron" link="ibus-IBusKeysyms.html#IBUS-Ncaron"/>
883
 
    <function name="IBUS_Odoubleacute" link="ibus-IBusKeysyms.html#IBUS-Odoubleacute"/>
884
 
    <function name="IBUS_Rcaron" link="ibus-IBusKeysyms.html#IBUS-Rcaron"/>
885
 
    <function name="IBUS_Uring" link="ibus-IBusKeysyms.html#IBUS-Uring"/>
886
 
    <function name="IBUS_Udoubleacute" link="ibus-IBusKeysyms.html#IBUS-Udoubleacute"/>
887
 
    <function name="IBUS_Tcedilla" link="ibus-IBusKeysyms.html#IBUS-Tcedilla"/>
888
 
    <function name="IBUS_racute" link="ibus-IBusKeysyms.html#IBUS-racute"/>
889
 
    <function name="IBUS_abreve" link="ibus-IBusKeysyms.html#IBUS-abreve"/>
890
 
    <function name="IBUS_lacute" link="ibus-IBusKeysyms.html#IBUS-lacute"/>
891
 
    <function name="IBUS_cacute" link="ibus-IBusKeysyms.html#IBUS-cacute"/>
892
 
    <function name="IBUS_ccaron" link="ibus-IBusKeysyms.html#IBUS-ccaron"/>
893
 
    <function name="IBUS_eogonek" link="ibus-IBusKeysyms.html#IBUS-eogonek"/>
894
 
    <function name="IBUS_ecaron" link="ibus-IBusKeysyms.html#IBUS-ecaron"/>
895
 
    <function name="IBUS_dcaron" link="ibus-IBusKeysyms.html#IBUS-dcaron"/>
896
 
    <function name="IBUS_dstroke" link="ibus-IBusKeysyms.html#IBUS-dstroke"/>
897
 
    <function name="IBUS_nacute" link="ibus-IBusKeysyms.html#IBUS-nacute"/>
898
 
    <function name="IBUS_ncaron" link="ibus-IBusKeysyms.html#IBUS-ncaron"/>
899
 
    <function name="IBUS_odoubleacute" link="ibus-IBusKeysyms.html#IBUS-odoubleacute"/>
900
 
    <function name="IBUS_udoubleacute" link="ibus-IBusKeysyms.html#IBUS-udoubleacute"/>
901
 
    <function name="IBUS_rcaron" link="ibus-IBusKeysyms.html#IBUS-rcaron"/>
902
 
    <function name="IBUS_uring" link="ibus-IBusKeysyms.html#IBUS-uring"/>
903
 
    <function name="IBUS_tcedilla" link="ibus-IBusKeysyms.html#IBUS-tcedilla"/>
904
 
    <function name="IBUS_abovedot" link="ibus-IBusKeysyms.html#IBUS-abovedot"/>
905
 
    <function name="IBUS_Hstroke" link="ibus-IBusKeysyms.html#IBUS-Hstroke"/>
906
 
    <function name="IBUS_Hcircumflex" link="ibus-IBusKeysyms.html#IBUS-Hcircumflex"/>
907
 
    <function name="IBUS_Iabovedot" link="ibus-IBusKeysyms.html#IBUS-Iabovedot"/>
908
 
    <function name="IBUS_Gbreve" link="ibus-IBusKeysyms.html#IBUS-Gbreve"/>
909
 
    <function name="IBUS_Jcircumflex" link="ibus-IBusKeysyms.html#IBUS-Jcircumflex"/>
910
 
    <function name="IBUS_hstroke" link="ibus-IBusKeysyms.html#IBUS-hstroke"/>
911
 
    <function name="IBUS_hcircumflex" link="ibus-IBusKeysyms.html#IBUS-hcircumflex"/>
912
 
    <function name="IBUS_idotless" link="ibus-IBusKeysyms.html#IBUS-idotless"/>
913
 
    <function name="IBUS_gbreve" link="ibus-IBusKeysyms.html#IBUS-gbreve"/>
914
 
    <function name="IBUS_jcircumflex" link="ibus-IBusKeysyms.html#IBUS-jcircumflex"/>
915
 
    <function name="IBUS_Cabovedot" link="ibus-IBusKeysyms.html#IBUS-Cabovedot"/>
916
 
    <function name="IBUS_Ccircumflex" link="ibus-IBusKeysyms.html#IBUS-Ccircumflex"/>
917
 
    <function name="IBUS_Gabovedot" link="ibus-IBusKeysyms.html#IBUS-Gabovedot"/>
918
 
    <function name="IBUS_Gcircumflex" link="ibus-IBusKeysyms.html#IBUS-Gcircumflex"/>
919
 
    <function name="IBUS_Ubreve" link="ibus-IBusKeysyms.html#IBUS-Ubreve"/>
920
 
    <function name="IBUS_Scircumflex" link="ibus-IBusKeysyms.html#IBUS-Scircumflex"/>
921
 
    <function name="IBUS_cabovedot" link="ibus-IBusKeysyms.html#IBUS-cabovedot"/>
922
 
    <function name="IBUS_ccircumflex" link="ibus-IBusKeysyms.html#IBUS-ccircumflex"/>
923
 
    <function name="IBUS_gabovedot" link="ibus-IBusKeysyms.html#IBUS-gabovedot"/>
924
 
    <function name="IBUS_gcircumflex" link="ibus-IBusKeysyms.html#IBUS-gcircumflex"/>
925
 
    <function name="IBUS_ubreve" link="ibus-IBusKeysyms.html#IBUS-ubreve"/>
926
 
    <function name="IBUS_scircumflex" link="ibus-IBusKeysyms.html#IBUS-scircumflex"/>
927
 
    <function name="IBUS_kra" link="ibus-IBusKeysyms.html#IBUS-kra"/>
928
 
    <function name="IBUS_kappa" link="ibus-IBusKeysyms.html#IBUS-kappa"/>
929
 
    <function name="IBUS_Rcedilla" link="ibus-IBusKeysyms.html#IBUS-Rcedilla"/>
930
 
    <function name="IBUS_Itilde" link="ibus-IBusKeysyms.html#IBUS-Itilde"/>
931
 
    <function name="IBUS_Lcedilla" link="ibus-IBusKeysyms.html#IBUS-Lcedilla"/>
932
 
    <function name="IBUS_Emacron" link="ibus-IBusKeysyms.html#IBUS-Emacron"/>
933
 
    <function name="IBUS_Gcedilla" link="ibus-IBusKeysyms.html#IBUS-Gcedilla"/>
934
 
    <function name="IBUS_Tslash" link="ibus-IBusKeysyms.html#IBUS-Tslash"/>
935
 
    <function name="IBUS_rcedilla" link="ibus-IBusKeysyms.html#IBUS-rcedilla"/>
936
 
    <function name="IBUS_itilde" link="ibus-IBusKeysyms.html#IBUS-itilde"/>
937
 
    <function name="IBUS_lcedilla" link="ibus-IBusKeysyms.html#IBUS-lcedilla"/>
938
 
    <function name="IBUS_emacron" link="ibus-IBusKeysyms.html#IBUS-emacron"/>
939
 
    <function name="IBUS_gcedilla" link="ibus-IBusKeysyms.html#IBUS-gcedilla"/>
940
 
    <function name="IBUS_tslash" link="ibus-IBusKeysyms.html#IBUS-tslash"/>
941
 
    <function name="IBUS_ENG" link="ibus-IBusKeysyms.html#IBUS-ENG:CAPS"/>
942
 
    <function name="IBUS_eng" link="ibus-IBusKeysyms.html#IBUS-eng"/>
943
 
    <function name="IBUS_Amacron" link="ibus-IBusKeysyms.html#IBUS-Amacron"/>
944
 
    <function name="IBUS_Iogonek" link="ibus-IBusKeysyms.html#IBUS-Iogonek"/>
945
 
    <function name="IBUS_Eabovedot" link="ibus-IBusKeysyms.html#IBUS-Eabovedot"/>
946
 
    <function name="IBUS_Imacron" link="ibus-IBusKeysyms.html#IBUS-Imacron"/>
947
 
    <function name="IBUS_Ncedilla" link="ibus-IBusKeysyms.html#IBUS-Ncedilla"/>
948
 
    <function name="IBUS_Omacron" link="ibus-IBusKeysyms.html#IBUS-Omacron"/>
949
 
    <function name="IBUS_Kcedilla" link="ibus-IBusKeysyms.html#IBUS-Kcedilla"/>
950
 
    <function name="IBUS_Uogonek" link="ibus-IBusKeysyms.html#IBUS-Uogonek"/>
951
 
    <function name="IBUS_Utilde" link="ibus-IBusKeysyms.html#IBUS-Utilde"/>
952
 
    <function name="IBUS_Umacron" link="ibus-IBusKeysyms.html#IBUS-Umacron"/>
953
 
    <function name="IBUS_amacron" link="ibus-IBusKeysyms.html#IBUS-amacron"/>
954
 
    <function name="IBUS_iogonek" link="ibus-IBusKeysyms.html#IBUS-iogonek"/>
955
 
    <function name="IBUS_eabovedot" link="ibus-IBusKeysyms.html#IBUS-eabovedot"/>
956
 
    <function name="IBUS_imacron" link="ibus-IBusKeysyms.html#IBUS-imacron"/>
957
 
    <function name="IBUS_ncedilla" link="ibus-IBusKeysyms.html#IBUS-ncedilla"/>
958
 
    <function name="IBUS_omacron" link="ibus-IBusKeysyms.html#IBUS-omacron"/>
959
 
    <function name="IBUS_kcedilla" link="ibus-IBusKeysyms.html#IBUS-kcedilla"/>
960
 
    <function name="IBUS_uogonek" link="ibus-IBusKeysyms.html#IBUS-uogonek"/>
961
 
    <function name="IBUS_utilde" link="ibus-IBusKeysyms.html#IBUS-utilde"/>
962
 
    <function name="IBUS_umacron" link="ibus-IBusKeysyms.html#IBUS-umacron"/>
963
 
    <function name="IBUS_Babovedot" link="ibus-IBusKeysyms.html#IBUS-Babovedot"/>
964
 
    <function name="IBUS_babovedot" link="ibus-IBusKeysyms.html#IBUS-babovedot"/>
965
 
    <function name="IBUS_Dabovedot" link="ibus-IBusKeysyms.html#IBUS-Dabovedot"/>
966
 
    <function name="IBUS_Wgrave" link="ibus-IBusKeysyms.html#IBUS-Wgrave"/>
967
 
    <function name="IBUS_Wacute" link="ibus-IBusKeysyms.html#IBUS-Wacute"/>
968
 
    <function name="IBUS_dabovedot" link="ibus-IBusKeysyms.html#IBUS-dabovedot"/>
969
 
    <function name="IBUS_Ygrave" link="ibus-IBusKeysyms.html#IBUS-Ygrave"/>
970
 
    <function name="IBUS_Fabovedot" link="ibus-IBusKeysyms.html#IBUS-Fabovedot"/>
971
 
    <function name="IBUS_fabovedot" link="ibus-IBusKeysyms.html#IBUS-fabovedot"/>
972
 
    <function name="IBUS_Mabovedot" link="ibus-IBusKeysyms.html#IBUS-Mabovedot"/>
973
 
    <function name="IBUS_mabovedot" link="ibus-IBusKeysyms.html#IBUS-mabovedot"/>
974
 
    <function name="IBUS_Pabovedot" link="ibus-IBusKeysyms.html#IBUS-Pabovedot"/>
975
 
    <function name="IBUS_wgrave" link="ibus-IBusKeysyms.html#IBUS-wgrave"/>
976
 
    <function name="IBUS_pabovedot" link="ibus-IBusKeysyms.html#IBUS-pabovedot"/>
977
 
    <function name="IBUS_wacute" link="ibus-IBusKeysyms.html#IBUS-wacute"/>
978
 
    <function name="IBUS_Sabovedot" link="ibus-IBusKeysyms.html#IBUS-Sabovedot"/>
979
 
    <function name="IBUS_ygrave" link="ibus-IBusKeysyms.html#IBUS-ygrave"/>
980
 
    <function name="IBUS_Wdiaeresis" link="ibus-IBusKeysyms.html#IBUS-Wdiaeresis"/>
981
 
    <function name="IBUS_wdiaeresis" link="ibus-IBusKeysyms.html#IBUS-wdiaeresis"/>
982
 
    <function name="IBUS_sabovedot" link="ibus-IBusKeysyms.html#IBUS-sabovedot"/>
983
 
    <function name="IBUS_Wcircumflex" link="ibus-IBusKeysyms.html#IBUS-Wcircumflex"/>
984
 
    <function name="IBUS_Tabovedot" link="ibus-IBusKeysyms.html#IBUS-Tabovedot"/>
985
 
    <function name="IBUS_Ycircumflex" link="ibus-IBusKeysyms.html#IBUS-Ycircumflex"/>
986
 
    <function name="IBUS_wcircumflex" link="ibus-IBusKeysyms.html#IBUS-wcircumflex"/>
987
 
    <function name="IBUS_tabovedot" link="ibus-IBusKeysyms.html#IBUS-tabovedot"/>
988
 
    <function name="IBUS_ycircumflex" link="ibus-IBusKeysyms.html#IBUS-ycircumflex"/>
989
 
    <function name="IBUS_OE" link="ibus-IBusKeysyms.html#IBUS-OE:CAPS"/>
990
 
    <function name="IBUS_oe" link="ibus-IBusKeysyms.html#IBUS-oe"/>
991
 
    <function name="IBUS_Ydiaeresis" link="ibus-IBusKeysyms.html#IBUS-Ydiaeresis"/>
992
 
    <function name="IBUS_overline" link="ibus-IBusKeysyms.html#IBUS-overline"/>
993
 
    <function name="IBUS_kana_fullstop" link="ibus-IBusKeysyms.html#IBUS-kana-fullstop"/>
994
 
    <function name="IBUS_kana_openingbracket" link="ibus-IBusKeysyms.html#IBUS-kana-openingbracket"/>
995
 
    <function name="IBUS_kana_closingbracket" link="ibus-IBusKeysyms.html#IBUS-kana-closingbracket"/>
996
 
    <function name="IBUS_kana_comma" link="ibus-IBusKeysyms.html#IBUS-kana-comma"/>
997
 
    <function name="IBUS_kana_conjunctive" link="ibus-IBusKeysyms.html#IBUS-kana-conjunctive"/>
998
 
    <function name="IBUS_kana_middledot" link="ibus-IBusKeysyms.html#IBUS-kana-middledot"/>
999
 
    <function name="IBUS_kana_WO" link="ibus-IBusKeysyms.html#IBUS-kana-WO"/>
1000
 
    <function name="IBUS_kana_a" link="ibus-IBusKeysyms.html#IBUS-kana-a"/>
1001
 
    <function name="IBUS_kana_i" link="ibus-IBusKeysyms.html#IBUS-kana-i"/>
1002
 
    <function name="IBUS_kana_u" link="ibus-IBusKeysyms.html#IBUS-kana-u"/>
1003
 
    <function name="IBUS_kana_e" link="ibus-IBusKeysyms.html#IBUS-kana-e"/>
1004
 
    <function name="IBUS_kana_o" link="ibus-IBusKeysyms.html#IBUS-kana-o"/>
1005
 
    <function name="IBUS_kana_ya" link="ibus-IBusKeysyms.html#IBUS-kana-ya"/>
1006
 
    <function name="IBUS_kana_yu" link="ibus-IBusKeysyms.html#IBUS-kana-yu"/>
1007
 
    <function name="IBUS_kana_yo" link="ibus-IBusKeysyms.html#IBUS-kana-yo"/>
1008
 
    <function name="IBUS_kana_tsu" link="ibus-IBusKeysyms.html#IBUS-kana-tsu"/>
1009
 
    <function name="IBUS_kana_tu" link="ibus-IBusKeysyms.html#IBUS-kana-tu"/>
1010
 
    <function name="IBUS_prolongedsound" link="ibus-IBusKeysyms.html#IBUS-prolongedsound"/>
1011
 
    <function name="IBUS_kana_A" link="ibus-IBusKeysyms.html#IBUS-kana-A"/>
1012
 
    <function name="IBUS_kana_I" link="ibus-IBusKeysyms.html#IBUS-kana-I"/>
1013
 
    <function name="IBUS_kana_U" link="ibus-IBusKeysyms.html#IBUS-kana-U"/>
1014
 
    <function name="IBUS_kana_E" link="ibus-IBusKeysyms.html#IBUS-kana-E"/>
1015
 
    <function name="IBUS_kana_O" link="ibus-IBusKeysyms.html#IBUS-kana-O"/>
1016
 
    <function name="IBUS_kana_KA" link="ibus-IBusKeysyms.html#IBUS-kana-KA"/>
1017
 
    <function name="IBUS_kana_KI" link="ibus-IBusKeysyms.html#IBUS-kana-KI"/>
1018
 
    <function name="IBUS_kana_KU" link="ibus-IBusKeysyms.html#IBUS-kana-KU"/>
1019
 
    <function name="IBUS_kana_KE" link="ibus-IBusKeysyms.html#IBUS-kana-KE"/>
1020
 
    <function name="IBUS_kana_KO" link="ibus-IBusKeysyms.html#IBUS-kana-KO"/>
1021
 
    <function name="IBUS_kana_SA" link="ibus-IBusKeysyms.html#IBUS-kana-SA"/>
1022
 
    <function name="IBUS_kana_SHI" link="ibus-IBusKeysyms.html#IBUS-kana-SHI"/>
1023
 
    <function name="IBUS_kana_SU" link="ibus-IBusKeysyms.html#IBUS-kana-SU"/>
1024
 
    <function name="IBUS_kana_SE" link="ibus-IBusKeysyms.html#IBUS-kana-SE"/>
1025
 
    <function name="IBUS_kana_SO" link="ibus-IBusKeysyms.html#IBUS-kana-SO"/>
1026
 
    <function name="IBUS_kana_TA" link="ibus-IBusKeysyms.html#IBUS-kana-TA"/>
1027
 
    <function name="IBUS_kana_CHI" link="ibus-IBusKeysyms.html#IBUS-kana-CHI"/>
1028
 
    <function name="IBUS_kana_TI" link="ibus-IBusKeysyms.html#IBUS-kana-TI"/>
1029
 
    <function name="IBUS_kana_TSU" link="ibus-IBusKeysyms.html#IBUS-kana-TSU"/>
1030
 
    <function name="IBUS_kana_TU" link="ibus-IBusKeysyms.html#IBUS-kana-TU"/>
1031
 
    <function name="IBUS_kana_TE" link="ibus-IBusKeysyms.html#IBUS-kana-TE"/>
1032
 
    <function name="IBUS_kana_TO" link="ibus-IBusKeysyms.html#IBUS-kana-TO"/>
1033
 
    <function name="IBUS_kana_NA" link="ibus-IBusKeysyms.html#IBUS-kana-NA"/>
1034
 
    <function name="IBUS_kana_NI" link="ibus-IBusKeysyms.html#IBUS-kana-NI"/>
1035
 
    <function name="IBUS_kana_NU" link="ibus-IBusKeysyms.html#IBUS-kana-NU"/>
1036
 
    <function name="IBUS_kana_NE" link="ibus-IBusKeysyms.html#IBUS-kana-NE"/>
1037
 
    <function name="IBUS_kana_NO" link="ibus-IBusKeysyms.html#IBUS-kana-NO"/>
1038
 
    <function name="IBUS_kana_HA" link="ibus-IBusKeysyms.html#IBUS-kana-HA"/>
1039
 
    <function name="IBUS_kana_HI" link="ibus-IBusKeysyms.html#IBUS-kana-HI"/>
1040
 
    <function name="IBUS_kana_FU" link="ibus-IBusKeysyms.html#IBUS-kana-FU"/>
1041
 
    <function name="IBUS_kana_HU" link="ibus-IBusKeysyms.html#IBUS-kana-HU"/>
1042
 
    <function name="IBUS_kana_HE" link="ibus-IBusKeysyms.html#IBUS-kana-HE"/>
1043
 
    <function name="IBUS_kana_HO" link="ibus-IBusKeysyms.html#IBUS-kana-HO"/>
1044
 
    <function name="IBUS_kana_MA" link="ibus-IBusKeysyms.html#IBUS-kana-MA"/>
1045
 
    <function name="IBUS_kana_MI" link="ibus-IBusKeysyms.html#IBUS-kana-MI"/>
1046
 
    <function name="IBUS_kana_MU" link="ibus-IBusKeysyms.html#IBUS-kana-MU"/>
1047
 
    <function name="IBUS_kana_ME" link="ibus-IBusKeysyms.html#IBUS-kana-ME"/>
1048
 
    <function name="IBUS_kana_MO" link="ibus-IBusKeysyms.html#IBUS-kana-MO"/>
1049
 
    <function name="IBUS_kana_YA" link="ibus-IBusKeysyms.html#IBUS-kana-YA"/>
1050
 
    <function name="IBUS_kana_YU" link="ibus-IBusKeysyms.html#IBUS-kana-YU"/>
1051
 
    <function name="IBUS_kana_YO" link="ibus-IBusKeysyms.html#IBUS-kana-YO"/>
1052
 
    <function name="IBUS_kana_RA" link="ibus-IBusKeysyms.html#IBUS-kana-RA"/>
1053
 
    <function name="IBUS_kana_RI" link="ibus-IBusKeysyms.html#IBUS-kana-RI"/>
1054
 
    <function name="IBUS_kana_RU" link="ibus-IBusKeysyms.html#IBUS-kana-RU"/>
1055
 
    <function name="IBUS_kana_RE" link="ibus-IBusKeysyms.html#IBUS-kana-RE"/>
1056
 
    <function name="IBUS_kana_RO" link="ibus-IBusKeysyms.html#IBUS-kana-RO"/>
1057
 
    <function name="IBUS_kana_WA" link="ibus-IBusKeysyms.html#IBUS-kana-WA"/>
1058
 
    <function name="IBUS_kana_N" link="ibus-IBusKeysyms.html#IBUS-kana-N"/>
1059
 
    <function name="IBUS_voicedsound" link="ibus-IBusKeysyms.html#IBUS-voicedsound"/>
1060
 
    <function name="IBUS_semivoicedsound" link="ibus-IBusKeysyms.html#IBUS-semivoicedsound"/>
1061
 
    <function name="IBUS_kana_switch" link="ibus-IBusKeysyms.html#IBUS-kana-switch"/>
1062
 
    <function name="IBUS_Farsi_0" link="ibus-IBusKeysyms.html#IBUS-Farsi-0"/>
1063
 
    <function name="IBUS_Farsi_1" link="ibus-IBusKeysyms.html#IBUS-Farsi-1"/>
1064
 
    <function name="IBUS_Farsi_2" link="ibus-IBusKeysyms.html#IBUS-Farsi-2"/>
1065
 
    <function name="IBUS_Farsi_3" link="ibus-IBusKeysyms.html#IBUS-Farsi-3"/>
1066
 
    <function name="IBUS_Farsi_4" link="ibus-IBusKeysyms.html#IBUS-Farsi-4"/>
1067
 
    <function name="IBUS_Farsi_5" link="ibus-IBusKeysyms.html#IBUS-Farsi-5"/>
1068
 
    <function name="IBUS_Farsi_6" link="ibus-IBusKeysyms.html#IBUS-Farsi-6"/>
1069
 
    <function name="IBUS_Farsi_7" link="ibus-IBusKeysyms.html#IBUS-Farsi-7"/>
1070
 
    <function name="IBUS_Farsi_8" link="ibus-IBusKeysyms.html#IBUS-Farsi-8"/>
1071
 
    <function name="IBUS_Farsi_9" link="ibus-IBusKeysyms.html#IBUS-Farsi-9"/>
1072
 
    <function name="IBUS_Arabic_percent" link="ibus-IBusKeysyms.html#IBUS-Arabic-percent"/>
1073
 
    <function name="IBUS_Arabic_superscript_alef" link="ibus-IBusKeysyms.html#IBUS-Arabic-superscript-alef"/>
1074
 
    <function name="IBUS_Arabic_tteh" link="ibus-IBusKeysyms.html#IBUS-Arabic-tteh"/>
1075
 
    <function name="IBUS_Arabic_peh" link="ibus-IBusKeysyms.html#IBUS-Arabic-peh"/>
1076
 
    <function name="IBUS_Arabic_tcheh" link="ibus-IBusKeysyms.html#IBUS-Arabic-tcheh"/>
1077
 
    <function name="IBUS_Arabic_ddal" link="ibus-IBusKeysyms.html#IBUS-Arabic-ddal"/>
1078
 
    <function name="IBUS_Arabic_rreh" link="ibus-IBusKeysyms.html#IBUS-Arabic-rreh"/>
1079
 
    <function name="IBUS_Arabic_comma" link="ibus-IBusKeysyms.html#IBUS-Arabic-comma"/>
1080
 
    <function name="IBUS_Arabic_fullstop" link="ibus-IBusKeysyms.html#IBUS-Arabic-fullstop"/>
1081
 
    <function name="IBUS_Arabic_0" link="ibus-IBusKeysyms.html#IBUS-Arabic-0"/>
1082
 
    <function name="IBUS_Arabic_1" link="ibus-IBusKeysyms.html#IBUS-Arabic-1"/>
1083
 
    <function name="IBUS_Arabic_2" link="ibus-IBusKeysyms.html#IBUS-Arabic-2"/>
1084
 
    <function name="IBUS_Arabic_3" link="ibus-IBusKeysyms.html#IBUS-Arabic-3"/>
1085
 
    <function name="IBUS_Arabic_4" link="ibus-IBusKeysyms.html#IBUS-Arabic-4"/>
1086
 
    <function name="IBUS_Arabic_5" link="ibus-IBusKeysyms.html#IBUS-Arabic-5"/>
1087
 
    <function name="IBUS_Arabic_6" link="ibus-IBusKeysyms.html#IBUS-Arabic-6"/>
1088
 
    <function name="IBUS_Arabic_7" link="ibus-IBusKeysyms.html#IBUS-Arabic-7"/>
1089
 
    <function name="IBUS_Arabic_8" link="ibus-IBusKeysyms.html#IBUS-Arabic-8"/>
1090
 
    <function name="IBUS_Arabic_9" link="ibus-IBusKeysyms.html#IBUS-Arabic-9"/>
1091
 
    <function name="IBUS_Arabic_semicolon" link="ibus-IBusKeysyms.html#IBUS-Arabic-semicolon"/>
1092
 
    <function name="IBUS_Arabic_question_mark" link="ibus-IBusKeysyms.html#IBUS-Arabic-question-mark"/>
1093
 
    <function name="IBUS_Arabic_hamza" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamza"/>
1094
 
    <function name="IBUS_Arabic_maddaonalef" link="ibus-IBusKeysyms.html#IBUS-Arabic-maddaonalef"/>
1095
 
    <function name="IBUS_Arabic_hamzaonalef" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamzaonalef"/>
1096
 
    <function name="IBUS_Arabic_hamzaonwaw" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamzaonwaw"/>
1097
 
    <function name="IBUS_Arabic_hamzaunderalef" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamzaunderalef"/>
1098
 
    <function name="IBUS_Arabic_hamzaonyeh" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamzaonyeh"/>
1099
 
    <function name="IBUS_Arabic_alef" link="ibus-IBusKeysyms.html#IBUS-Arabic-alef"/>
1100
 
    <function name="IBUS_Arabic_beh" link="ibus-IBusKeysyms.html#IBUS-Arabic-beh"/>
1101
 
    <function name="IBUS_Arabic_tehmarbuta" link="ibus-IBusKeysyms.html#IBUS-Arabic-tehmarbuta"/>
1102
 
    <function name="IBUS_Arabic_teh" link="ibus-IBusKeysyms.html#IBUS-Arabic-teh"/>
1103
 
    <function name="IBUS_Arabic_theh" link="ibus-IBusKeysyms.html#IBUS-Arabic-theh"/>
1104
 
    <function name="IBUS_Arabic_jeem" link="ibus-IBusKeysyms.html#IBUS-Arabic-jeem"/>
1105
 
    <function name="IBUS_Arabic_hah" link="ibus-IBusKeysyms.html#IBUS-Arabic-hah"/>
1106
 
    <function name="IBUS_Arabic_khah" link="ibus-IBusKeysyms.html#IBUS-Arabic-khah"/>
1107
 
    <function name="IBUS_Arabic_dal" link="ibus-IBusKeysyms.html#IBUS-Arabic-dal"/>
1108
 
    <function name="IBUS_Arabic_thal" link="ibus-IBusKeysyms.html#IBUS-Arabic-thal"/>
1109
 
    <function name="IBUS_Arabic_ra" link="ibus-IBusKeysyms.html#IBUS-Arabic-ra"/>
1110
 
    <function name="IBUS_Arabic_zain" link="ibus-IBusKeysyms.html#IBUS-Arabic-zain"/>
1111
 
    <function name="IBUS_Arabic_seen" link="ibus-IBusKeysyms.html#IBUS-Arabic-seen"/>
1112
 
    <function name="IBUS_Arabic_sheen" link="ibus-IBusKeysyms.html#IBUS-Arabic-sheen"/>
1113
 
    <function name="IBUS_Arabic_sad" link="ibus-IBusKeysyms.html#IBUS-Arabic-sad"/>
1114
 
    <function name="IBUS_Arabic_dad" link="ibus-IBusKeysyms.html#IBUS-Arabic-dad"/>
1115
 
    <function name="IBUS_Arabic_tah" link="ibus-IBusKeysyms.html#IBUS-Arabic-tah"/>
1116
 
    <function name="IBUS_Arabic_zah" link="ibus-IBusKeysyms.html#IBUS-Arabic-zah"/>
1117
 
    <function name="IBUS_Arabic_ain" link="ibus-IBusKeysyms.html#IBUS-Arabic-ain"/>
1118
 
    <function name="IBUS_Arabic_ghain" link="ibus-IBusKeysyms.html#IBUS-Arabic-ghain"/>
1119
 
    <function name="IBUS_Arabic_tatweel" link="ibus-IBusKeysyms.html#IBUS-Arabic-tatweel"/>
1120
 
    <function name="IBUS_Arabic_feh" link="ibus-IBusKeysyms.html#IBUS-Arabic-feh"/>
1121
 
    <function name="IBUS_Arabic_qaf" link="ibus-IBusKeysyms.html#IBUS-Arabic-qaf"/>
1122
 
    <function name="IBUS_Arabic_kaf" link="ibus-IBusKeysyms.html#IBUS-Arabic-kaf"/>
1123
 
    <function name="IBUS_Arabic_lam" link="ibus-IBusKeysyms.html#IBUS-Arabic-lam"/>
1124
 
    <function name="IBUS_Arabic_meem" link="ibus-IBusKeysyms.html#IBUS-Arabic-meem"/>
1125
 
    <function name="IBUS_Arabic_noon" link="ibus-IBusKeysyms.html#IBUS-Arabic-noon"/>
1126
 
    <function name="IBUS_Arabic_ha" link="ibus-IBusKeysyms.html#IBUS-Arabic-ha"/>
1127
 
    <function name="IBUS_Arabic_heh" link="ibus-IBusKeysyms.html#IBUS-Arabic-heh"/>
1128
 
    <function name="IBUS_Arabic_waw" link="ibus-IBusKeysyms.html#IBUS-Arabic-waw"/>
1129
 
    <function name="IBUS_Arabic_alefmaksura" link="ibus-IBusKeysyms.html#IBUS-Arabic-alefmaksura"/>
1130
 
    <function name="IBUS_Arabic_yeh" link="ibus-IBusKeysyms.html#IBUS-Arabic-yeh"/>
1131
 
    <function name="IBUS_Arabic_fathatan" link="ibus-IBusKeysyms.html#IBUS-Arabic-fathatan"/>
1132
 
    <function name="IBUS_Arabic_dammatan" link="ibus-IBusKeysyms.html#IBUS-Arabic-dammatan"/>
1133
 
    <function name="IBUS_Arabic_kasratan" link="ibus-IBusKeysyms.html#IBUS-Arabic-kasratan"/>
1134
 
    <function name="IBUS_Arabic_fatha" link="ibus-IBusKeysyms.html#IBUS-Arabic-fatha"/>
1135
 
    <function name="IBUS_Arabic_damma" link="ibus-IBusKeysyms.html#IBUS-Arabic-damma"/>
1136
 
    <function name="IBUS_Arabic_kasra" link="ibus-IBusKeysyms.html#IBUS-Arabic-kasra"/>
1137
 
    <function name="IBUS_Arabic_shadda" link="ibus-IBusKeysyms.html#IBUS-Arabic-shadda"/>
1138
 
    <function name="IBUS_Arabic_sukun" link="ibus-IBusKeysyms.html#IBUS-Arabic-sukun"/>
1139
 
    <function name="IBUS_Arabic_madda_above" link="ibus-IBusKeysyms.html#IBUS-Arabic-madda-above"/>
1140
 
    <function name="IBUS_Arabic_hamza_above" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamza-above"/>
1141
 
    <function name="IBUS_Arabic_hamza_below" link="ibus-IBusKeysyms.html#IBUS-Arabic-hamza-below"/>
1142
 
    <function name="IBUS_Arabic_jeh" link="ibus-IBusKeysyms.html#IBUS-Arabic-jeh"/>
1143
 
    <function name="IBUS_Arabic_veh" link="ibus-IBusKeysyms.html#IBUS-Arabic-veh"/>
1144
 
    <function name="IBUS_Arabic_keheh" link="ibus-IBusKeysyms.html#IBUS-Arabic-keheh"/>
1145
 
    <function name="IBUS_Arabic_gaf" link="ibus-IBusKeysyms.html#IBUS-Arabic-gaf"/>
1146
 
    <function name="IBUS_Arabic_noon_ghunna" link="ibus-IBusKeysyms.html#IBUS-Arabic-noon-ghunna"/>
1147
 
    <function name="IBUS_Arabic_heh_doachashmee" link="ibus-IBusKeysyms.html#IBUS-Arabic-heh-doachashmee"/>
1148
 
    <function name="IBUS_Farsi_yeh" link="ibus-IBusKeysyms.html#IBUS-Farsi-yeh"/>
1149
 
    <function name="IBUS_Arabic_farsi_yeh" link="ibus-IBusKeysyms.html#IBUS-Arabic-farsi-yeh"/>
1150
 
    <function name="IBUS_Arabic_yeh_baree" link="ibus-IBusKeysyms.html#IBUS-Arabic-yeh-baree"/>
1151
 
    <function name="IBUS_Arabic_heh_goal" link="ibus-IBusKeysyms.html#IBUS-Arabic-heh-goal"/>
1152
 
    <function name="IBUS_Arabic_switch" link="ibus-IBusKeysyms.html#IBUS-Arabic-switch"/>
1153
 
    <function name="IBUS_Cyrillic_GHE_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-GHE-bar"/>
1154
 
    <function name="IBUS_Cyrillic_ghe_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ghe-bar"/>
1155
 
    <function name="IBUS_Cyrillic_ZHE_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ZHE-descender"/>
1156
 
    <function name="IBUS_Cyrillic_zhe_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-zhe-descender"/>
1157
 
    <function name="IBUS_Cyrillic_KA_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-KA-descender"/>
1158
 
    <function name="IBUS_Cyrillic_ka_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ka-descender"/>
1159
 
    <function name="IBUS_Cyrillic_KA_vertstroke" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-KA-vertstroke"/>
1160
 
    <function name="IBUS_Cyrillic_ka_vertstroke" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ka-vertstroke"/>
1161
 
    <function name="IBUS_Cyrillic_EN_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-EN-descender"/>
1162
 
    <function name="IBUS_Cyrillic_en_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-en-descender"/>
1163
 
    <function name="IBUS_Cyrillic_U_straight" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-U-straight"/>
1164
 
    <function name="IBUS_Cyrillic_u_straight" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-u-straight"/>
1165
 
    <function name="IBUS_Cyrillic_U_straight_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-U-straight-bar"/>
1166
 
    <function name="IBUS_Cyrillic_u_straight_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-u-straight-bar"/>
1167
 
    <function name="IBUS_Cyrillic_HA_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-HA-descender"/>
1168
 
    <function name="IBUS_Cyrillic_ha_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ha-descender"/>
1169
 
    <function name="IBUS_Cyrillic_CHE_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-CHE-descender"/>
1170
 
    <function name="IBUS_Cyrillic_che_descender" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-che-descender"/>
1171
 
    <function name="IBUS_Cyrillic_CHE_vertstroke" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-CHE-vertstroke"/>
1172
 
    <function name="IBUS_Cyrillic_che_vertstroke" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-che-vertstroke"/>
1173
 
    <function name="IBUS_Cyrillic_SHHA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SHHA"/>
1174
 
    <function name="IBUS_Cyrillic_shha" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-shha"/>
1175
 
    <function name="IBUS_Cyrillic_SCHWA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SCHWA"/>
1176
 
    <function name="IBUS_Cyrillic_schwa" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-schwa"/>
1177
 
    <function name="IBUS_Cyrillic_I_macron" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-I-macron"/>
1178
 
    <function name="IBUS_Cyrillic_i_macron" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-i-macron"/>
1179
 
    <function name="IBUS_Cyrillic_O_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-O-bar"/>
1180
 
    <function name="IBUS_Cyrillic_o_bar" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-o-bar"/>
1181
 
    <function name="IBUS_Cyrillic_U_macron" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-U-macron"/>
1182
 
    <function name="IBUS_Cyrillic_u_macron" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-u-macron"/>
1183
 
    <function name="IBUS_Serbian_dje" link="ibus-IBusKeysyms.html#IBUS-Serbian-dje"/>
1184
 
    <function name="IBUS_Macedonia_gje" link="ibus-IBusKeysyms.html#IBUS-Macedonia-gje"/>
1185
 
    <function name="IBUS_Cyrillic_io" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-io"/>
1186
 
    <function name="IBUS_Ukrainian_ie" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-ie"/>
1187
 
    <function name="IBUS_Ukranian_je" link="ibus-IBusKeysyms.html#IBUS-Ukranian-je"/>
1188
 
    <function name="IBUS_Macedonia_dse" link="ibus-IBusKeysyms.html#IBUS-Macedonia-dse"/>
1189
 
    <function name="IBUS_Ukrainian_i" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-i"/>
1190
 
    <function name="IBUS_Ukranian_i" link="ibus-IBusKeysyms.html#IBUS-Ukranian-i"/>
1191
 
    <function name="IBUS_Ukrainian_yi" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-yi"/>
1192
 
    <function name="IBUS_Ukranian_yi" link="ibus-IBusKeysyms.html#IBUS-Ukranian-yi"/>
1193
 
    <function name="IBUS_Cyrillic_je" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-je"/>
1194
 
    <function name="IBUS_Serbian_je" link="ibus-IBusKeysyms.html#IBUS-Serbian-je"/>
1195
 
    <function name="IBUS_Cyrillic_lje" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-lje"/>
1196
 
    <function name="IBUS_Serbian_lje" link="ibus-IBusKeysyms.html#IBUS-Serbian-lje"/>
1197
 
    <function name="IBUS_Cyrillic_nje" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-nje"/>
1198
 
    <function name="IBUS_Serbian_nje" link="ibus-IBusKeysyms.html#IBUS-Serbian-nje"/>
1199
 
    <function name="IBUS_Serbian_tshe" link="ibus-IBusKeysyms.html#IBUS-Serbian-tshe"/>
1200
 
    <function name="IBUS_Macedonia_kje" link="ibus-IBusKeysyms.html#IBUS-Macedonia-kje"/>
1201
 
    <function name="IBUS_Ukrainian_ghe_with_upturn" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-ghe-with-upturn"/>
1202
 
    <function name="IBUS_Byelorussian_shortu" link="ibus-IBusKeysyms.html#IBUS-Byelorussian-shortu"/>
1203
 
    <function name="IBUS_Cyrillic_dzhe" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-dzhe"/>
1204
 
    <function name="IBUS_Serbian_dze" link="ibus-IBusKeysyms.html#IBUS-Serbian-dze"/>
1205
 
    <function name="IBUS_numerosign" link="ibus-IBusKeysyms.html#IBUS-numerosign"/>
1206
 
    <function name="IBUS_Serbian_DJE" link="ibus-IBusKeysyms.html#IBUS-Serbian-DJE"/>
1207
 
    <function name="IBUS_Macedonia_GJE" link="ibus-IBusKeysyms.html#IBUS-Macedonia-GJE"/>
1208
 
    <function name="IBUS_Cyrillic_IO" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-IO"/>
1209
 
    <function name="IBUS_Ukrainian_IE" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-IE"/>
1210
 
    <function name="IBUS_Ukranian_JE" link="ibus-IBusKeysyms.html#IBUS-Ukranian-JE"/>
1211
 
    <function name="IBUS_Macedonia_DSE" link="ibus-IBusKeysyms.html#IBUS-Macedonia-DSE"/>
1212
 
    <function name="IBUS_Ukrainian_I" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-I"/>
1213
 
    <function name="IBUS_Ukranian_I" link="ibus-IBusKeysyms.html#IBUS-Ukranian-I"/>
1214
 
    <function name="IBUS_Ukrainian_YI" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-YI"/>
1215
 
    <function name="IBUS_Ukranian_YI" link="ibus-IBusKeysyms.html#IBUS-Ukranian-YI"/>
1216
 
    <function name="IBUS_Cyrillic_JE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-JE"/>
1217
 
    <function name="IBUS_Serbian_JE" link="ibus-IBusKeysyms.html#IBUS-Serbian-JE"/>
1218
 
    <function name="IBUS_Cyrillic_LJE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-LJE"/>
1219
 
    <function name="IBUS_Serbian_LJE" link="ibus-IBusKeysyms.html#IBUS-Serbian-LJE"/>
1220
 
    <function name="IBUS_Cyrillic_NJE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-NJE"/>
1221
 
    <function name="IBUS_Serbian_NJE" link="ibus-IBusKeysyms.html#IBUS-Serbian-NJE"/>
1222
 
    <function name="IBUS_Serbian_TSHE" link="ibus-IBusKeysyms.html#IBUS-Serbian-TSHE"/>
1223
 
    <function name="IBUS_Macedonia_KJE" link="ibus-IBusKeysyms.html#IBUS-Macedonia-KJE"/>
1224
 
    <function name="IBUS_Ukrainian_GHE_WITH_UPTURN" link="ibus-IBusKeysyms.html#IBUS-Ukrainian-GHE-WITH-UPTURN"/>
1225
 
    <function name="IBUS_Byelorussian_SHORTU" link="ibus-IBusKeysyms.html#IBUS-Byelorussian-SHORTU"/>
1226
 
    <function name="IBUS_Cyrillic_DZHE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-DZHE"/>
1227
 
    <function name="IBUS_Serbian_DZE" link="ibus-IBusKeysyms.html#IBUS-Serbian-DZE"/>
1228
 
    <function name="IBUS_Cyrillic_yu" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-yu"/>
1229
 
    <function name="IBUS_Cyrillic_a" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-a"/>
1230
 
    <function name="IBUS_Cyrillic_be" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-be"/>
1231
 
    <function name="IBUS_Cyrillic_tse" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-tse"/>
1232
 
    <function name="IBUS_Cyrillic_de" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-de"/>
1233
 
    <function name="IBUS_Cyrillic_ie" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ie"/>
1234
 
    <function name="IBUS_Cyrillic_ef" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ef"/>
1235
 
    <function name="IBUS_Cyrillic_ghe" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ghe"/>
1236
 
    <function name="IBUS_Cyrillic_ha" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ha"/>
1237
 
    <function name="IBUS_Cyrillic_i" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-i"/>
1238
 
    <function name="IBUS_Cyrillic_shorti" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-shorti"/>
1239
 
    <function name="IBUS_Cyrillic_ka" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ka"/>
1240
 
    <function name="IBUS_Cyrillic_el" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-el"/>
1241
 
    <function name="IBUS_Cyrillic_em" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-em"/>
1242
 
    <function name="IBUS_Cyrillic_en" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-en"/>
1243
 
    <function name="IBUS_Cyrillic_o" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-o"/>
1244
 
    <function name="IBUS_Cyrillic_pe" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-pe"/>
1245
 
    <function name="IBUS_Cyrillic_ya" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ya"/>
1246
 
    <function name="IBUS_Cyrillic_er" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-er"/>
1247
 
    <function name="IBUS_Cyrillic_es" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-es"/>
1248
 
    <function name="IBUS_Cyrillic_te" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-te"/>
1249
 
    <function name="IBUS_Cyrillic_u" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-u"/>
1250
 
    <function name="IBUS_Cyrillic_zhe" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-zhe"/>
1251
 
    <function name="IBUS_Cyrillic_ve" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ve"/>
1252
 
    <function name="IBUS_Cyrillic_softsign" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-softsign"/>
1253
 
    <function name="IBUS_Cyrillic_yeru" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-yeru"/>
1254
 
    <function name="IBUS_Cyrillic_ze" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ze"/>
1255
 
    <function name="IBUS_Cyrillic_sha" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-sha"/>
1256
 
    <function name="IBUS_Cyrillic_e" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-e"/>
1257
 
    <function name="IBUS_Cyrillic_shcha" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-shcha"/>
1258
 
    <function name="IBUS_Cyrillic_che" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-che"/>
1259
 
    <function name="IBUS_Cyrillic_hardsign" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-hardsign"/>
1260
 
    <function name="IBUS_Cyrillic_YU" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-YU"/>
1261
 
    <function name="IBUS_Cyrillic_A" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-A"/>
1262
 
    <function name="IBUS_Cyrillic_BE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-BE"/>
1263
 
    <function name="IBUS_Cyrillic_TSE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-TSE"/>
1264
 
    <function name="IBUS_Cyrillic_DE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-DE"/>
1265
 
    <function name="IBUS_Cyrillic_IE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-IE"/>
1266
 
    <function name="IBUS_Cyrillic_EF" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-EF"/>
1267
 
    <function name="IBUS_Cyrillic_GHE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-GHE"/>
1268
 
    <function name="IBUS_Cyrillic_HA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-HA"/>
1269
 
    <function name="IBUS_Cyrillic_I" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-I"/>
1270
 
    <function name="IBUS_Cyrillic_SHORTI" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SHORTI"/>
1271
 
    <function name="IBUS_Cyrillic_KA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-KA"/>
1272
 
    <function name="IBUS_Cyrillic_EL" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-EL"/>
1273
 
    <function name="IBUS_Cyrillic_EM" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-EM"/>
1274
 
    <function name="IBUS_Cyrillic_EN" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-EN"/>
1275
 
    <function name="IBUS_Cyrillic_O" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-O"/>
1276
 
    <function name="IBUS_Cyrillic_PE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-PE"/>
1277
 
    <function name="IBUS_Cyrillic_YA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-YA"/>
1278
 
    <function name="IBUS_Cyrillic_ER" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ER"/>
1279
 
    <function name="IBUS_Cyrillic_ES" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ES"/>
1280
 
    <function name="IBUS_Cyrillic_TE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-TE"/>
1281
 
    <function name="IBUS_Cyrillic_U" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-U"/>
1282
 
    <function name="IBUS_Cyrillic_ZHE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ZHE"/>
1283
 
    <function name="IBUS_Cyrillic_VE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-VE"/>
1284
 
    <function name="IBUS_Cyrillic_SOFTSIGN" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SOFTSIGN"/>
1285
 
    <function name="IBUS_Cyrillic_YERU" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-YERU"/>
1286
 
    <function name="IBUS_Cyrillic_ZE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-ZE"/>
1287
 
    <function name="IBUS_Cyrillic_SHA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SHA"/>
1288
 
    <function name="IBUS_Cyrillic_E" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-E"/>
1289
 
    <function name="IBUS_Cyrillic_SHCHA" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-SHCHA"/>
1290
 
    <function name="IBUS_Cyrillic_CHE" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-CHE"/>
1291
 
    <function name="IBUS_Cyrillic_HARDSIGN" link="ibus-IBusKeysyms.html#IBUS-Cyrillic-HARDSIGN"/>
1292
 
    <function name="IBUS_Greek_ALPHAaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-ALPHAaccent"/>
1293
 
    <function name="IBUS_Greek_EPSILONaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-EPSILONaccent"/>
1294
 
    <function name="IBUS_Greek_ETAaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-ETAaccent"/>
1295
 
    <function name="IBUS_Greek_IOTAaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-IOTAaccent"/>
1296
 
    <function name="IBUS_Greek_IOTAdieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-IOTAdieresis"/>
1297
 
    <function name="IBUS_Greek_IOTAdiaeresis" link="ibus-IBusKeysyms.html#IBUS-Greek-IOTAdiaeresis"/>
1298
 
    <function name="IBUS_Greek_OMICRONaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-OMICRONaccent"/>
1299
 
    <function name="IBUS_Greek_UPSILONaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-UPSILONaccent"/>
1300
 
    <function name="IBUS_Greek_UPSILONdieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-UPSILONdieresis"/>
1301
 
    <function name="IBUS_Greek_OMEGAaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-OMEGAaccent"/>
1302
 
    <function name="IBUS_Greek_accentdieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-accentdieresis"/>
1303
 
    <function name="IBUS_Greek_horizbar" link="ibus-IBusKeysyms.html#IBUS-Greek-horizbar"/>
1304
 
    <function name="IBUS_Greek_alphaaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-alphaaccent"/>
1305
 
    <function name="IBUS_Greek_epsilonaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-epsilonaccent"/>
1306
 
    <function name="IBUS_Greek_etaaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-etaaccent"/>
1307
 
    <function name="IBUS_Greek_iotaaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-iotaaccent"/>
1308
 
    <function name="IBUS_Greek_iotadieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-iotadieresis"/>
1309
 
    <function name="IBUS_Greek_iotaaccentdieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-iotaaccentdieresis"/>
1310
 
    <function name="IBUS_Greek_omicronaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-omicronaccent"/>
1311
 
    <function name="IBUS_Greek_upsilonaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-upsilonaccent"/>
1312
 
    <function name="IBUS_Greek_upsilondieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-upsilondieresis"/>
1313
 
    <function name="IBUS_Greek_upsilonaccentdieresis" link="ibus-IBusKeysyms.html#IBUS-Greek-upsilonaccentdieresis"/>
1314
 
    <function name="IBUS_Greek_omegaaccent" link="ibus-IBusKeysyms.html#IBUS-Greek-omegaaccent"/>
1315
 
    <function name="IBUS_Greek_ALPHA" link="ibus-IBusKeysyms.html#IBUS-Greek-ALPHA"/>
1316
 
    <function name="IBUS_Greek_BETA" link="ibus-IBusKeysyms.html#IBUS-Greek-BETA"/>
1317
 
    <function name="IBUS_Greek_GAMMA" link="ibus-IBusKeysyms.html#IBUS-Greek-GAMMA"/>
1318
 
    <function name="IBUS_Greek_DELTA" link="ibus-IBusKeysyms.html#IBUS-Greek-DELTA"/>
1319
 
    <function name="IBUS_Greek_EPSILON" link="ibus-IBusKeysyms.html#IBUS-Greek-EPSILON"/>
1320
 
    <function name="IBUS_Greek_ZETA" link="ibus-IBusKeysyms.html#IBUS-Greek-ZETA"/>
1321
 
    <function name="IBUS_Greek_ETA" link="ibus-IBusKeysyms.html#IBUS-Greek-ETA"/>
1322
 
    <function name="IBUS_Greek_THETA" link="ibus-IBusKeysyms.html#IBUS-Greek-THETA"/>
1323
 
    <function name="IBUS_Greek_IOTA" link="ibus-IBusKeysyms.html#IBUS-Greek-IOTA"/>
1324
 
    <function name="IBUS_Greek_KAPPA" link="ibus-IBusKeysyms.html#IBUS-Greek-KAPPA"/>
1325
 
    <function name="IBUS_Greek_LAMDA" link="ibus-IBusKeysyms.html#IBUS-Greek-LAMDA"/>
1326
 
    <function name="IBUS_Greek_LAMBDA" link="ibus-IBusKeysyms.html#IBUS-Greek-LAMBDA"/>
1327
 
    <function name="IBUS_Greek_MU" link="ibus-IBusKeysyms.html#IBUS-Greek-MU"/>
1328
 
    <function name="IBUS_Greek_NU" link="ibus-IBusKeysyms.html#IBUS-Greek-NU"/>
1329
 
    <function name="IBUS_Greek_XI" link="ibus-IBusKeysyms.html#IBUS-Greek-XI"/>
1330
 
    <function name="IBUS_Greek_OMICRON" link="ibus-IBusKeysyms.html#IBUS-Greek-OMICRON"/>
1331
 
    <function name="IBUS_Greek_PI" link="ibus-IBusKeysyms.html#IBUS-Greek-PI"/>
1332
 
    <function name="IBUS_Greek_RHO" link="ibus-IBusKeysyms.html#IBUS-Greek-RHO"/>
1333
 
    <function name="IBUS_Greek_SIGMA" link="ibus-IBusKeysyms.html#IBUS-Greek-SIGMA"/>
1334
 
    <function name="IBUS_Greek_TAU" link="ibus-IBusKeysyms.html#IBUS-Greek-TAU"/>
1335
 
    <function name="IBUS_Greek_UPSILON" link="ibus-IBusKeysyms.html#IBUS-Greek-UPSILON"/>
1336
 
    <function name="IBUS_Greek_PHI" link="ibus-IBusKeysyms.html#IBUS-Greek-PHI"/>
1337
 
    <function name="IBUS_Greek_CHI" link="ibus-IBusKeysyms.html#IBUS-Greek-CHI"/>
1338
 
    <function name="IBUS_Greek_PSI" link="ibus-IBusKeysyms.html#IBUS-Greek-PSI"/>
1339
 
    <function name="IBUS_Greek_OMEGA" link="ibus-IBusKeysyms.html#IBUS-Greek-OMEGA"/>
1340
 
    <function name="IBUS_Greek_alpha" link="ibus-IBusKeysyms.html#IBUS-Greek-alpha"/>
1341
 
    <function name="IBUS_Greek_beta" link="ibus-IBusKeysyms.html#IBUS-Greek-beta"/>
1342
 
    <function name="IBUS_Greek_gamma" link="ibus-IBusKeysyms.html#IBUS-Greek-gamma"/>
1343
 
    <function name="IBUS_Greek_delta" link="ibus-IBusKeysyms.html#IBUS-Greek-delta"/>
1344
 
    <function name="IBUS_Greek_epsilon" link="ibus-IBusKeysyms.html#IBUS-Greek-epsilon"/>
1345
 
    <function name="IBUS_Greek_zeta" link="ibus-IBusKeysyms.html#IBUS-Greek-zeta"/>
1346
 
    <function name="IBUS_Greek_eta" link="ibus-IBusKeysyms.html#IBUS-Greek-eta"/>
1347
 
    <function name="IBUS_Greek_theta" link="ibus-IBusKeysyms.html#IBUS-Greek-theta"/>
1348
 
    <function name="IBUS_Greek_iota" link="ibus-IBusKeysyms.html#IBUS-Greek-iota"/>
1349
 
    <function name="IBUS_Greek_kappa" link="ibus-IBusKeysyms.html#IBUS-Greek-kappa"/>
1350
 
    <function name="IBUS_Greek_lamda" link="ibus-IBusKeysyms.html#IBUS-Greek-lamda"/>
1351
 
    <function name="IBUS_Greek_lambda" link="ibus-IBusKeysyms.html#IBUS-Greek-lambda"/>
1352
 
    <function name="IBUS_Greek_mu" link="ibus-IBusKeysyms.html#IBUS-Greek-mu"/>
1353
 
    <function name="IBUS_Greek_nu" link="ibus-IBusKeysyms.html#IBUS-Greek-nu"/>
1354
 
    <function name="IBUS_Greek_xi" link="ibus-IBusKeysyms.html#IBUS-Greek-xi"/>
1355
 
    <function name="IBUS_Greek_omicron" link="ibus-IBusKeysyms.html#IBUS-Greek-omicron"/>
1356
 
    <function name="IBUS_Greek_pi" link="ibus-IBusKeysyms.html#IBUS-Greek-pi"/>
1357
 
    <function name="IBUS_Greek_rho" link="ibus-IBusKeysyms.html#IBUS-Greek-rho"/>
1358
 
    <function name="IBUS_Greek_sigma" link="ibus-IBusKeysyms.html#IBUS-Greek-sigma"/>
1359
 
    <function name="IBUS_Greek_finalsmallsigma" link="ibus-IBusKeysyms.html#IBUS-Greek-finalsmallsigma"/>
1360
 
    <function name="IBUS_Greek_tau" link="ibus-IBusKeysyms.html#IBUS-Greek-tau"/>
1361
 
    <function name="IBUS_Greek_upsilon" link="ibus-IBusKeysyms.html#IBUS-Greek-upsilon"/>
1362
 
    <function name="IBUS_Greek_phi" link="ibus-IBusKeysyms.html#IBUS-Greek-phi"/>
1363
 
    <function name="IBUS_Greek_chi" link="ibus-IBusKeysyms.html#IBUS-Greek-chi"/>
1364
 
    <function name="IBUS_Greek_psi" link="ibus-IBusKeysyms.html#IBUS-Greek-psi"/>
1365
 
    <function name="IBUS_Greek_omega" link="ibus-IBusKeysyms.html#IBUS-Greek-omega"/>
1366
 
    <function name="IBUS_Greek_switch" link="ibus-IBusKeysyms.html#IBUS-Greek-switch"/>
1367
 
    <function name="IBUS_leftradical" link="ibus-IBusKeysyms.html#IBUS-leftradical"/>
1368
 
    <function name="IBUS_topleftradical" link="ibus-IBusKeysyms.html#IBUS-topleftradical"/>
1369
 
    <function name="IBUS_horizconnector" link="ibus-IBusKeysyms.html#IBUS-horizconnector"/>
1370
 
    <function name="IBUS_topintegral" link="ibus-IBusKeysyms.html#IBUS-topintegral"/>
1371
 
    <function name="IBUS_botintegral" link="ibus-IBusKeysyms.html#IBUS-botintegral"/>
1372
 
    <function name="IBUS_vertconnector" link="ibus-IBusKeysyms.html#IBUS-vertconnector"/>
1373
 
    <function name="IBUS_topleftsqbracket" link="ibus-IBusKeysyms.html#IBUS-topleftsqbracket"/>
1374
 
    <function name="IBUS_botleftsqbracket" link="ibus-IBusKeysyms.html#IBUS-botleftsqbracket"/>
1375
 
    <function name="IBUS_toprightsqbracket" link="ibus-IBusKeysyms.html#IBUS-toprightsqbracket"/>
1376
 
    <function name="IBUS_botrightsqbracket" link="ibus-IBusKeysyms.html#IBUS-botrightsqbracket"/>
1377
 
    <function name="IBUS_topleftparens" link="ibus-IBusKeysyms.html#IBUS-topleftparens"/>
1378
 
    <function name="IBUS_botleftparens" link="ibus-IBusKeysyms.html#IBUS-botleftparens"/>
1379
 
    <function name="IBUS_toprightparens" link="ibus-IBusKeysyms.html#IBUS-toprightparens"/>
1380
 
    <function name="IBUS_botrightparens" link="ibus-IBusKeysyms.html#IBUS-botrightparens"/>
1381
 
    <function name="IBUS_leftmiddlecurlybrace" link="ibus-IBusKeysyms.html#IBUS-leftmiddlecurlybrace"/>
1382
 
    <function name="IBUS_rightmiddlecurlybrace" link="ibus-IBusKeysyms.html#IBUS-rightmiddlecurlybrace"/>
1383
 
    <function name="IBUS_topleftsummation" link="ibus-IBusKeysyms.html#IBUS-topleftsummation"/>
1384
 
    <function name="IBUS_botleftsummation" link="ibus-IBusKeysyms.html#IBUS-botleftsummation"/>
1385
 
    <function name="IBUS_topvertsummationconnector" link="ibus-IBusKeysyms.html#IBUS-topvertsummationconnector"/>
1386
 
    <function name="IBUS_botvertsummationconnector" link="ibus-IBusKeysyms.html#IBUS-botvertsummationconnector"/>
1387
 
    <function name="IBUS_toprightsummation" link="ibus-IBusKeysyms.html#IBUS-toprightsummation"/>
1388
 
    <function name="IBUS_botrightsummation" link="ibus-IBusKeysyms.html#IBUS-botrightsummation"/>
1389
 
    <function name="IBUS_rightmiddlesummation" link="ibus-IBusKeysyms.html#IBUS-rightmiddlesummation"/>
1390
 
    <function name="IBUS_lessthanequal" link="ibus-IBusKeysyms.html#IBUS-lessthanequal"/>
1391
 
    <function name="IBUS_notequal" link="ibus-IBusKeysyms.html#IBUS-notequal"/>
1392
 
    <function name="IBUS_greaterthanequal" link="ibus-IBusKeysyms.html#IBUS-greaterthanequal"/>
1393
 
    <function name="IBUS_integral" link="ibus-IBusKeysyms.html#IBUS-integral"/>
1394
 
    <function name="IBUS_therefore" link="ibus-IBusKeysyms.html#IBUS-therefore"/>
1395
 
    <function name="IBUS_variation" link="ibus-IBusKeysyms.html#IBUS-variation"/>
1396
 
    <function name="IBUS_infinity" link="ibus-IBusKeysyms.html#IBUS-infinity"/>
1397
 
    <function name="IBUS_nabla" link="ibus-IBusKeysyms.html#IBUS-nabla"/>
1398
 
    <function name="IBUS_approximate" link="ibus-IBusKeysyms.html#IBUS-approximate"/>
1399
 
    <function name="IBUS_similarequal" link="ibus-IBusKeysyms.html#IBUS-similarequal"/>
1400
 
    <function name="IBUS_ifonlyif" link="ibus-IBusKeysyms.html#IBUS-ifonlyif"/>
1401
 
    <function name="IBUS_implies" link="ibus-IBusKeysyms.html#IBUS-implies"/>
1402
 
    <function name="IBUS_identical" link="ibus-IBusKeysyms.html#IBUS-identical"/>
1403
 
    <function name="IBUS_radical" link="ibus-IBusKeysyms.html#IBUS-radical"/>
1404
 
    <function name="IBUS_includedin" link="ibus-IBusKeysyms.html#IBUS-includedin"/>
1405
 
    <function name="IBUS_includes" link="ibus-IBusKeysyms.html#IBUS-includes"/>
1406
 
    <function name="IBUS_intersection" link="ibus-IBusKeysyms.html#IBUS-intersection"/>
1407
 
    <function name="IBUS_union" link="ibus-IBusKeysyms.html#IBUS-union"/>
1408
 
    <function name="IBUS_logicaland" link="ibus-IBusKeysyms.html#IBUS-logicaland"/>
1409
 
    <function name="IBUS_logicalor" link="ibus-IBusKeysyms.html#IBUS-logicalor"/>
1410
 
    <function name="IBUS_partialderivative" link="ibus-IBusKeysyms.html#IBUS-partialderivative"/>
1411
 
    <function name="IBUS_function" link="ibus-IBusKeysyms.html#IBUS-function"/>
1412
 
    <function name="IBUS_leftarrow" link="ibus-IBusKeysyms.html#IBUS-leftarrow"/>
1413
 
    <function name="IBUS_uparrow" link="ibus-IBusKeysyms.html#IBUS-uparrow"/>
1414
 
    <function name="IBUS_rightarrow" link="ibus-IBusKeysyms.html#IBUS-rightarrow"/>
1415
 
    <function name="IBUS_downarrow" link="ibus-IBusKeysyms.html#IBUS-downarrow"/>
1416
 
    <function name="IBUS_blank" link="ibus-IBusKeysyms.html#IBUS-blank"/>
1417
 
    <function name="IBUS_soliddiamond" link="ibus-IBusKeysyms.html#IBUS-soliddiamond"/>
1418
 
    <function name="IBUS_checkerboard" link="ibus-IBusKeysyms.html#IBUS-checkerboard"/>
1419
 
    <function name="IBUS_ht" link="ibus-IBusKeysyms.html#IBUS-ht"/>
1420
 
    <function name="IBUS_ff" link="ibus-IBusKeysyms.html#IBUS-ff"/>
1421
 
    <function name="IBUS_cr" link="ibus-IBusKeysyms.html#IBUS-cr"/>
1422
 
    <function name="IBUS_lf" link="ibus-IBusKeysyms.html#IBUS-lf"/>
1423
 
    <function name="IBUS_nl" link="ibus-IBusKeysyms.html#IBUS-nl"/>
1424
 
    <function name="IBUS_vt" link="ibus-IBusKeysyms.html#IBUS-vt"/>
1425
 
    <function name="IBUS_lowrightcorner" link="ibus-IBusKeysyms.html#IBUS-lowrightcorner"/>
1426
 
    <function name="IBUS_uprightcorner" link="ibus-IBusKeysyms.html#IBUS-uprightcorner"/>
1427
 
    <function name="IBUS_upleftcorner" link="ibus-IBusKeysyms.html#IBUS-upleftcorner"/>
1428
 
    <function name="IBUS_lowleftcorner" link="ibus-IBusKeysyms.html#IBUS-lowleftcorner"/>
1429
 
    <function name="IBUS_crossinglines" link="ibus-IBusKeysyms.html#IBUS-crossinglines"/>
1430
 
    <function name="IBUS_horizlinescan1" link="ibus-IBusKeysyms.html#IBUS-horizlinescan1"/>
1431
 
    <function name="IBUS_horizlinescan3" link="ibus-IBusKeysyms.html#IBUS-horizlinescan3"/>
1432
 
    <function name="IBUS_horizlinescan5" link="ibus-IBusKeysyms.html#IBUS-horizlinescan5"/>
1433
 
    <function name="IBUS_horizlinescan7" link="ibus-IBusKeysyms.html#IBUS-horizlinescan7"/>
1434
 
    <function name="IBUS_horizlinescan9" link="ibus-IBusKeysyms.html#IBUS-horizlinescan9"/>
1435
 
    <function name="IBUS_leftt" link="ibus-IBusKeysyms.html#IBUS-leftt"/>
1436
 
    <function name="IBUS_rightt" link="ibus-IBusKeysyms.html#IBUS-rightt"/>
1437
 
    <function name="IBUS_bott" link="ibus-IBusKeysyms.html#IBUS-bott"/>
1438
 
    <function name="IBUS_topt" link="ibus-IBusKeysyms.html#IBUS-topt"/>
1439
 
    <function name="IBUS_vertbar" link="ibus-IBusKeysyms.html#IBUS-vertbar"/>
1440
 
    <function name="IBUS_emspace" link="ibus-IBusKeysyms.html#IBUS-emspace"/>
1441
 
    <function name="IBUS_enspace" link="ibus-IBusKeysyms.html#IBUS-enspace"/>
1442
 
    <function name="IBUS_em3space" link="ibus-IBusKeysyms.html#IBUS-em3space"/>
1443
 
    <function name="IBUS_em4space" link="ibus-IBusKeysyms.html#IBUS-em4space"/>
1444
 
    <function name="IBUS_digitspace" link="ibus-IBusKeysyms.html#IBUS-digitspace"/>
1445
 
    <function name="IBUS_punctspace" link="ibus-IBusKeysyms.html#IBUS-punctspace"/>
1446
 
    <function name="IBUS_thinspace" link="ibus-IBusKeysyms.html#IBUS-thinspace"/>
1447
 
    <function name="IBUS_hairspace" link="ibus-IBusKeysyms.html#IBUS-hairspace"/>
1448
 
    <function name="IBUS_emdash" link="ibus-IBusKeysyms.html#IBUS-emdash"/>
1449
 
    <function name="IBUS_endash" link="ibus-IBusKeysyms.html#IBUS-endash"/>
1450
 
    <function name="IBUS_signifblank" link="ibus-IBusKeysyms.html#IBUS-signifblank"/>
1451
 
    <function name="IBUS_ellipsis" link="ibus-IBusKeysyms.html#IBUS-ellipsis"/>
1452
 
    <function name="IBUS_doubbaselinedot" link="ibus-IBusKeysyms.html#IBUS-doubbaselinedot"/>
1453
 
    <function name="IBUS_onethird" link="ibus-IBusKeysyms.html#IBUS-onethird"/>
1454
 
    <function name="IBUS_twothirds" link="ibus-IBusKeysyms.html#IBUS-twothirds"/>
1455
 
    <function name="IBUS_onefifth" link="ibus-IBusKeysyms.html#IBUS-onefifth"/>
1456
 
    <function name="IBUS_twofifths" link="ibus-IBusKeysyms.html#IBUS-twofifths"/>
1457
 
    <function name="IBUS_threefifths" link="ibus-IBusKeysyms.html#IBUS-threefifths"/>
1458
 
    <function name="IBUS_fourfifths" link="ibus-IBusKeysyms.html#IBUS-fourfifths"/>
1459
 
    <function name="IBUS_onesixth" link="ibus-IBusKeysyms.html#IBUS-onesixth"/>
1460
 
    <function name="IBUS_fivesixths" link="ibus-IBusKeysyms.html#IBUS-fivesixths"/>
1461
 
    <function name="IBUS_careof" link="ibus-IBusKeysyms.html#IBUS-careof"/>
1462
 
    <function name="IBUS_figdash" link="ibus-IBusKeysyms.html#IBUS-figdash"/>
1463
 
    <function name="IBUS_leftanglebracket" link="ibus-IBusKeysyms.html#IBUS-leftanglebracket"/>
1464
 
    <function name="IBUS_decimalpoint" link="ibus-IBusKeysyms.html#IBUS-decimalpoint"/>
1465
 
    <function name="IBUS_rightanglebracket" link="ibus-IBusKeysyms.html#IBUS-rightanglebracket"/>
1466
 
    <function name="IBUS_marker" link="ibus-IBusKeysyms.html#IBUS-marker"/>
1467
 
    <function name="IBUS_oneeighth" link="ibus-IBusKeysyms.html#IBUS-oneeighth"/>
1468
 
    <function name="IBUS_threeeighths" link="ibus-IBusKeysyms.html#IBUS-threeeighths"/>
1469
 
    <function name="IBUS_fiveeighths" link="ibus-IBusKeysyms.html#IBUS-fiveeighths"/>
1470
 
    <function name="IBUS_seveneighths" link="ibus-IBusKeysyms.html#IBUS-seveneighths"/>
1471
 
    <function name="IBUS_trademark" link="ibus-IBusKeysyms.html#IBUS-trademark"/>
1472
 
    <function name="IBUS_signaturemark" link="ibus-IBusKeysyms.html#IBUS-signaturemark"/>
1473
 
    <function name="IBUS_trademarkincircle" link="ibus-IBusKeysyms.html#IBUS-trademarkincircle"/>
1474
 
    <function name="IBUS_leftopentriangle" link="ibus-IBusKeysyms.html#IBUS-leftopentriangle"/>
1475
 
    <function name="IBUS_rightopentriangle" link="ibus-IBusKeysyms.html#IBUS-rightopentriangle"/>
1476
 
    <function name="IBUS_emopencircle" link="ibus-IBusKeysyms.html#IBUS-emopencircle"/>
1477
 
    <function name="IBUS_emopenrectangle" link="ibus-IBusKeysyms.html#IBUS-emopenrectangle"/>
1478
 
    <function name="IBUS_leftsinglequotemark" link="ibus-IBusKeysyms.html#IBUS-leftsinglequotemark"/>
1479
 
    <function name="IBUS_rightsinglequotemark" link="ibus-IBusKeysyms.html#IBUS-rightsinglequotemark"/>
1480
 
    <function name="IBUS_leftdoublequotemark" link="ibus-IBusKeysyms.html#IBUS-leftdoublequotemark"/>
1481
 
    <function name="IBUS_rightdoublequotemark" link="ibus-IBusKeysyms.html#IBUS-rightdoublequotemark"/>
1482
 
    <function name="IBUS_prescription" link="ibus-IBusKeysyms.html#IBUS-prescription"/>
1483
 
    <function name="IBUS_minutes" link="ibus-IBusKeysyms.html#IBUS-minutes"/>
1484
 
    <function name="IBUS_seconds" link="ibus-IBusKeysyms.html#IBUS-seconds"/>
1485
 
    <function name="IBUS_latincross" link="ibus-IBusKeysyms.html#IBUS-latincross"/>
1486
 
    <function name="IBUS_hexagram" link="ibus-IBusKeysyms.html#IBUS-hexagram"/>
1487
 
    <function name="IBUS_filledrectbullet" link="ibus-IBusKeysyms.html#IBUS-filledrectbullet"/>
1488
 
    <function name="IBUS_filledlefttribullet" link="ibus-IBusKeysyms.html#IBUS-filledlefttribullet"/>
1489
 
    <function name="IBUS_filledrighttribullet" link="ibus-IBusKeysyms.html#IBUS-filledrighttribullet"/>
1490
 
    <function name="IBUS_emfilledcircle" link="ibus-IBusKeysyms.html#IBUS-emfilledcircle"/>
1491
 
    <function name="IBUS_emfilledrect" link="ibus-IBusKeysyms.html#IBUS-emfilledrect"/>
1492
 
    <function name="IBUS_enopencircbullet" link="ibus-IBusKeysyms.html#IBUS-enopencircbullet"/>
1493
 
    <function name="IBUS_enopensquarebullet" link="ibus-IBusKeysyms.html#IBUS-enopensquarebullet"/>
1494
 
    <function name="IBUS_openrectbullet" link="ibus-IBusKeysyms.html#IBUS-openrectbullet"/>
1495
 
    <function name="IBUS_opentribulletup" link="ibus-IBusKeysyms.html#IBUS-opentribulletup"/>
1496
 
    <function name="IBUS_opentribulletdown" link="ibus-IBusKeysyms.html#IBUS-opentribulletdown"/>
1497
 
    <function name="IBUS_openstar" link="ibus-IBusKeysyms.html#IBUS-openstar"/>
1498
 
    <function name="IBUS_enfilledcircbullet" link="ibus-IBusKeysyms.html#IBUS-enfilledcircbullet"/>
1499
 
    <function name="IBUS_enfilledsqbullet" link="ibus-IBusKeysyms.html#IBUS-enfilledsqbullet"/>
1500
 
    <function name="IBUS_filledtribulletup" link="ibus-IBusKeysyms.html#IBUS-filledtribulletup"/>
1501
 
    <function name="IBUS_filledtribulletdown" link="ibus-IBusKeysyms.html#IBUS-filledtribulletdown"/>
1502
 
    <function name="IBUS_leftpointer" link="ibus-IBusKeysyms.html#IBUS-leftpointer"/>
1503
 
    <function name="IBUS_rightpointer" link="ibus-IBusKeysyms.html#IBUS-rightpointer"/>
1504
 
    <function name="IBUS_club" link="ibus-IBusKeysyms.html#IBUS-club"/>
1505
 
    <function name="IBUS_diamond" link="ibus-IBusKeysyms.html#IBUS-diamond"/>
1506
 
    <function name="IBUS_heart" link="ibus-IBusKeysyms.html#IBUS-heart"/>
1507
 
    <function name="IBUS_maltesecross" link="ibus-IBusKeysyms.html#IBUS-maltesecross"/>
1508
 
    <function name="IBUS_dagger" link="ibus-IBusKeysyms.html#IBUS-dagger"/>
1509
 
    <function name="IBUS_doubledagger" link="ibus-IBusKeysyms.html#IBUS-doubledagger"/>
1510
 
    <function name="IBUS_checkmark" link="ibus-IBusKeysyms.html#IBUS-checkmark"/>
1511
 
    <function name="IBUS_ballotcross" link="ibus-IBusKeysyms.html#IBUS-ballotcross"/>
1512
 
    <function name="IBUS_musicalsharp" link="ibus-IBusKeysyms.html#IBUS-musicalsharp"/>
1513
 
    <function name="IBUS_musicalflat" link="ibus-IBusKeysyms.html#IBUS-musicalflat"/>
1514
 
    <function name="IBUS_malesymbol" link="ibus-IBusKeysyms.html#IBUS-malesymbol"/>
1515
 
    <function name="IBUS_femalesymbol" link="ibus-IBusKeysyms.html#IBUS-femalesymbol"/>
1516
 
    <function name="IBUS_telephone" link="ibus-IBusKeysyms.html#IBUS-telephone"/>
1517
 
    <function name="IBUS_telephonerecorder" link="ibus-IBusKeysyms.html#IBUS-telephonerecorder"/>
1518
 
    <function name="IBUS_phonographcopyright" link="ibus-IBusKeysyms.html#IBUS-phonographcopyright"/>
1519
 
    <function name="IBUS_caret" link="ibus-IBusKeysyms.html#IBUS-caret"/>
1520
 
    <function name="IBUS_singlelowquotemark" link="ibus-IBusKeysyms.html#IBUS-singlelowquotemark"/>
1521
 
    <function name="IBUS_doublelowquotemark" link="ibus-IBusKeysyms.html#IBUS-doublelowquotemark"/>
1522
 
    <function name="IBUS_cursor" link="ibus-IBusKeysyms.html#IBUS-cursor"/>
1523
 
    <function name="IBUS_leftcaret" link="ibus-IBusKeysyms.html#IBUS-leftcaret"/>
1524
 
    <function name="IBUS_rightcaret" link="ibus-IBusKeysyms.html#IBUS-rightcaret"/>
1525
 
    <function name="IBUS_downcaret" link="ibus-IBusKeysyms.html#IBUS-downcaret"/>
1526
 
    <function name="IBUS_upcaret" link="ibus-IBusKeysyms.html#IBUS-upcaret"/>
1527
 
    <function name="IBUS_overbar" link="ibus-IBusKeysyms.html#IBUS-overbar"/>
1528
 
    <function name="IBUS_downtack" link="ibus-IBusKeysyms.html#IBUS-downtack"/>
1529
 
    <function name="IBUS_upshoe" link="ibus-IBusKeysyms.html#IBUS-upshoe"/>
1530
 
    <function name="IBUS_downstile" link="ibus-IBusKeysyms.html#IBUS-downstile"/>
1531
 
    <function name="IBUS_underbar" link="ibus-IBusKeysyms.html#IBUS-underbar"/>
1532
 
    <function name="IBUS_jot" link="ibus-IBusKeysyms.html#IBUS-jot"/>
1533
 
    <function name="IBUS_quad" link="ibus-IBusKeysyms.html#IBUS-quad"/>
1534
 
    <function name="IBUS_uptack" link="ibus-IBusKeysyms.html#IBUS-uptack"/>
1535
 
    <function name="IBUS_circle" link="ibus-IBusKeysyms.html#IBUS-circle"/>
1536
 
    <function name="IBUS_upstile" link="ibus-IBusKeysyms.html#IBUS-upstile"/>
1537
 
    <function name="IBUS_downshoe" link="ibus-IBusKeysyms.html#IBUS-downshoe"/>
1538
 
    <function name="IBUS_rightshoe" link="ibus-IBusKeysyms.html#IBUS-rightshoe"/>
1539
 
    <function name="IBUS_leftshoe" link="ibus-IBusKeysyms.html#IBUS-leftshoe"/>
1540
 
    <function name="IBUS_lefttack" link="ibus-IBusKeysyms.html#IBUS-lefttack"/>
1541
 
    <function name="IBUS_righttack" link="ibus-IBusKeysyms.html#IBUS-righttack"/>
1542
 
    <function name="IBUS_hebrew_doublelowline" link="ibus-IBusKeysyms.html#IBUS-hebrew-doublelowline"/>
1543
 
    <function name="IBUS_hebrew_aleph" link="ibus-IBusKeysyms.html#IBUS-hebrew-aleph"/>
1544
 
    <function name="IBUS_hebrew_bet" link="ibus-IBusKeysyms.html#IBUS-hebrew-bet"/>
1545
 
    <function name="IBUS_hebrew_beth" link="ibus-IBusKeysyms.html#IBUS-hebrew-beth"/>
1546
 
    <function name="IBUS_hebrew_gimel" link="ibus-IBusKeysyms.html#IBUS-hebrew-gimel"/>
1547
 
    <function name="IBUS_hebrew_gimmel" link="ibus-IBusKeysyms.html#IBUS-hebrew-gimmel"/>
1548
 
    <function name="IBUS_hebrew_dalet" link="ibus-IBusKeysyms.html#IBUS-hebrew-dalet"/>
1549
 
    <function name="IBUS_hebrew_daleth" link="ibus-IBusKeysyms.html#IBUS-hebrew-daleth"/>
1550
 
    <function name="IBUS_hebrew_he" link="ibus-IBusKeysyms.html#IBUS-hebrew-he"/>
1551
 
    <function name="IBUS_hebrew_waw" link="ibus-IBusKeysyms.html#IBUS-hebrew-waw"/>
1552
 
    <function name="IBUS_hebrew_zain" link="ibus-IBusKeysyms.html#IBUS-hebrew-zain"/>
1553
 
    <function name="IBUS_hebrew_zayin" link="ibus-IBusKeysyms.html#IBUS-hebrew-zayin"/>
1554
 
    <function name="IBUS_hebrew_chet" link="ibus-IBusKeysyms.html#IBUS-hebrew-chet"/>
1555
 
    <function name="IBUS_hebrew_het" link="ibus-IBusKeysyms.html#IBUS-hebrew-het"/>
1556
 
    <function name="IBUS_hebrew_tet" link="ibus-IBusKeysyms.html#IBUS-hebrew-tet"/>
1557
 
    <function name="IBUS_hebrew_teth" link="ibus-IBusKeysyms.html#IBUS-hebrew-teth"/>
1558
 
    <function name="IBUS_hebrew_yod" link="ibus-IBusKeysyms.html#IBUS-hebrew-yod"/>
1559
 
    <function name="IBUS_hebrew_finalkaph" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalkaph"/>
1560
 
    <function name="IBUS_hebrew_kaph" link="ibus-IBusKeysyms.html#IBUS-hebrew-kaph"/>
1561
 
    <function name="IBUS_hebrew_lamed" link="ibus-IBusKeysyms.html#IBUS-hebrew-lamed"/>
1562
 
    <function name="IBUS_hebrew_finalmem" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalmem"/>
1563
 
    <function name="IBUS_hebrew_mem" link="ibus-IBusKeysyms.html#IBUS-hebrew-mem"/>
1564
 
    <function name="IBUS_hebrew_finalnun" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalnun"/>
1565
 
    <function name="IBUS_hebrew_nun" link="ibus-IBusKeysyms.html#IBUS-hebrew-nun"/>
1566
 
    <function name="IBUS_hebrew_samech" link="ibus-IBusKeysyms.html#IBUS-hebrew-samech"/>
1567
 
    <function name="IBUS_hebrew_samekh" link="ibus-IBusKeysyms.html#IBUS-hebrew-samekh"/>
1568
 
    <function name="IBUS_hebrew_ayin" link="ibus-IBusKeysyms.html#IBUS-hebrew-ayin"/>
1569
 
    <function name="IBUS_hebrew_finalpe" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalpe"/>
1570
 
    <function name="IBUS_hebrew_pe" link="ibus-IBusKeysyms.html#IBUS-hebrew-pe"/>
1571
 
    <function name="IBUS_hebrew_finalzade" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalzade"/>
1572
 
    <function name="IBUS_hebrew_finalzadi" link="ibus-IBusKeysyms.html#IBUS-hebrew-finalzadi"/>
1573
 
    <function name="IBUS_hebrew_zade" link="ibus-IBusKeysyms.html#IBUS-hebrew-zade"/>
1574
 
    <function name="IBUS_hebrew_zadi" link="ibus-IBusKeysyms.html#IBUS-hebrew-zadi"/>
1575
 
    <function name="IBUS_hebrew_qoph" link="ibus-IBusKeysyms.html#IBUS-hebrew-qoph"/>
1576
 
    <function name="IBUS_hebrew_kuf" link="ibus-IBusKeysyms.html#IBUS-hebrew-kuf"/>
1577
 
    <function name="IBUS_hebrew_resh" link="ibus-IBusKeysyms.html#IBUS-hebrew-resh"/>
1578
 
    <function name="IBUS_hebrew_shin" link="ibus-IBusKeysyms.html#IBUS-hebrew-shin"/>
1579
 
    <function name="IBUS_hebrew_taw" link="ibus-IBusKeysyms.html#IBUS-hebrew-taw"/>
1580
 
    <function name="IBUS_hebrew_taf" link="ibus-IBusKeysyms.html#IBUS-hebrew-taf"/>
1581
 
    <function name="IBUS_Hebrew_switch" link="ibus-IBusKeysyms.html#IBUS-Hebrew-switch"/>
1582
 
    <function name="IBUS_Thai_kokai" link="ibus-IBusKeysyms.html#IBUS-Thai-kokai"/>
1583
 
    <function name="IBUS_Thai_khokhai" link="ibus-IBusKeysyms.html#IBUS-Thai-khokhai"/>
1584
 
    <function name="IBUS_Thai_khokhuat" link="ibus-IBusKeysyms.html#IBUS-Thai-khokhuat"/>
1585
 
    <function name="IBUS_Thai_khokhwai" link="ibus-IBusKeysyms.html#IBUS-Thai-khokhwai"/>
1586
 
    <function name="IBUS_Thai_khokhon" link="ibus-IBusKeysyms.html#IBUS-Thai-khokhon"/>
1587
 
    <function name="IBUS_Thai_khorakhang" link="ibus-IBusKeysyms.html#IBUS-Thai-khorakhang"/>
1588
 
    <function name="IBUS_Thai_ngongu" link="ibus-IBusKeysyms.html#IBUS-Thai-ngongu"/>
1589
 
    <function name="IBUS_Thai_chochan" link="ibus-IBusKeysyms.html#IBUS-Thai-chochan"/>
1590
 
    <function name="IBUS_Thai_choching" link="ibus-IBusKeysyms.html#IBUS-Thai-choching"/>
1591
 
    <function name="IBUS_Thai_chochang" link="ibus-IBusKeysyms.html#IBUS-Thai-chochang"/>
1592
 
    <function name="IBUS_Thai_soso" link="ibus-IBusKeysyms.html#IBUS-Thai-soso"/>
1593
 
    <function name="IBUS_Thai_chochoe" link="ibus-IBusKeysyms.html#IBUS-Thai-chochoe"/>
1594
 
    <function name="IBUS_Thai_yoying" link="ibus-IBusKeysyms.html#IBUS-Thai-yoying"/>
1595
 
    <function name="IBUS_Thai_dochada" link="ibus-IBusKeysyms.html#IBUS-Thai-dochada"/>
1596
 
    <function name="IBUS_Thai_topatak" link="ibus-IBusKeysyms.html#IBUS-Thai-topatak"/>
1597
 
    <function name="IBUS_Thai_thothan" link="ibus-IBusKeysyms.html#IBUS-Thai-thothan"/>
1598
 
    <function name="IBUS_Thai_thonangmontho" link="ibus-IBusKeysyms.html#IBUS-Thai-thonangmontho"/>
1599
 
    <function name="IBUS_Thai_thophuthao" link="ibus-IBusKeysyms.html#IBUS-Thai-thophuthao"/>
1600
 
    <function name="IBUS_Thai_nonen" link="ibus-IBusKeysyms.html#IBUS-Thai-nonen"/>
1601
 
    <function name="IBUS_Thai_dodek" link="ibus-IBusKeysyms.html#IBUS-Thai-dodek"/>
1602
 
    <function name="IBUS_Thai_totao" link="ibus-IBusKeysyms.html#IBUS-Thai-totao"/>
1603
 
    <function name="IBUS_Thai_thothung" link="ibus-IBusKeysyms.html#IBUS-Thai-thothung"/>
1604
 
    <function name="IBUS_Thai_thothahan" link="ibus-IBusKeysyms.html#IBUS-Thai-thothahan"/>
1605
 
    <function name="IBUS_Thai_thothong" link="ibus-IBusKeysyms.html#IBUS-Thai-thothong"/>
1606
 
    <function name="IBUS_Thai_nonu" link="ibus-IBusKeysyms.html#IBUS-Thai-nonu"/>
1607
 
    <function name="IBUS_Thai_bobaimai" link="ibus-IBusKeysyms.html#IBUS-Thai-bobaimai"/>
1608
 
    <function name="IBUS_Thai_popla" link="ibus-IBusKeysyms.html#IBUS-Thai-popla"/>
1609
 
    <function name="IBUS_Thai_phophung" link="ibus-IBusKeysyms.html#IBUS-Thai-phophung"/>
1610
 
    <function name="IBUS_Thai_fofa" link="ibus-IBusKeysyms.html#IBUS-Thai-fofa"/>
1611
 
    <function name="IBUS_Thai_phophan" link="ibus-IBusKeysyms.html#IBUS-Thai-phophan"/>
1612
 
    <function name="IBUS_Thai_fofan" link="ibus-IBusKeysyms.html#IBUS-Thai-fofan"/>
1613
 
    <function name="IBUS_Thai_phosamphao" link="ibus-IBusKeysyms.html#IBUS-Thai-phosamphao"/>
1614
 
    <function name="IBUS_Thai_moma" link="ibus-IBusKeysyms.html#IBUS-Thai-moma"/>
1615
 
    <function name="IBUS_Thai_yoyak" link="ibus-IBusKeysyms.html#IBUS-Thai-yoyak"/>
1616
 
    <function name="IBUS_Thai_rorua" link="ibus-IBusKeysyms.html#IBUS-Thai-rorua"/>
1617
 
    <function name="IBUS_Thai_ru" link="ibus-IBusKeysyms.html#IBUS-Thai-ru"/>
1618
 
    <function name="IBUS_Thai_loling" link="ibus-IBusKeysyms.html#IBUS-Thai-loling"/>
1619
 
    <function name="IBUS_Thai_lu" link="ibus-IBusKeysyms.html#IBUS-Thai-lu"/>
1620
 
    <function name="IBUS_Thai_wowaen" link="ibus-IBusKeysyms.html#IBUS-Thai-wowaen"/>
1621
 
    <function name="IBUS_Thai_sosala" link="ibus-IBusKeysyms.html#IBUS-Thai-sosala"/>
1622
 
    <function name="IBUS_Thai_sorusi" link="ibus-IBusKeysyms.html#IBUS-Thai-sorusi"/>
1623
 
    <function name="IBUS_Thai_sosua" link="ibus-IBusKeysyms.html#IBUS-Thai-sosua"/>
1624
 
    <function name="IBUS_Thai_hohip" link="ibus-IBusKeysyms.html#IBUS-Thai-hohip"/>
1625
 
    <function name="IBUS_Thai_lochula" link="ibus-IBusKeysyms.html#IBUS-Thai-lochula"/>
1626
 
    <function name="IBUS_Thai_oang" link="ibus-IBusKeysyms.html#IBUS-Thai-oang"/>
1627
 
    <function name="IBUS_Thai_honokhuk" link="ibus-IBusKeysyms.html#IBUS-Thai-honokhuk"/>
1628
 
    <function name="IBUS_Thai_paiyannoi" link="ibus-IBusKeysyms.html#IBUS-Thai-paiyannoi"/>
1629
 
    <function name="IBUS_Thai_saraa" link="ibus-IBusKeysyms.html#IBUS-Thai-saraa"/>
1630
 
    <function name="IBUS_Thai_maihanakat" link="ibus-IBusKeysyms.html#IBUS-Thai-maihanakat"/>
1631
 
    <function name="IBUS_Thai_saraaa" link="ibus-IBusKeysyms.html#IBUS-Thai-saraaa"/>
1632
 
    <function name="IBUS_Thai_saraam" link="ibus-IBusKeysyms.html#IBUS-Thai-saraam"/>
1633
 
    <function name="IBUS_Thai_sarai" link="ibus-IBusKeysyms.html#IBUS-Thai-sarai"/>
1634
 
    <function name="IBUS_Thai_saraii" link="ibus-IBusKeysyms.html#IBUS-Thai-saraii"/>
1635
 
    <function name="IBUS_Thai_saraue" link="ibus-IBusKeysyms.html#IBUS-Thai-saraue"/>
1636
 
    <function name="IBUS_Thai_sarauee" link="ibus-IBusKeysyms.html#IBUS-Thai-sarauee"/>
1637
 
    <function name="IBUS_Thai_sarau" link="ibus-IBusKeysyms.html#IBUS-Thai-sarau"/>
1638
 
    <function name="IBUS_Thai_sarauu" link="ibus-IBusKeysyms.html#IBUS-Thai-sarauu"/>
1639
 
    <function name="IBUS_Thai_phinthu" link="ibus-IBusKeysyms.html#IBUS-Thai-phinthu"/>
1640
 
    <function name="IBUS_Thai_maihanakat_maitho" link="ibus-IBusKeysyms.html#IBUS-Thai-maihanakat-maitho"/>
1641
 
    <function name="IBUS_Thai_baht" link="ibus-IBusKeysyms.html#IBUS-Thai-baht"/>
1642
 
    <function name="IBUS_Thai_sarae" link="ibus-IBusKeysyms.html#IBUS-Thai-sarae"/>
1643
 
    <function name="IBUS_Thai_saraae" link="ibus-IBusKeysyms.html#IBUS-Thai-saraae"/>
1644
 
    <function name="IBUS_Thai_sarao" link="ibus-IBusKeysyms.html#IBUS-Thai-sarao"/>
1645
 
    <function name="IBUS_Thai_saraaimaimuan" link="ibus-IBusKeysyms.html#IBUS-Thai-saraaimaimuan"/>
1646
 
    <function name="IBUS_Thai_saraaimaimalai" link="ibus-IBusKeysyms.html#IBUS-Thai-saraaimaimalai"/>
1647
 
    <function name="IBUS_Thai_lakkhangyao" link="ibus-IBusKeysyms.html#IBUS-Thai-lakkhangyao"/>
1648
 
    <function name="IBUS_Thai_maiyamok" link="ibus-IBusKeysyms.html#IBUS-Thai-maiyamok"/>
1649
 
    <function name="IBUS_Thai_maitaikhu" link="ibus-IBusKeysyms.html#IBUS-Thai-maitaikhu"/>
1650
 
    <function name="IBUS_Thai_maiek" link="ibus-IBusKeysyms.html#IBUS-Thai-maiek"/>
1651
 
    <function name="IBUS_Thai_maitho" link="ibus-IBusKeysyms.html#IBUS-Thai-maitho"/>
1652
 
    <function name="IBUS_Thai_maitri" link="ibus-IBusKeysyms.html#IBUS-Thai-maitri"/>
1653
 
    <function name="IBUS_Thai_maichattawa" link="ibus-IBusKeysyms.html#IBUS-Thai-maichattawa"/>
1654
 
    <function name="IBUS_Thai_thanthakhat" link="ibus-IBusKeysyms.html#IBUS-Thai-thanthakhat"/>
1655
 
    <function name="IBUS_Thai_nikhahit" link="ibus-IBusKeysyms.html#IBUS-Thai-nikhahit"/>
1656
 
    <function name="IBUS_Thai_leksun" link="ibus-IBusKeysyms.html#IBUS-Thai-leksun"/>
1657
 
    <function name="IBUS_Thai_leknung" link="ibus-IBusKeysyms.html#IBUS-Thai-leknung"/>
1658
 
    <function name="IBUS_Thai_leksong" link="ibus-IBusKeysyms.html#IBUS-Thai-leksong"/>
1659
 
    <function name="IBUS_Thai_leksam" link="ibus-IBusKeysyms.html#IBUS-Thai-leksam"/>
1660
 
    <function name="IBUS_Thai_leksi" link="ibus-IBusKeysyms.html#IBUS-Thai-leksi"/>
1661
 
    <function name="IBUS_Thai_lekha" link="ibus-IBusKeysyms.html#IBUS-Thai-lekha"/>
1662
 
    <function name="IBUS_Thai_lekhok" link="ibus-IBusKeysyms.html#IBUS-Thai-lekhok"/>
1663
 
    <function name="IBUS_Thai_lekchet" link="ibus-IBusKeysyms.html#IBUS-Thai-lekchet"/>
1664
 
    <function name="IBUS_Thai_lekpaet" link="ibus-IBusKeysyms.html#IBUS-Thai-lekpaet"/>
1665
 
    <function name="IBUS_Thai_lekkao" link="ibus-IBusKeysyms.html#IBUS-Thai-lekkao"/>
1666
 
    <function name="IBUS_Hangul" link="ibus-IBusKeysyms.html#IBUS-Hangul"/>
1667
 
    <function name="IBUS_Hangul_Start" link="ibus-IBusKeysyms.html#IBUS-Hangul-Start"/>
1668
 
    <function name="IBUS_Hangul_End" link="ibus-IBusKeysyms.html#IBUS-Hangul-End"/>
1669
 
    <function name="IBUS_Hangul_Hanja" link="ibus-IBusKeysyms.html#IBUS-Hangul-Hanja"/>
1670
 
    <function name="IBUS_Hangul_Jamo" link="ibus-IBusKeysyms.html#IBUS-Hangul-Jamo"/>
1671
 
    <function name="IBUS_Hangul_Romaja" link="ibus-IBusKeysyms.html#IBUS-Hangul-Romaja"/>
1672
 
    <function name="IBUS_Hangul_Codeinput" link="ibus-IBusKeysyms.html#IBUS-Hangul-Codeinput"/>
1673
 
    <function name="IBUS_Hangul_Jeonja" link="ibus-IBusKeysyms.html#IBUS-Hangul-Jeonja"/>
1674
 
    <function name="IBUS_Hangul_Banja" link="ibus-IBusKeysyms.html#IBUS-Hangul-Banja"/>
1675
 
    <function name="IBUS_Hangul_PreHanja" link="ibus-IBusKeysyms.html#IBUS-Hangul-PreHanja"/>
1676
 
    <function name="IBUS_Hangul_PostHanja" link="ibus-IBusKeysyms.html#IBUS-Hangul-PostHanja"/>
1677
 
    <function name="IBUS_Hangul_SingleCandidate" link="ibus-IBusKeysyms.html#IBUS-Hangul-SingleCandidate"/>
1678
 
    <function name="IBUS_Hangul_MultipleCandidate" link="ibus-IBusKeysyms.html#IBUS-Hangul-MultipleCandidate"/>
1679
 
    <function name="IBUS_Hangul_PreviousCandidate" link="ibus-IBusKeysyms.html#IBUS-Hangul-PreviousCandidate"/>
1680
 
    <function name="IBUS_Hangul_Special" link="ibus-IBusKeysyms.html#IBUS-Hangul-Special"/>
1681
 
    <function name="IBUS_Hangul_switch" link="ibus-IBusKeysyms.html#IBUS-Hangul-switch"/>
1682
 
    <function name="IBUS_Hangul_Kiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-Kiyeog"/>
1683
 
    <function name="IBUS_Hangul_SsangKiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-SsangKiyeog"/>
1684
 
    <function name="IBUS_Hangul_KiyeogSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-KiyeogSios"/>
1685
 
    <function name="IBUS_Hangul_Nieun" link="ibus-IBusKeysyms.html#IBUS-Hangul-Nieun"/>
1686
 
    <function name="IBUS_Hangul_NieunJieuj" link="ibus-IBusKeysyms.html#IBUS-Hangul-NieunJieuj"/>
1687
 
    <function name="IBUS_Hangul_NieunHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-NieunHieuh"/>
1688
 
    <function name="IBUS_Hangul_Dikeud" link="ibus-IBusKeysyms.html#IBUS-Hangul-Dikeud"/>
1689
 
    <function name="IBUS_Hangul_SsangDikeud" link="ibus-IBusKeysyms.html#IBUS-Hangul-SsangDikeud"/>
1690
 
    <function name="IBUS_Hangul_Rieul" link="ibus-IBusKeysyms.html#IBUS-Hangul-Rieul"/>
1691
 
    <function name="IBUS_Hangul_RieulKiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulKiyeog"/>
1692
 
    <function name="IBUS_Hangul_RieulMieum" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulMieum"/>
1693
 
    <function name="IBUS_Hangul_RieulPieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulPieub"/>
1694
 
    <function name="IBUS_Hangul_RieulSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulSios"/>
1695
 
    <function name="IBUS_Hangul_RieulTieut" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulTieut"/>
1696
 
    <function name="IBUS_Hangul_RieulPhieuf" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulPhieuf"/>
1697
 
    <function name="IBUS_Hangul_RieulHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulHieuh"/>
1698
 
    <function name="IBUS_Hangul_Mieum" link="ibus-IBusKeysyms.html#IBUS-Hangul-Mieum"/>
1699
 
    <function name="IBUS_Hangul_Pieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-Pieub"/>
1700
 
    <function name="IBUS_Hangul_SsangPieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-SsangPieub"/>
1701
 
    <function name="IBUS_Hangul_PieubSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-PieubSios"/>
1702
 
    <function name="IBUS_Hangul_Sios" link="ibus-IBusKeysyms.html#IBUS-Hangul-Sios"/>
1703
 
    <function name="IBUS_Hangul_SsangSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-SsangSios"/>
1704
 
    <function name="IBUS_Hangul_Ieung" link="ibus-IBusKeysyms.html#IBUS-Hangul-Ieung"/>
1705
 
    <function name="IBUS_Hangul_Jieuj" link="ibus-IBusKeysyms.html#IBUS-Hangul-Jieuj"/>
1706
 
    <function name="IBUS_Hangul_SsangJieuj" link="ibus-IBusKeysyms.html#IBUS-Hangul-SsangJieuj"/>
1707
 
    <function name="IBUS_Hangul_Cieuc" link="ibus-IBusKeysyms.html#IBUS-Hangul-Cieuc"/>
1708
 
    <function name="IBUS_Hangul_Khieuq" link="ibus-IBusKeysyms.html#IBUS-Hangul-Khieuq"/>
1709
 
    <function name="IBUS_Hangul_Tieut" link="ibus-IBusKeysyms.html#IBUS-Hangul-Tieut"/>
1710
 
    <function name="IBUS_Hangul_Phieuf" link="ibus-IBusKeysyms.html#IBUS-Hangul-Phieuf"/>
1711
 
    <function name="IBUS_Hangul_Hieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-Hieuh"/>
1712
 
    <function name="IBUS_Hangul_A" link="ibus-IBusKeysyms.html#IBUS-Hangul-A"/>
1713
 
    <function name="IBUS_Hangul_AE" link="ibus-IBusKeysyms.html#IBUS-Hangul-AE"/>
1714
 
    <function name="IBUS_Hangul_YA" link="ibus-IBusKeysyms.html#IBUS-Hangul-YA"/>
1715
 
    <function name="IBUS_Hangul_YAE" link="ibus-IBusKeysyms.html#IBUS-Hangul-YAE"/>
1716
 
    <function name="IBUS_Hangul_EO" link="ibus-IBusKeysyms.html#IBUS-Hangul-EO"/>
1717
 
    <function name="IBUS_Hangul_E" link="ibus-IBusKeysyms.html#IBUS-Hangul-E"/>
1718
 
    <function name="IBUS_Hangul_YEO" link="ibus-IBusKeysyms.html#IBUS-Hangul-YEO"/>
1719
 
    <function name="IBUS_Hangul_YE" link="ibus-IBusKeysyms.html#IBUS-Hangul-YE"/>
1720
 
    <function name="IBUS_Hangul_O" link="ibus-IBusKeysyms.html#IBUS-Hangul-O"/>
1721
 
    <function name="IBUS_Hangul_WA" link="ibus-IBusKeysyms.html#IBUS-Hangul-WA"/>
1722
 
    <function name="IBUS_Hangul_WAE" link="ibus-IBusKeysyms.html#IBUS-Hangul-WAE"/>
1723
 
    <function name="IBUS_Hangul_OE" link="ibus-IBusKeysyms.html#IBUS-Hangul-OE"/>
1724
 
    <function name="IBUS_Hangul_YO" link="ibus-IBusKeysyms.html#IBUS-Hangul-YO"/>
1725
 
    <function name="IBUS_Hangul_U" link="ibus-IBusKeysyms.html#IBUS-Hangul-U"/>
1726
 
    <function name="IBUS_Hangul_WEO" link="ibus-IBusKeysyms.html#IBUS-Hangul-WEO"/>
1727
 
    <function name="IBUS_Hangul_WE" link="ibus-IBusKeysyms.html#IBUS-Hangul-WE"/>
1728
 
    <function name="IBUS_Hangul_WI" link="ibus-IBusKeysyms.html#IBUS-Hangul-WI"/>
1729
 
    <function name="IBUS_Hangul_YU" link="ibus-IBusKeysyms.html#IBUS-Hangul-YU"/>
1730
 
    <function name="IBUS_Hangul_EU" link="ibus-IBusKeysyms.html#IBUS-Hangul-EU"/>
1731
 
    <function name="IBUS_Hangul_YI" link="ibus-IBusKeysyms.html#IBUS-Hangul-YI"/>
1732
 
    <function name="IBUS_Hangul_I" link="ibus-IBusKeysyms.html#IBUS-Hangul-I"/>
1733
 
    <function name="IBUS_Hangul_J_Kiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Kiyeog"/>
1734
 
    <function name="IBUS_Hangul_J_SsangKiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-SsangKiyeog"/>
1735
 
    <function name="IBUS_Hangul_J_KiyeogSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-KiyeogSios"/>
1736
 
    <function name="IBUS_Hangul_J_Nieun" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Nieun"/>
1737
 
    <function name="IBUS_Hangul_J_NieunJieuj" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-NieunJieuj"/>
1738
 
    <function name="IBUS_Hangul_J_NieunHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-NieunHieuh"/>
1739
 
    <function name="IBUS_Hangul_J_Dikeud" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Dikeud"/>
1740
 
    <function name="IBUS_Hangul_J_Rieul" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Rieul"/>
1741
 
    <function name="IBUS_Hangul_J_RieulKiyeog" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulKiyeog"/>
1742
 
    <function name="IBUS_Hangul_J_RieulMieum" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulMieum"/>
1743
 
    <function name="IBUS_Hangul_J_RieulPieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulPieub"/>
1744
 
    <function name="IBUS_Hangul_J_RieulSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulSios"/>
1745
 
    <function name="IBUS_Hangul_J_RieulTieut" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulTieut"/>
1746
 
    <function name="IBUS_Hangul_J_RieulPhieuf" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulPhieuf"/>
1747
 
    <function name="IBUS_Hangul_J_RieulHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-RieulHieuh"/>
1748
 
    <function name="IBUS_Hangul_J_Mieum" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Mieum"/>
1749
 
    <function name="IBUS_Hangul_J_Pieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Pieub"/>
1750
 
    <function name="IBUS_Hangul_J_PieubSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-PieubSios"/>
1751
 
    <function name="IBUS_Hangul_J_Sios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Sios"/>
1752
 
    <function name="IBUS_Hangul_J_SsangSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-SsangSios"/>
1753
 
    <function name="IBUS_Hangul_J_Ieung" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Ieung"/>
1754
 
    <function name="IBUS_Hangul_J_Jieuj" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Jieuj"/>
1755
 
    <function name="IBUS_Hangul_J_Cieuc" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Cieuc"/>
1756
 
    <function name="IBUS_Hangul_J_Khieuq" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Khieuq"/>
1757
 
    <function name="IBUS_Hangul_J_Tieut" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Tieut"/>
1758
 
    <function name="IBUS_Hangul_J_Phieuf" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Phieuf"/>
1759
 
    <function name="IBUS_Hangul_J_Hieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-Hieuh"/>
1760
 
    <function name="IBUS_Hangul_RieulYeorinHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-RieulYeorinHieuh"/>
1761
 
    <function name="IBUS_Hangul_SunkyeongeumMieum" link="ibus-IBusKeysyms.html#IBUS-Hangul-SunkyeongeumMieum"/>
1762
 
    <function name="IBUS_Hangul_SunkyeongeumPieub" link="ibus-IBusKeysyms.html#IBUS-Hangul-SunkyeongeumPieub"/>
1763
 
    <function name="IBUS_Hangul_PanSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-PanSios"/>
1764
 
    <function name="IBUS_Hangul_KkogjiDalrinIeung" link="ibus-IBusKeysyms.html#IBUS-Hangul-KkogjiDalrinIeung"/>
1765
 
    <function name="IBUS_Hangul_SunkyeongeumPhieuf" link="ibus-IBusKeysyms.html#IBUS-Hangul-SunkyeongeumPhieuf"/>
1766
 
    <function name="IBUS_Hangul_YeorinHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-YeorinHieuh"/>
1767
 
    <function name="IBUS_Hangul_AraeA" link="ibus-IBusKeysyms.html#IBUS-Hangul-AraeA"/>
1768
 
    <function name="IBUS_Hangul_AraeAE" link="ibus-IBusKeysyms.html#IBUS-Hangul-AraeAE"/>
1769
 
    <function name="IBUS_Hangul_J_PanSios" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-PanSios"/>
1770
 
    <function name="IBUS_Hangul_J_KkogjiDalrinIeung" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-KkogjiDalrinIeung"/>
1771
 
    <function name="IBUS_Hangul_J_YeorinHieuh" link="ibus-IBusKeysyms.html#IBUS-Hangul-J-YeorinHieuh"/>
1772
 
    <function name="IBUS_Korean_Won" link="ibus-IBusKeysyms.html#IBUS-Korean-Won"/>
1773
 
    <function name="IBUS_Armenian_ligature_ew" link="ibus-IBusKeysyms.html#IBUS-Armenian-ligature-ew"/>
1774
 
    <function name="IBUS_Armenian_full_stop" link="ibus-IBusKeysyms.html#IBUS-Armenian-full-stop"/>
1775
 
    <function name="IBUS_Armenian_verjaket" link="ibus-IBusKeysyms.html#IBUS-Armenian-verjaket"/>
1776
 
    <function name="IBUS_Armenian_separation_mark" link="ibus-IBusKeysyms.html#IBUS-Armenian-separation-mark"/>
1777
 
    <function name="IBUS_Armenian_but" link="ibus-IBusKeysyms.html#IBUS-Armenian-but"/>
1778
 
    <function name="IBUS_Armenian_hyphen" link="ibus-IBusKeysyms.html#IBUS-Armenian-hyphen"/>
1779
 
    <function name="IBUS_Armenian_yentamna" link="ibus-IBusKeysyms.html#IBUS-Armenian-yentamna"/>
1780
 
    <function name="IBUS_Armenian_exclam" link="ibus-IBusKeysyms.html#IBUS-Armenian-exclam"/>
1781
 
    <function name="IBUS_Armenian_amanak" link="ibus-IBusKeysyms.html#IBUS-Armenian-amanak"/>
1782
 
    <function name="IBUS_Armenian_accent" link="ibus-IBusKeysyms.html#IBUS-Armenian-accent"/>
1783
 
    <function name="IBUS_Armenian_shesht" link="ibus-IBusKeysyms.html#IBUS-Armenian-shesht"/>
1784
 
    <function name="IBUS_Armenian_question" link="ibus-IBusKeysyms.html#IBUS-Armenian-question"/>
1785
 
    <function name="IBUS_Armenian_paruyk" link="ibus-IBusKeysyms.html#IBUS-Armenian-paruyk"/>
1786
 
    <function name="IBUS_Armenian_AYB" link="ibus-IBusKeysyms.html#IBUS-Armenian-AYB"/>
1787
 
    <function name="IBUS_Armenian_ayb" link="ibus-IBusKeysyms.html#IBUS-Armenian-ayb"/>
1788
 
    <function name="IBUS_Armenian_BEN" link="ibus-IBusKeysyms.html#IBUS-Armenian-BEN"/>
1789
 
    <function name="IBUS_Armenian_ben" link="ibus-IBusKeysyms.html#IBUS-Armenian-ben"/>
1790
 
    <function name="IBUS_Armenian_GIM" link="ibus-IBusKeysyms.html#IBUS-Armenian-GIM"/>
1791
 
    <function name="IBUS_Armenian_gim" link="ibus-IBusKeysyms.html#IBUS-Armenian-gim"/>
1792
 
    <function name="IBUS_Armenian_DA" link="ibus-IBusKeysyms.html#IBUS-Armenian-DA"/>
1793
 
    <function name="IBUS_Armenian_da" link="ibus-IBusKeysyms.html#IBUS-Armenian-da"/>
1794
 
    <function name="IBUS_Armenian_YECH" link="ibus-IBusKeysyms.html#IBUS-Armenian-YECH"/>
1795
 
    <function name="IBUS_Armenian_yech" link="ibus-IBusKeysyms.html#IBUS-Armenian-yech"/>
1796
 
    <function name="IBUS_Armenian_ZA" link="ibus-IBusKeysyms.html#IBUS-Armenian-ZA"/>
1797
 
    <function name="IBUS_Armenian_za" link="ibus-IBusKeysyms.html#IBUS-Armenian-za"/>
1798
 
    <function name="IBUS_Armenian_E" link="ibus-IBusKeysyms.html#IBUS-Armenian-E"/>
1799
 
    <function name="IBUS_Armenian_e" link="ibus-IBusKeysyms.html#IBUS-Armenian-e"/>
1800
 
    <function name="IBUS_Armenian_AT" link="ibus-IBusKeysyms.html#IBUS-Armenian-AT"/>
1801
 
    <function name="IBUS_Armenian_at" link="ibus-IBusKeysyms.html#IBUS-Armenian-at"/>
1802
 
    <function name="IBUS_Armenian_TO" link="ibus-IBusKeysyms.html#IBUS-Armenian-TO"/>
1803
 
    <function name="IBUS_Armenian_to" link="ibus-IBusKeysyms.html#IBUS-Armenian-to"/>
1804
 
    <function name="IBUS_Armenian_ZHE" link="ibus-IBusKeysyms.html#IBUS-Armenian-ZHE"/>
1805
 
    <function name="IBUS_Armenian_zhe" link="ibus-IBusKeysyms.html#IBUS-Armenian-zhe"/>
1806
 
    <function name="IBUS_Armenian_INI" link="ibus-IBusKeysyms.html#IBUS-Armenian-INI"/>
1807
 
    <function name="IBUS_Armenian_ini" link="ibus-IBusKeysyms.html#IBUS-Armenian-ini"/>
1808
 
    <function name="IBUS_Armenian_LYUN" link="ibus-IBusKeysyms.html#IBUS-Armenian-LYUN"/>
1809
 
    <function name="IBUS_Armenian_lyun" link="ibus-IBusKeysyms.html#IBUS-Armenian-lyun"/>
1810
 
    <function name="IBUS_Armenian_KHE" link="ibus-IBusKeysyms.html#IBUS-Armenian-KHE"/>
1811
 
    <function name="IBUS_Armenian_khe" link="ibus-IBusKeysyms.html#IBUS-Armenian-khe"/>
1812
 
    <function name="IBUS_Armenian_TSA" link="ibus-IBusKeysyms.html#IBUS-Armenian-TSA"/>
1813
 
    <function name="IBUS_Armenian_tsa" link="ibus-IBusKeysyms.html#IBUS-Armenian-tsa"/>
1814
 
    <function name="IBUS_Armenian_KEN" link="ibus-IBusKeysyms.html#IBUS-Armenian-KEN"/>
1815
 
    <function name="IBUS_Armenian_ken" link="ibus-IBusKeysyms.html#IBUS-Armenian-ken"/>
1816
 
    <function name="IBUS_Armenian_HO" link="ibus-IBusKeysyms.html#IBUS-Armenian-HO"/>
1817
 
    <function name="IBUS_Armenian_ho" link="ibus-IBusKeysyms.html#IBUS-Armenian-ho"/>
1818
 
    <function name="IBUS_Armenian_DZA" link="ibus-IBusKeysyms.html#IBUS-Armenian-DZA"/>
1819
 
    <function name="IBUS_Armenian_dza" link="ibus-IBusKeysyms.html#IBUS-Armenian-dza"/>
1820
 
    <function name="IBUS_Armenian_GHAT" link="ibus-IBusKeysyms.html#IBUS-Armenian-GHAT"/>
1821
 
    <function name="IBUS_Armenian_ghat" link="ibus-IBusKeysyms.html#IBUS-Armenian-ghat"/>
1822
 
    <function name="IBUS_Armenian_TCHE" link="ibus-IBusKeysyms.html#IBUS-Armenian-TCHE"/>
1823
 
    <function name="IBUS_Armenian_tche" link="ibus-IBusKeysyms.html#IBUS-Armenian-tche"/>
1824
 
    <function name="IBUS_Armenian_MEN" link="ibus-IBusKeysyms.html#IBUS-Armenian-MEN"/>
1825
 
    <function name="IBUS_Armenian_men" link="ibus-IBusKeysyms.html#IBUS-Armenian-men"/>
1826
 
    <function name="IBUS_Armenian_HI" link="ibus-IBusKeysyms.html#IBUS-Armenian-HI"/>
1827
 
    <function name="IBUS_Armenian_hi" link="ibus-IBusKeysyms.html#IBUS-Armenian-hi"/>
1828
 
    <function name="IBUS_Armenian_NU" link="ibus-IBusKeysyms.html#IBUS-Armenian-NU"/>
1829
 
    <function name="IBUS_Armenian_nu" link="ibus-IBusKeysyms.html#IBUS-Armenian-nu"/>
1830
 
    <function name="IBUS_Armenian_SHA" link="ibus-IBusKeysyms.html#IBUS-Armenian-SHA"/>
1831
 
    <function name="IBUS_Armenian_sha" link="ibus-IBusKeysyms.html#IBUS-Armenian-sha"/>
1832
 
    <function name="IBUS_Armenian_VO" link="ibus-IBusKeysyms.html#IBUS-Armenian-VO"/>
1833
 
    <function name="IBUS_Armenian_vo" link="ibus-IBusKeysyms.html#IBUS-Armenian-vo"/>
1834
 
    <function name="IBUS_Armenian_CHA" link="ibus-IBusKeysyms.html#IBUS-Armenian-CHA"/>
1835
 
    <function name="IBUS_Armenian_cha" link="ibus-IBusKeysyms.html#IBUS-Armenian-cha"/>
1836
 
    <function name="IBUS_Armenian_PE" link="ibus-IBusKeysyms.html#IBUS-Armenian-PE"/>
1837
 
    <function name="IBUS_Armenian_pe" link="ibus-IBusKeysyms.html#IBUS-Armenian-pe"/>
1838
 
    <function name="IBUS_Armenian_JE" link="ibus-IBusKeysyms.html#IBUS-Armenian-JE"/>
1839
 
    <function name="IBUS_Armenian_je" link="ibus-IBusKeysyms.html#IBUS-Armenian-je"/>
1840
 
    <function name="IBUS_Armenian_RA" link="ibus-IBusKeysyms.html#IBUS-Armenian-RA"/>
1841
 
    <function name="IBUS_Armenian_ra" link="ibus-IBusKeysyms.html#IBUS-Armenian-ra"/>
1842
 
    <function name="IBUS_Armenian_SE" link="ibus-IBusKeysyms.html#IBUS-Armenian-SE"/>
1843
 
    <function name="IBUS_Armenian_se" link="ibus-IBusKeysyms.html#IBUS-Armenian-se"/>
1844
 
    <function name="IBUS_Armenian_VEV" link="ibus-IBusKeysyms.html#IBUS-Armenian-VEV"/>
1845
 
    <function name="IBUS_Armenian_vev" link="ibus-IBusKeysyms.html#IBUS-Armenian-vev"/>
1846
 
    <function name="IBUS_Armenian_TYUN" link="ibus-IBusKeysyms.html#IBUS-Armenian-TYUN"/>
1847
 
    <function name="IBUS_Armenian_tyun" link="ibus-IBusKeysyms.html#IBUS-Armenian-tyun"/>
1848
 
    <function name="IBUS_Armenian_RE" link="ibus-IBusKeysyms.html#IBUS-Armenian-RE"/>
1849
 
    <function name="IBUS_Armenian_re" link="ibus-IBusKeysyms.html#IBUS-Armenian-re"/>
1850
 
    <function name="IBUS_Armenian_TSO" link="ibus-IBusKeysyms.html#IBUS-Armenian-TSO"/>
1851
 
    <function name="IBUS_Armenian_tso" link="ibus-IBusKeysyms.html#IBUS-Armenian-tso"/>
1852
 
    <function name="IBUS_Armenian_VYUN" link="ibus-IBusKeysyms.html#IBUS-Armenian-VYUN"/>
1853
 
    <function name="IBUS_Armenian_vyun" link="ibus-IBusKeysyms.html#IBUS-Armenian-vyun"/>
1854
 
    <function name="IBUS_Armenian_PYUR" link="ibus-IBusKeysyms.html#IBUS-Armenian-PYUR"/>
1855
 
    <function name="IBUS_Armenian_pyur" link="ibus-IBusKeysyms.html#IBUS-Armenian-pyur"/>
1856
 
    <function name="IBUS_Armenian_KE" link="ibus-IBusKeysyms.html#IBUS-Armenian-KE"/>
1857
 
    <function name="IBUS_Armenian_ke" link="ibus-IBusKeysyms.html#IBUS-Armenian-ke"/>
1858
 
    <function name="IBUS_Armenian_O" link="ibus-IBusKeysyms.html#IBUS-Armenian-O"/>
1859
 
    <function name="IBUS_Armenian_o" link="ibus-IBusKeysyms.html#IBUS-Armenian-o"/>
1860
 
    <function name="IBUS_Armenian_FE" link="ibus-IBusKeysyms.html#IBUS-Armenian-FE"/>
1861
 
    <function name="IBUS_Armenian_fe" link="ibus-IBusKeysyms.html#IBUS-Armenian-fe"/>
1862
 
    <function name="IBUS_Armenian_apostrophe" link="ibus-IBusKeysyms.html#IBUS-Armenian-apostrophe"/>
1863
 
    <function name="IBUS_Georgian_an" link="ibus-IBusKeysyms.html#IBUS-Georgian-an"/>
1864
 
    <function name="IBUS_Georgian_ban" link="ibus-IBusKeysyms.html#IBUS-Georgian-ban"/>
1865
 
    <function name="IBUS_Georgian_gan" link="ibus-IBusKeysyms.html#IBUS-Georgian-gan"/>
1866
 
    <function name="IBUS_Georgian_don" link="ibus-IBusKeysyms.html#IBUS-Georgian-don"/>
1867
 
    <function name="IBUS_Georgian_en" link="ibus-IBusKeysyms.html#IBUS-Georgian-en"/>
1868
 
    <function name="IBUS_Georgian_vin" link="ibus-IBusKeysyms.html#IBUS-Georgian-vin"/>
1869
 
    <function name="IBUS_Georgian_zen" link="ibus-IBusKeysyms.html#IBUS-Georgian-zen"/>
1870
 
    <function name="IBUS_Georgian_tan" link="ibus-IBusKeysyms.html#IBUS-Georgian-tan"/>
1871
 
    <function name="IBUS_Georgian_in" link="ibus-IBusKeysyms.html#IBUS-Georgian-in"/>
1872
 
    <function name="IBUS_Georgian_kan" link="ibus-IBusKeysyms.html#IBUS-Georgian-kan"/>
1873
 
    <function name="IBUS_Georgian_las" link="ibus-IBusKeysyms.html#IBUS-Georgian-las"/>
1874
 
    <function name="IBUS_Georgian_man" link="ibus-IBusKeysyms.html#IBUS-Georgian-man"/>
1875
 
    <function name="IBUS_Georgian_nar" link="ibus-IBusKeysyms.html#IBUS-Georgian-nar"/>
1876
 
    <function name="IBUS_Georgian_on" link="ibus-IBusKeysyms.html#IBUS-Georgian-on"/>
1877
 
    <function name="IBUS_Georgian_par" link="ibus-IBusKeysyms.html#IBUS-Georgian-par"/>
1878
 
    <function name="IBUS_Georgian_zhar" link="ibus-IBusKeysyms.html#IBUS-Georgian-zhar"/>
1879
 
    <function name="IBUS_Georgian_rae" link="ibus-IBusKeysyms.html#IBUS-Georgian-rae"/>
1880
 
    <function name="IBUS_Georgian_san" link="ibus-IBusKeysyms.html#IBUS-Georgian-san"/>
1881
 
    <function name="IBUS_Georgian_tar" link="ibus-IBusKeysyms.html#IBUS-Georgian-tar"/>
1882
 
    <function name="IBUS_Georgian_un" link="ibus-IBusKeysyms.html#IBUS-Georgian-un"/>
1883
 
    <function name="IBUS_Georgian_phar" link="ibus-IBusKeysyms.html#IBUS-Georgian-phar"/>
1884
 
    <function name="IBUS_Georgian_khar" link="ibus-IBusKeysyms.html#IBUS-Georgian-khar"/>
1885
 
    <function name="IBUS_Georgian_ghan" link="ibus-IBusKeysyms.html#IBUS-Georgian-ghan"/>
1886
 
    <function name="IBUS_Georgian_qar" link="ibus-IBusKeysyms.html#IBUS-Georgian-qar"/>
1887
 
    <function name="IBUS_Georgian_shin" link="ibus-IBusKeysyms.html#IBUS-Georgian-shin"/>
1888
 
    <function name="IBUS_Georgian_chin" link="ibus-IBusKeysyms.html#IBUS-Georgian-chin"/>
1889
 
    <function name="IBUS_Georgian_can" link="ibus-IBusKeysyms.html#IBUS-Georgian-can"/>
1890
 
    <function name="IBUS_Georgian_jil" link="ibus-IBusKeysyms.html#IBUS-Georgian-jil"/>
1891
 
    <function name="IBUS_Georgian_cil" link="ibus-IBusKeysyms.html#IBUS-Georgian-cil"/>
1892
 
    <function name="IBUS_Georgian_char" link="ibus-IBusKeysyms.html#IBUS-Georgian-char"/>
1893
 
    <function name="IBUS_Georgian_xan" link="ibus-IBusKeysyms.html#IBUS-Georgian-xan"/>
1894
 
    <function name="IBUS_Georgian_jhan" link="ibus-IBusKeysyms.html#IBUS-Georgian-jhan"/>
1895
 
    <function name="IBUS_Georgian_hae" link="ibus-IBusKeysyms.html#IBUS-Georgian-hae"/>
1896
 
    <function name="IBUS_Georgian_he" link="ibus-IBusKeysyms.html#IBUS-Georgian-he"/>
1897
 
    <function name="IBUS_Georgian_hie" link="ibus-IBusKeysyms.html#IBUS-Georgian-hie"/>
1898
 
    <function name="IBUS_Georgian_we" link="ibus-IBusKeysyms.html#IBUS-Georgian-we"/>
1899
 
    <function name="IBUS_Georgian_har" link="ibus-IBusKeysyms.html#IBUS-Georgian-har"/>
1900
 
    <function name="IBUS_Georgian_hoe" link="ibus-IBusKeysyms.html#IBUS-Georgian-hoe"/>
1901
 
    <function name="IBUS_Georgian_fi" link="ibus-IBusKeysyms.html#IBUS-Georgian-fi"/>
1902
 
    <function name="IBUS_Xabovedot" link="ibus-IBusKeysyms.html#IBUS-Xabovedot"/>
1903
 
    <function name="IBUS_Ibreve" link="ibus-IBusKeysyms.html#IBUS-Ibreve"/>
1904
 
    <function name="IBUS_Zstroke" link="ibus-IBusKeysyms.html#IBUS-Zstroke"/>
1905
 
    <function name="IBUS_Gcaron" link="ibus-IBusKeysyms.html#IBUS-Gcaron"/>
1906
 
    <function name="IBUS_Ocaron" link="ibus-IBusKeysyms.html#IBUS-Ocaron"/>
1907
 
    <function name="IBUS_Obarred" link="ibus-IBusKeysyms.html#IBUS-Obarred"/>
1908
 
    <function name="IBUS_xabovedot" link="ibus-IBusKeysyms.html#IBUS-xabovedot"/>
1909
 
    <function name="IBUS_ibreve" link="ibus-IBusKeysyms.html#IBUS-ibreve"/>
1910
 
    <function name="IBUS_zstroke" link="ibus-IBusKeysyms.html#IBUS-zstroke"/>
1911
 
    <function name="IBUS_gcaron" link="ibus-IBusKeysyms.html#IBUS-gcaron"/>
1912
 
    <function name="IBUS_ocaron" link="ibus-IBusKeysyms.html#IBUS-ocaron"/>
1913
 
    <function name="IBUS_obarred" link="ibus-IBusKeysyms.html#IBUS-obarred"/>
1914
 
    <function name="IBUS_SCHWA" link="ibus-IBusKeysyms.html#IBUS-SCHWA:CAPS"/>
1915
 
    <function name="IBUS_schwa" link="ibus-IBusKeysyms.html#IBUS-schwa"/>
1916
 
    <function name="IBUS_Lbelowdot" link="ibus-IBusKeysyms.html#IBUS-Lbelowdot"/>
1917
 
    <function name="IBUS_lbelowdot" link="ibus-IBusKeysyms.html#IBUS-lbelowdot"/>
1918
 
    <function name="IBUS_Abelowdot" link="ibus-IBusKeysyms.html#IBUS-Abelowdot"/>
1919
 
    <function name="IBUS_abelowdot" link="ibus-IBusKeysyms.html#IBUS-abelowdot"/>
1920
 
    <function name="IBUS_Ahook" link="ibus-IBusKeysyms.html#IBUS-Ahook"/>
1921
 
    <function name="IBUS_ahook" link="ibus-IBusKeysyms.html#IBUS-ahook"/>
1922
 
    <function name="IBUS_Acircumflexacute" link="ibus-IBusKeysyms.html#IBUS-Acircumflexacute"/>
1923
 
    <function name="IBUS_acircumflexacute" link="ibus-IBusKeysyms.html#IBUS-acircumflexacute"/>
1924
 
    <function name="IBUS_Acircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-Acircumflexgrave"/>
1925
 
    <function name="IBUS_acircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-acircumflexgrave"/>
1926
 
    <function name="IBUS_Acircumflexhook" link="ibus-IBusKeysyms.html#IBUS-Acircumflexhook"/>
1927
 
    <function name="IBUS_acircumflexhook" link="ibus-IBusKeysyms.html#IBUS-acircumflexhook"/>
1928
 
    <function name="IBUS_Acircumflextilde" link="ibus-IBusKeysyms.html#IBUS-Acircumflextilde"/>
1929
 
    <function name="IBUS_acircumflextilde" link="ibus-IBusKeysyms.html#IBUS-acircumflextilde"/>
1930
 
    <function name="IBUS_Acircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-Acircumflexbelowdot"/>
1931
 
    <function name="IBUS_acircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-acircumflexbelowdot"/>
1932
 
    <function name="IBUS_Abreveacute" link="ibus-IBusKeysyms.html#IBUS-Abreveacute"/>
1933
 
    <function name="IBUS_abreveacute" link="ibus-IBusKeysyms.html#IBUS-abreveacute"/>
1934
 
    <function name="IBUS_Abrevegrave" link="ibus-IBusKeysyms.html#IBUS-Abrevegrave"/>
1935
 
    <function name="IBUS_abrevegrave" link="ibus-IBusKeysyms.html#IBUS-abrevegrave"/>
1936
 
    <function name="IBUS_Abrevehook" link="ibus-IBusKeysyms.html#IBUS-Abrevehook"/>
1937
 
    <function name="IBUS_abrevehook" link="ibus-IBusKeysyms.html#IBUS-abrevehook"/>
1938
 
    <function name="IBUS_Abrevetilde" link="ibus-IBusKeysyms.html#IBUS-Abrevetilde"/>
1939
 
    <function name="IBUS_abrevetilde" link="ibus-IBusKeysyms.html#IBUS-abrevetilde"/>
1940
 
    <function name="IBUS_Abrevebelowdot" link="ibus-IBusKeysyms.html#IBUS-Abrevebelowdot"/>
1941
 
    <function name="IBUS_abrevebelowdot" link="ibus-IBusKeysyms.html#IBUS-abrevebelowdot"/>
1942
 
    <function name="IBUS_Ebelowdot" link="ibus-IBusKeysyms.html#IBUS-Ebelowdot"/>
1943
 
    <function name="IBUS_ebelowdot" link="ibus-IBusKeysyms.html#IBUS-ebelowdot"/>
1944
 
    <function name="IBUS_Ehook" link="ibus-IBusKeysyms.html#IBUS-Ehook"/>
1945
 
    <function name="IBUS_ehook" link="ibus-IBusKeysyms.html#IBUS-ehook"/>
1946
 
    <function name="IBUS_Etilde" link="ibus-IBusKeysyms.html#IBUS-Etilde"/>
1947
 
    <function name="IBUS_etilde" link="ibus-IBusKeysyms.html#IBUS-etilde"/>
1948
 
    <function name="IBUS_Ecircumflexacute" link="ibus-IBusKeysyms.html#IBUS-Ecircumflexacute"/>
1949
 
    <function name="IBUS_ecircumflexacute" link="ibus-IBusKeysyms.html#IBUS-ecircumflexacute"/>
1950
 
    <function name="IBUS_Ecircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-Ecircumflexgrave"/>
1951
 
    <function name="IBUS_ecircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-ecircumflexgrave"/>
1952
 
    <function name="IBUS_Ecircumflexhook" link="ibus-IBusKeysyms.html#IBUS-Ecircumflexhook"/>
1953
 
    <function name="IBUS_ecircumflexhook" link="ibus-IBusKeysyms.html#IBUS-ecircumflexhook"/>
1954
 
    <function name="IBUS_Ecircumflextilde" link="ibus-IBusKeysyms.html#IBUS-Ecircumflextilde"/>
1955
 
    <function name="IBUS_ecircumflextilde" link="ibus-IBusKeysyms.html#IBUS-ecircumflextilde"/>
1956
 
    <function name="IBUS_Ecircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-Ecircumflexbelowdot"/>
1957
 
    <function name="IBUS_ecircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-ecircumflexbelowdot"/>
1958
 
    <function name="IBUS_Ihook" link="ibus-IBusKeysyms.html#IBUS-Ihook"/>
1959
 
    <function name="IBUS_ihook" link="ibus-IBusKeysyms.html#IBUS-ihook"/>
1960
 
    <function name="IBUS_Ibelowdot" link="ibus-IBusKeysyms.html#IBUS-Ibelowdot"/>
1961
 
    <function name="IBUS_ibelowdot" link="ibus-IBusKeysyms.html#IBUS-ibelowdot"/>
1962
 
    <function name="IBUS_Obelowdot" link="ibus-IBusKeysyms.html#IBUS-Obelowdot"/>
1963
 
    <function name="IBUS_obelowdot" link="ibus-IBusKeysyms.html#IBUS-obelowdot"/>
1964
 
    <function name="IBUS_Ohook" link="ibus-IBusKeysyms.html#IBUS-Ohook"/>
1965
 
    <function name="IBUS_ohook" link="ibus-IBusKeysyms.html#IBUS-ohook"/>
1966
 
    <function name="IBUS_Ocircumflexacute" link="ibus-IBusKeysyms.html#IBUS-Ocircumflexacute"/>
1967
 
    <function name="IBUS_ocircumflexacute" link="ibus-IBusKeysyms.html#IBUS-ocircumflexacute"/>
1968
 
    <function name="IBUS_Ocircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-Ocircumflexgrave"/>
1969
 
    <function name="IBUS_ocircumflexgrave" link="ibus-IBusKeysyms.html#IBUS-ocircumflexgrave"/>
1970
 
    <function name="IBUS_Ocircumflexhook" link="ibus-IBusKeysyms.html#IBUS-Ocircumflexhook"/>
1971
 
    <function name="IBUS_ocircumflexhook" link="ibus-IBusKeysyms.html#IBUS-ocircumflexhook"/>
1972
 
    <function name="IBUS_Ocircumflextilde" link="ibus-IBusKeysyms.html#IBUS-Ocircumflextilde"/>
1973
 
    <function name="IBUS_ocircumflextilde" link="ibus-IBusKeysyms.html#IBUS-ocircumflextilde"/>
1974
 
    <function name="IBUS_Ocircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-Ocircumflexbelowdot"/>
1975
 
    <function name="IBUS_ocircumflexbelowdot" link="ibus-IBusKeysyms.html#IBUS-ocircumflexbelowdot"/>
1976
 
    <function name="IBUS_Ohornacute" link="ibus-IBusKeysyms.html#IBUS-Ohornacute"/>
1977
 
    <function name="IBUS_ohornacute" link="ibus-IBusKeysyms.html#IBUS-ohornacute"/>
1978
 
    <function name="IBUS_Ohorngrave" link="ibus-IBusKeysyms.html#IBUS-Ohorngrave"/>
1979
 
    <function name="IBUS_ohorngrave" link="ibus-IBusKeysyms.html#IBUS-ohorngrave"/>
1980
 
    <function name="IBUS_Ohornhook" link="ibus-IBusKeysyms.html#IBUS-Ohornhook"/>
1981
 
    <function name="IBUS_ohornhook" link="ibus-IBusKeysyms.html#IBUS-ohornhook"/>
1982
 
    <function name="IBUS_Ohorntilde" link="ibus-IBusKeysyms.html#IBUS-Ohorntilde"/>
1983
 
    <function name="IBUS_ohorntilde" link="ibus-IBusKeysyms.html#IBUS-ohorntilde"/>
1984
 
    <function name="IBUS_Ohornbelowdot" link="ibus-IBusKeysyms.html#IBUS-Ohornbelowdot"/>
1985
 
    <function name="IBUS_ohornbelowdot" link="ibus-IBusKeysyms.html#IBUS-ohornbelowdot"/>
1986
 
    <function name="IBUS_Ubelowdot" link="ibus-IBusKeysyms.html#IBUS-Ubelowdot"/>
1987
 
    <function name="IBUS_ubelowdot" link="ibus-IBusKeysyms.html#IBUS-ubelowdot"/>
1988
 
    <function name="IBUS_Uhook" link="ibus-IBusKeysyms.html#IBUS-Uhook"/>
1989
 
    <function name="IBUS_uhook" link="ibus-IBusKeysyms.html#IBUS-uhook"/>
1990
 
    <function name="IBUS_Uhornacute" link="ibus-IBusKeysyms.html#IBUS-Uhornacute"/>
1991
 
    <function name="IBUS_uhornacute" link="ibus-IBusKeysyms.html#IBUS-uhornacute"/>
1992
 
    <function name="IBUS_Uhorngrave" link="ibus-IBusKeysyms.html#IBUS-Uhorngrave"/>
1993
 
    <function name="IBUS_uhorngrave" link="ibus-IBusKeysyms.html#IBUS-uhorngrave"/>
1994
 
    <function name="IBUS_Uhornhook" link="ibus-IBusKeysyms.html#IBUS-Uhornhook"/>
1995
 
    <function name="IBUS_uhornhook" link="ibus-IBusKeysyms.html#IBUS-uhornhook"/>
1996
 
    <function name="IBUS_Uhorntilde" link="ibus-IBusKeysyms.html#IBUS-Uhorntilde"/>
1997
 
    <function name="IBUS_uhorntilde" link="ibus-IBusKeysyms.html#IBUS-uhorntilde"/>
1998
 
    <function name="IBUS_Uhornbelowdot" link="ibus-IBusKeysyms.html#IBUS-Uhornbelowdot"/>
1999
 
    <function name="IBUS_uhornbelowdot" link="ibus-IBusKeysyms.html#IBUS-uhornbelowdot"/>
2000
 
    <function name="IBUS_Ybelowdot" link="ibus-IBusKeysyms.html#IBUS-Ybelowdot"/>
2001
 
    <function name="IBUS_ybelowdot" link="ibus-IBusKeysyms.html#IBUS-ybelowdot"/>
2002
 
    <function name="IBUS_Yhook" link="ibus-IBusKeysyms.html#IBUS-Yhook"/>
2003
 
    <function name="IBUS_yhook" link="ibus-IBusKeysyms.html#IBUS-yhook"/>
2004
 
    <function name="IBUS_Ytilde" link="ibus-IBusKeysyms.html#IBUS-Ytilde"/>
2005
 
    <function name="IBUS_ytilde" link="ibus-IBusKeysyms.html#IBUS-ytilde"/>
2006
 
    <function name="IBUS_Ohorn" link="ibus-IBusKeysyms.html#IBUS-Ohorn"/>
2007
 
    <function name="IBUS_ohorn" link="ibus-IBusKeysyms.html#IBUS-ohorn"/>
2008
 
    <function name="IBUS_Uhorn" link="ibus-IBusKeysyms.html#IBUS-Uhorn"/>
2009
 
    <function name="IBUS_uhorn" link="ibus-IBusKeysyms.html#IBUS-uhorn"/>
2010
 
    <function name="IBUS_EcuSign" link="ibus-IBusKeysyms.html#IBUS-EcuSign"/>
2011
 
    <function name="IBUS_ColonSign" link="ibus-IBusKeysyms.html#IBUS-ColonSign"/>
2012
 
    <function name="IBUS_CruzeiroSign" link="ibus-IBusKeysyms.html#IBUS-CruzeiroSign"/>
2013
 
    <function name="IBUS_FFrancSign" link="ibus-IBusKeysyms.html#IBUS-FFrancSign"/>
2014
 
    <function name="IBUS_LiraSign" link="ibus-IBusKeysyms.html#IBUS-LiraSign"/>
2015
 
    <function name="IBUS_MillSign" link="ibus-IBusKeysyms.html#IBUS-MillSign"/>
2016
 
    <function name="IBUS_NairaSign" link="ibus-IBusKeysyms.html#IBUS-NairaSign"/>
2017
 
    <function name="IBUS_PesetaSign" link="ibus-IBusKeysyms.html#IBUS-PesetaSign"/>
2018
 
    <function name="IBUS_RupeeSign" link="ibus-IBusKeysyms.html#IBUS-RupeeSign"/>
2019
 
    <function name="IBUS_WonSign" link="ibus-IBusKeysyms.html#IBUS-WonSign"/>
2020
 
    <function name="IBUS_NewSheqelSign" link="ibus-IBusKeysyms.html#IBUS-NewSheqelSign"/>
2021
 
    <function name="IBUS_DongSign" link="ibus-IBusKeysyms.html#IBUS-DongSign"/>
2022
 
    <function name="IBUS_EuroSign" link="ibus-IBusKeysyms.html#IBUS-EuroSign"/>
2023
 
    <function name="IBUS_zerosuperior" link="ibus-IBusKeysyms.html#IBUS-zerosuperior"/>
2024
 
    <function name="IBUS_foursuperior" link="ibus-IBusKeysyms.html#IBUS-foursuperior"/>
2025
 
    <function name="IBUS_fivesuperior" link="ibus-IBusKeysyms.html#IBUS-fivesuperior"/>
2026
 
    <function name="IBUS_sixsuperior" link="ibus-IBusKeysyms.html#IBUS-sixsuperior"/>
2027
 
    <function name="IBUS_sevensuperior" link="ibus-IBusKeysyms.html#IBUS-sevensuperior"/>
2028
 
    <function name="IBUS_eightsuperior" link="ibus-IBusKeysyms.html#IBUS-eightsuperior"/>
2029
 
    <function name="IBUS_ninesuperior" link="ibus-IBusKeysyms.html#IBUS-ninesuperior"/>
2030
 
    <function name="IBUS_zerosubscript" link="ibus-IBusKeysyms.html#IBUS-zerosubscript"/>
2031
 
    <function name="IBUS_onesubscript" link="ibus-IBusKeysyms.html#IBUS-onesubscript"/>
2032
 
    <function name="IBUS_twosubscript" link="ibus-IBusKeysyms.html#IBUS-twosubscript"/>
2033
 
    <function name="IBUS_threesubscript" link="ibus-IBusKeysyms.html#IBUS-threesubscript"/>
2034
 
    <function name="IBUS_foursubscript" link="ibus-IBusKeysyms.html#IBUS-foursubscript"/>
2035
 
    <function name="IBUS_fivesubscript" link="ibus-IBusKeysyms.html#IBUS-fivesubscript"/>
2036
 
    <function name="IBUS_sixsubscript" link="ibus-IBusKeysyms.html#IBUS-sixsubscript"/>
2037
 
    <function name="IBUS_sevensubscript" link="ibus-IBusKeysyms.html#IBUS-sevensubscript"/>
2038
 
    <function name="IBUS_eightsubscript" link="ibus-IBusKeysyms.html#IBUS-eightsubscript"/>
2039
 
    <function name="IBUS_ninesubscript" link="ibus-IBusKeysyms.html#IBUS-ninesubscript"/>
2040
 
    <function name="IBUS_partdifferential" link="ibus-IBusKeysyms.html#IBUS-partdifferential"/>
2041
 
    <function name="IBUS_emptyset" link="ibus-IBusKeysyms.html#IBUS-emptyset"/>
2042
 
    <function name="IBUS_elementof" link="ibus-IBusKeysyms.html#IBUS-elementof"/>
2043
 
    <function name="IBUS_notelementof" link="ibus-IBusKeysyms.html#IBUS-notelementof"/>
2044
 
    <function name="IBUS_containsas" link="ibus-IBusKeysyms.html#IBUS-containsas"/>
2045
 
    <function name="IBUS_squareroot" link="ibus-IBusKeysyms.html#IBUS-squareroot"/>
2046
 
    <function name="IBUS_cuberoot" link="ibus-IBusKeysyms.html#IBUS-cuberoot"/>
2047
 
    <function name="IBUS_fourthroot" link="ibus-IBusKeysyms.html#IBUS-fourthroot"/>
2048
 
    <function name="IBUS_dintegral" link="ibus-IBusKeysyms.html#IBUS-dintegral"/>
2049
 
    <function name="IBUS_tintegral" link="ibus-IBusKeysyms.html#IBUS-tintegral"/>
2050
 
    <function name="IBUS_because" link="ibus-IBusKeysyms.html#IBUS-because"/>
2051
 
    <function name="IBUS_approxeq" link="ibus-IBusKeysyms.html#IBUS-approxeq"/>
2052
 
    <function name="IBUS_notapproxeq" link="ibus-IBusKeysyms.html#IBUS-notapproxeq"/>
2053
 
    <function name="IBUS_notidentical" link="ibus-IBusKeysyms.html#IBUS-notidentical"/>
2054
 
    <function name="IBUS_stricteq" link="ibus-IBusKeysyms.html#IBUS-stricteq"/>
2055
 
    <function name="IBUS_braille_dot_1" link="ibus-IBusKeysyms.html#IBUS-braille-dot-1"/>
2056
 
    <function name="IBUS_braille_dot_2" link="ibus-IBusKeysyms.html#IBUS-braille-dot-2"/>
2057
 
    <function name="IBUS_braille_dot_3" link="ibus-IBusKeysyms.html#IBUS-braille-dot-3"/>
2058
 
    <function name="IBUS_braille_dot_4" link="ibus-IBusKeysyms.html#IBUS-braille-dot-4"/>
2059
 
    <function name="IBUS_braille_dot_5" link="ibus-IBusKeysyms.html#IBUS-braille-dot-5"/>
2060
 
    <function name="IBUS_braille_dot_6" link="ibus-IBusKeysyms.html#IBUS-braille-dot-6"/>
2061
 
    <function name="IBUS_braille_dot_7" link="ibus-IBusKeysyms.html#IBUS-braille-dot-7"/>
2062
 
    <function name="IBUS_braille_dot_8" link="ibus-IBusKeysyms.html#IBUS-braille-dot-8"/>
2063
 
    <function name="IBUS_braille_dot_9" link="ibus-IBusKeysyms.html#IBUS-braille-dot-9"/>
2064
 
    <function name="IBUS_braille_dot_10" link="ibus-IBusKeysyms.html#IBUS-braille-dot-10"/>
2065
 
    <function name="IBUS_braille_blank" link="ibus-IBusKeysyms.html#IBUS-braille-blank"/>
2066
 
    <function name="IBUS_braille_dots_1" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1"/>
2067
 
    <function name="IBUS_braille_dots_2" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2"/>
2068
 
    <function name="IBUS_braille_dots_12" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12"/>
2069
 
    <function name="IBUS_braille_dots_3" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3"/>
2070
 
    <function name="IBUS_braille_dots_13" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13"/>
2071
 
    <function name="IBUS_braille_dots_23" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23"/>
2072
 
    <function name="IBUS_braille_dots_123" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123"/>
2073
 
    <function name="IBUS_braille_dots_4" link="ibus-IBusKeysyms.html#IBUS-braille-dots-4"/>
2074
 
    <function name="IBUS_braille_dots_14" link="ibus-IBusKeysyms.html#IBUS-braille-dots-14"/>
2075
 
    <function name="IBUS_braille_dots_24" link="ibus-IBusKeysyms.html#IBUS-braille-dots-24"/>
2076
 
    <function name="IBUS_braille_dots_124" link="ibus-IBusKeysyms.html#IBUS-braille-dots-124"/>
2077
 
    <function name="IBUS_braille_dots_34" link="ibus-IBusKeysyms.html#IBUS-braille-dots-34"/>
2078
 
    <function name="IBUS_braille_dots_134" link="ibus-IBusKeysyms.html#IBUS-braille-dots-134"/>
2079
 
    <function name="IBUS_braille_dots_234" link="ibus-IBusKeysyms.html#IBUS-braille-dots-234"/>
2080
 
    <function name="IBUS_braille_dots_1234" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1234"/>
2081
 
    <function name="IBUS_braille_dots_5" link="ibus-IBusKeysyms.html#IBUS-braille-dots-5"/>
2082
 
    <function name="IBUS_braille_dots_15" link="ibus-IBusKeysyms.html#IBUS-braille-dots-15"/>
2083
 
    <function name="IBUS_braille_dots_25" link="ibus-IBusKeysyms.html#IBUS-braille-dots-25"/>
2084
 
    <function name="IBUS_braille_dots_125" link="ibus-IBusKeysyms.html#IBUS-braille-dots-125"/>
2085
 
    <function name="IBUS_braille_dots_35" link="ibus-IBusKeysyms.html#IBUS-braille-dots-35"/>
2086
 
    <function name="IBUS_braille_dots_135" link="ibus-IBusKeysyms.html#IBUS-braille-dots-135"/>
2087
 
    <function name="IBUS_braille_dots_235" link="ibus-IBusKeysyms.html#IBUS-braille-dots-235"/>
2088
 
    <function name="IBUS_braille_dots_1235" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1235"/>
2089
 
    <function name="IBUS_braille_dots_45" link="ibus-IBusKeysyms.html#IBUS-braille-dots-45"/>
2090
 
    <function name="IBUS_braille_dots_145" link="ibus-IBusKeysyms.html#IBUS-braille-dots-145"/>
2091
 
    <function name="IBUS_braille_dots_245" link="ibus-IBusKeysyms.html#IBUS-braille-dots-245"/>
2092
 
    <function name="IBUS_braille_dots_1245" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1245"/>
2093
 
    <function name="IBUS_braille_dots_345" link="ibus-IBusKeysyms.html#IBUS-braille-dots-345"/>
2094
 
    <function name="IBUS_braille_dots_1345" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1345"/>
2095
 
    <function name="IBUS_braille_dots_2345" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2345"/>
2096
 
    <function name="IBUS_braille_dots_12345" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12345"/>
2097
 
    <function name="IBUS_braille_dots_6" link="ibus-IBusKeysyms.html#IBUS-braille-dots-6"/>
2098
 
    <function name="IBUS_braille_dots_16" link="ibus-IBusKeysyms.html#IBUS-braille-dots-16"/>
2099
 
    <function name="IBUS_braille_dots_26" link="ibus-IBusKeysyms.html#IBUS-braille-dots-26"/>
2100
 
    <function name="IBUS_braille_dots_126" link="ibus-IBusKeysyms.html#IBUS-braille-dots-126"/>
2101
 
    <function name="IBUS_braille_dots_36" link="ibus-IBusKeysyms.html#IBUS-braille-dots-36"/>
2102
 
    <function name="IBUS_braille_dots_136" link="ibus-IBusKeysyms.html#IBUS-braille-dots-136"/>
2103
 
    <function name="IBUS_braille_dots_236" link="ibus-IBusKeysyms.html#IBUS-braille-dots-236"/>
2104
 
    <function name="IBUS_braille_dots_1236" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1236"/>
2105
 
    <function name="IBUS_braille_dots_46" link="ibus-IBusKeysyms.html#IBUS-braille-dots-46"/>
2106
 
    <function name="IBUS_braille_dots_146" link="ibus-IBusKeysyms.html#IBUS-braille-dots-146"/>
2107
 
    <function name="IBUS_braille_dots_246" link="ibus-IBusKeysyms.html#IBUS-braille-dots-246"/>
2108
 
    <function name="IBUS_braille_dots_1246" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1246"/>
2109
 
    <function name="IBUS_braille_dots_346" link="ibus-IBusKeysyms.html#IBUS-braille-dots-346"/>
2110
 
    <function name="IBUS_braille_dots_1346" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1346"/>
2111
 
    <function name="IBUS_braille_dots_2346" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2346"/>
2112
 
    <function name="IBUS_braille_dots_12346" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12346"/>
2113
 
    <function name="IBUS_braille_dots_56" link="ibus-IBusKeysyms.html#IBUS-braille-dots-56"/>
2114
 
    <function name="IBUS_braille_dots_156" link="ibus-IBusKeysyms.html#IBUS-braille-dots-156"/>
2115
 
    <function name="IBUS_braille_dots_256" link="ibus-IBusKeysyms.html#IBUS-braille-dots-256"/>
2116
 
    <function name="IBUS_braille_dots_1256" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1256"/>
2117
 
    <function name="IBUS_braille_dots_356" link="ibus-IBusKeysyms.html#IBUS-braille-dots-356"/>
2118
 
    <function name="IBUS_braille_dots_1356" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1356"/>
2119
 
    <function name="IBUS_braille_dots_2356" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2356"/>
2120
 
    <function name="IBUS_braille_dots_12356" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12356"/>
2121
 
    <function name="IBUS_braille_dots_456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-456"/>
2122
 
    <function name="IBUS_braille_dots_1456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1456"/>
2123
 
    <function name="IBUS_braille_dots_2456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2456"/>
2124
 
    <function name="IBUS_braille_dots_12456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12456"/>
2125
 
    <function name="IBUS_braille_dots_3456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3456"/>
2126
 
    <function name="IBUS_braille_dots_13456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13456"/>
2127
 
    <function name="IBUS_braille_dots_23456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23456"/>
2128
 
    <function name="IBUS_braille_dots_123456" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123456"/>
2129
 
    <function name="IBUS_braille_dots_7" link="ibus-IBusKeysyms.html#IBUS-braille-dots-7"/>
2130
 
    <function name="IBUS_braille_dots_17" link="ibus-IBusKeysyms.html#IBUS-braille-dots-17"/>
2131
 
    <function name="IBUS_braille_dots_27" link="ibus-IBusKeysyms.html#IBUS-braille-dots-27"/>
2132
 
    <function name="IBUS_braille_dots_127" link="ibus-IBusKeysyms.html#IBUS-braille-dots-127"/>
2133
 
    <function name="IBUS_braille_dots_37" link="ibus-IBusKeysyms.html#IBUS-braille-dots-37"/>
2134
 
    <function name="IBUS_braille_dots_137" link="ibus-IBusKeysyms.html#IBUS-braille-dots-137"/>
2135
 
    <function name="IBUS_braille_dots_237" link="ibus-IBusKeysyms.html#IBUS-braille-dots-237"/>
2136
 
    <function name="IBUS_braille_dots_1237" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1237"/>
2137
 
    <function name="IBUS_braille_dots_47" link="ibus-IBusKeysyms.html#IBUS-braille-dots-47"/>
2138
 
    <function name="IBUS_braille_dots_147" link="ibus-IBusKeysyms.html#IBUS-braille-dots-147"/>
2139
 
    <function name="IBUS_braille_dots_247" link="ibus-IBusKeysyms.html#IBUS-braille-dots-247"/>
2140
 
    <function name="IBUS_braille_dots_1247" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1247"/>
2141
 
    <function name="IBUS_braille_dots_347" link="ibus-IBusKeysyms.html#IBUS-braille-dots-347"/>
2142
 
    <function name="IBUS_braille_dots_1347" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1347"/>
2143
 
    <function name="IBUS_braille_dots_2347" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2347"/>
2144
 
    <function name="IBUS_braille_dots_12347" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12347"/>
2145
 
    <function name="IBUS_braille_dots_57" link="ibus-IBusKeysyms.html#IBUS-braille-dots-57"/>
2146
 
    <function name="IBUS_braille_dots_157" link="ibus-IBusKeysyms.html#IBUS-braille-dots-157"/>
2147
 
    <function name="IBUS_braille_dots_257" link="ibus-IBusKeysyms.html#IBUS-braille-dots-257"/>
2148
 
    <function name="IBUS_braille_dots_1257" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1257"/>
2149
 
    <function name="IBUS_braille_dots_357" link="ibus-IBusKeysyms.html#IBUS-braille-dots-357"/>
2150
 
    <function name="IBUS_braille_dots_1357" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1357"/>
2151
 
    <function name="IBUS_braille_dots_2357" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2357"/>
2152
 
    <function name="IBUS_braille_dots_12357" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12357"/>
2153
 
    <function name="IBUS_braille_dots_457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-457"/>
2154
 
    <function name="IBUS_braille_dots_1457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1457"/>
2155
 
    <function name="IBUS_braille_dots_2457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2457"/>
2156
 
    <function name="IBUS_braille_dots_12457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12457"/>
2157
 
    <function name="IBUS_braille_dots_3457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3457"/>
2158
 
    <function name="IBUS_braille_dots_13457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13457"/>
2159
 
    <function name="IBUS_braille_dots_23457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23457"/>
2160
 
    <function name="IBUS_braille_dots_123457" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123457"/>
2161
 
    <function name="IBUS_braille_dots_67" link="ibus-IBusKeysyms.html#IBUS-braille-dots-67"/>
2162
 
    <function name="IBUS_braille_dots_167" link="ibus-IBusKeysyms.html#IBUS-braille-dots-167"/>
2163
 
    <function name="IBUS_braille_dots_267" link="ibus-IBusKeysyms.html#IBUS-braille-dots-267"/>
2164
 
    <function name="IBUS_braille_dots_1267" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1267"/>
2165
 
    <function name="IBUS_braille_dots_367" link="ibus-IBusKeysyms.html#IBUS-braille-dots-367"/>
2166
 
    <function name="IBUS_braille_dots_1367" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1367"/>
2167
 
    <function name="IBUS_braille_dots_2367" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2367"/>
2168
 
    <function name="IBUS_braille_dots_12367" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12367"/>
2169
 
    <function name="IBUS_braille_dots_467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-467"/>
2170
 
    <function name="IBUS_braille_dots_1467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1467"/>
2171
 
    <function name="IBUS_braille_dots_2467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2467"/>
2172
 
    <function name="IBUS_braille_dots_12467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12467"/>
2173
 
    <function name="IBUS_braille_dots_3467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3467"/>
2174
 
    <function name="IBUS_braille_dots_13467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13467"/>
2175
 
    <function name="IBUS_braille_dots_23467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23467"/>
2176
 
    <function name="IBUS_braille_dots_123467" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123467"/>
2177
 
    <function name="IBUS_braille_dots_567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-567"/>
2178
 
    <function name="IBUS_braille_dots_1567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1567"/>
2179
 
    <function name="IBUS_braille_dots_2567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2567"/>
2180
 
    <function name="IBUS_braille_dots_12567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12567"/>
2181
 
    <function name="IBUS_braille_dots_3567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3567"/>
2182
 
    <function name="IBUS_braille_dots_13567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13567"/>
2183
 
    <function name="IBUS_braille_dots_23567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23567"/>
2184
 
    <function name="IBUS_braille_dots_123567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123567"/>
2185
 
    <function name="IBUS_braille_dots_4567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-4567"/>
2186
 
    <function name="IBUS_braille_dots_14567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-14567"/>
2187
 
    <function name="IBUS_braille_dots_24567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-24567"/>
2188
 
    <function name="IBUS_braille_dots_124567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-124567"/>
2189
 
    <function name="IBUS_braille_dots_34567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-34567"/>
2190
 
    <function name="IBUS_braille_dots_134567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-134567"/>
2191
 
    <function name="IBUS_braille_dots_234567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-234567"/>
2192
 
    <function name="IBUS_braille_dots_1234567" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1234567"/>
2193
 
    <function name="IBUS_braille_dots_8" link="ibus-IBusKeysyms.html#IBUS-braille-dots-8"/>
2194
 
    <function name="IBUS_braille_dots_18" link="ibus-IBusKeysyms.html#IBUS-braille-dots-18"/>
2195
 
    <function name="IBUS_braille_dots_28" link="ibus-IBusKeysyms.html#IBUS-braille-dots-28"/>
2196
 
    <function name="IBUS_braille_dots_128" link="ibus-IBusKeysyms.html#IBUS-braille-dots-128"/>
2197
 
    <function name="IBUS_braille_dots_38" link="ibus-IBusKeysyms.html#IBUS-braille-dots-38"/>
2198
 
    <function name="IBUS_braille_dots_138" link="ibus-IBusKeysyms.html#IBUS-braille-dots-138"/>
2199
 
    <function name="IBUS_braille_dots_238" link="ibus-IBusKeysyms.html#IBUS-braille-dots-238"/>
2200
 
    <function name="IBUS_braille_dots_1238" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1238"/>
2201
 
    <function name="IBUS_braille_dots_48" link="ibus-IBusKeysyms.html#IBUS-braille-dots-48"/>
2202
 
    <function name="IBUS_braille_dots_148" link="ibus-IBusKeysyms.html#IBUS-braille-dots-148"/>
2203
 
    <function name="IBUS_braille_dots_248" link="ibus-IBusKeysyms.html#IBUS-braille-dots-248"/>
2204
 
    <function name="IBUS_braille_dots_1248" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1248"/>
2205
 
    <function name="IBUS_braille_dots_348" link="ibus-IBusKeysyms.html#IBUS-braille-dots-348"/>
2206
 
    <function name="IBUS_braille_dots_1348" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1348"/>
2207
 
    <function name="IBUS_braille_dots_2348" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2348"/>
2208
 
    <function name="IBUS_braille_dots_12348" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12348"/>
2209
 
    <function name="IBUS_braille_dots_58" link="ibus-IBusKeysyms.html#IBUS-braille-dots-58"/>
2210
 
    <function name="IBUS_braille_dots_158" link="ibus-IBusKeysyms.html#IBUS-braille-dots-158"/>
2211
 
    <function name="IBUS_braille_dots_258" link="ibus-IBusKeysyms.html#IBUS-braille-dots-258"/>
2212
 
    <function name="IBUS_braille_dots_1258" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1258"/>
2213
 
    <function name="IBUS_braille_dots_358" link="ibus-IBusKeysyms.html#IBUS-braille-dots-358"/>
2214
 
    <function name="IBUS_braille_dots_1358" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1358"/>
2215
 
    <function name="IBUS_braille_dots_2358" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2358"/>
2216
 
    <function name="IBUS_braille_dots_12358" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12358"/>
2217
 
    <function name="IBUS_braille_dots_458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-458"/>
2218
 
    <function name="IBUS_braille_dots_1458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1458"/>
2219
 
    <function name="IBUS_braille_dots_2458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2458"/>
2220
 
    <function name="IBUS_braille_dots_12458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12458"/>
2221
 
    <function name="IBUS_braille_dots_3458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3458"/>
2222
 
    <function name="IBUS_braille_dots_13458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13458"/>
2223
 
    <function name="IBUS_braille_dots_23458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23458"/>
2224
 
    <function name="IBUS_braille_dots_123458" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123458"/>
2225
 
    <function name="IBUS_braille_dots_68" link="ibus-IBusKeysyms.html#IBUS-braille-dots-68"/>
2226
 
    <function name="IBUS_braille_dots_168" link="ibus-IBusKeysyms.html#IBUS-braille-dots-168"/>
2227
 
    <function name="IBUS_braille_dots_268" link="ibus-IBusKeysyms.html#IBUS-braille-dots-268"/>
2228
 
    <function name="IBUS_braille_dots_1268" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1268"/>
2229
 
    <function name="IBUS_braille_dots_368" link="ibus-IBusKeysyms.html#IBUS-braille-dots-368"/>
2230
 
    <function name="IBUS_braille_dots_1368" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1368"/>
2231
 
    <function name="IBUS_braille_dots_2368" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2368"/>
2232
 
    <function name="IBUS_braille_dots_12368" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12368"/>
2233
 
    <function name="IBUS_braille_dots_468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-468"/>
2234
 
    <function name="IBUS_braille_dots_1468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1468"/>
2235
 
    <function name="IBUS_braille_dots_2468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2468"/>
2236
 
    <function name="IBUS_braille_dots_12468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12468"/>
2237
 
    <function name="IBUS_braille_dots_3468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3468"/>
2238
 
    <function name="IBUS_braille_dots_13468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13468"/>
2239
 
    <function name="IBUS_braille_dots_23468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23468"/>
2240
 
    <function name="IBUS_braille_dots_123468" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123468"/>
2241
 
    <function name="IBUS_braille_dots_568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-568"/>
2242
 
    <function name="IBUS_braille_dots_1568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1568"/>
2243
 
    <function name="IBUS_braille_dots_2568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2568"/>
2244
 
    <function name="IBUS_braille_dots_12568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12568"/>
2245
 
    <function name="IBUS_braille_dots_3568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3568"/>
2246
 
    <function name="IBUS_braille_dots_13568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13568"/>
2247
 
    <function name="IBUS_braille_dots_23568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23568"/>
2248
 
    <function name="IBUS_braille_dots_123568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123568"/>
2249
 
    <function name="IBUS_braille_dots_4568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-4568"/>
2250
 
    <function name="IBUS_braille_dots_14568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-14568"/>
2251
 
    <function name="IBUS_braille_dots_24568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-24568"/>
2252
 
    <function name="IBUS_braille_dots_124568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-124568"/>
2253
 
    <function name="IBUS_braille_dots_34568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-34568"/>
2254
 
    <function name="IBUS_braille_dots_134568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-134568"/>
2255
 
    <function name="IBUS_braille_dots_234568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-234568"/>
2256
 
    <function name="IBUS_braille_dots_1234568" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1234568"/>
2257
 
    <function name="IBUS_braille_dots_78" link="ibus-IBusKeysyms.html#IBUS-braille-dots-78"/>
2258
 
    <function name="IBUS_braille_dots_178" link="ibus-IBusKeysyms.html#IBUS-braille-dots-178"/>
2259
 
    <function name="IBUS_braille_dots_278" link="ibus-IBusKeysyms.html#IBUS-braille-dots-278"/>
2260
 
    <function name="IBUS_braille_dots_1278" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1278"/>
2261
 
    <function name="IBUS_braille_dots_378" link="ibus-IBusKeysyms.html#IBUS-braille-dots-378"/>
2262
 
    <function name="IBUS_braille_dots_1378" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1378"/>
2263
 
    <function name="IBUS_braille_dots_2378" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2378"/>
2264
 
    <function name="IBUS_braille_dots_12378" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12378"/>
2265
 
    <function name="IBUS_braille_dots_478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-478"/>
2266
 
    <function name="IBUS_braille_dots_1478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1478"/>
2267
 
    <function name="IBUS_braille_dots_2478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2478"/>
2268
 
    <function name="IBUS_braille_dots_12478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12478"/>
2269
 
    <function name="IBUS_braille_dots_3478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3478"/>
2270
 
    <function name="IBUS_braille_dots_13478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13478"/>
2271
 
    <function name="IBUS_braille_dots_23478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23478"/>
2272
 
    <function name="IBUS_braille_dots_123478" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123478"/>
2273
 
    <function name="IBUS_braille_dots_578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-578"/>
2274
 
    <function name="IBUS_braille_dots_1578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1578"/>
2275
 
    <function name="IBUS_braille_dots_2578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2578"/>
2276
 
    <function name="IBUS_braille_dots_12578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12578"/>
2277
 
    <function name="IBUS_braille_dots_3578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3578"/>
2278
 
    <function name="IBUS_braille_dots_13578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13578"/>
2279
 
    <function name="IBUS_braille_dots_23578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23578"/>
2280
 
    <function name="IBUS_braille_dots_123578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123578"/>
2281
 
    <function name="IBUS_braille_dots_4578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-4578"/>
2282
 
    <function name="IBUS_braille_dots_14578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-14578"/>
2283
 
    <function name="IBUS_braille_dots_24578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-24578"/>
2284
 
    <function name="IBUS_braille_dots_124578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-124578"/>
2285
 
    <function name="IBUS_braille_dots_34578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-34578"/>
2286
 
    <function name="IBUS_braille_dots_134578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-134578"/>
2287
 
    <function name="IBUS_braille_dots_234578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-234578"/>
2288
 
    <function name="IBUS_braille_dots_1234578" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1234578"/>
2289
 
    <function name="IBUS_braille_dots_678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-678"/>
2290
 
    <function name="IBUS_braille_dots_1678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1678"/>
2291
 
    <function name="IBUS_braille_dots_2678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2678"/>
2292
 
    <function name="IBUS_braille_dots_12678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12678"/>
2293
 
    <function name="IBUS_braille_dots_3678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-3678"/>
2294
 
    <function name="IBUS_braille_dots_13678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-13678"/>
2295
 
    <function name="IBUS_braille_dots_23678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-23678"/>
2296
 
    <function name="IBUS_braille_dots_123678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-123678"/>
2297
 
    <function name="IBUS_braille_dots_4678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-4678"/>
2298
 
    <function name="IBUS_braille_dots_14678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-14678"/>
2299
 
    <function name="IBUS_braille_dots_24678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-24678"/>
2300
 
    <function name="IBUS_braille_dots_124678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-124678"/>
2301
 
    <function name="IBUS_braille_dots_34678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-34678"/>
2302
 
    <function name="IBUS_braille_dots_134678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-134678"/>
2303
 
    <function name="IBUS_braille_dots_234678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-234678"/>
2304
 
    <function name="IBUS_braille_dots_1234678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1234678"/>
2305
 
    <function name="IBUS_braille_dots_5678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-5678"/>
2306
 
    <function name="IBUS_braille_dots_15678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-15678"/>
2307
 
    <function name="IBUS_braille_dots_25678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-25678"/>
2308
 
    <function name="IBUS_braille_dots_125678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-125678"/>
2309
 
    <function name="IBUS_braille_dots_35678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-35678"/>
2310
 
    <function name="IBUS_braille_dots_135678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-135678"/>
2311
 
    <function name="IBUS_braille_dots_235678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-235678"/>
2312
 
    <function name="IBUS_braille_dots_1235678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1235678"/>
2313
 
    <function name="IBUS_braille_dots_45678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-45678"/>
2314
 
    <function name="IBUS_braille_dots_145678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-145678"/>
2315
 
    <function name="IBUS_braille_dots_245678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-245678"/>
2316
 
    <function name="IBUS_braille_dots_1245678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1245678"/>
2317
 
    <function name="IBUS_braille_dots_345678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-345678"/>
2318
 
    <function name="IBUS_braille_dots_1345678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-1345678"/>
2319
 
    <function name="IBUS_braille_dots_2345678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-2345678"/>
2320
 
    <function name="IBUS_braille_dots_12345678" link="ibus-IBusKeysyms.html#IBUS-braille-dots-12345678"/>
2321
 
    <function name="struct IBusConfig" link="IBusConfig.html#IBusConfig-struct"/>
2322
 
    <function name="struct IBusConfigClass" link="IBusConfig.html#IBusConfigClass"/>
2323
 
    <function name="ibus_config_new ()" link="IBusConfig.html#ibus-config-new"/>
2324
 
    <function name="ibus_config_new_async ()" link="IBusConfig.html#ibus-config-new-async"/>
2325
 
    <function name="ibus_config_new_async_finish ()" link="IBusConfig.html#ibus-config-new-async-finish"/>
2326
 
    <function name="ibus_config_get_value ()" link="IBusConfig.html#ibus-config-get-value"/>
2327
 
    <function name="ibus_config_get_value_async ()" link="IBusConfig.html#ibus-config-get-value-async"/>
2328
 
    <function name="ibus_config_get_value_async_finish ()" link="IBusConfig.html#ibus-config-get-value-async-finish"/>
2329
 
    <function name="ibus_config_get_values ()" link="IBusConfig.html#ibus-config-get-values"/>
2330
 
    <function name="ibus_config_get_values_async ()" link="IBusConfig.html#ibus-config-get-values-async"/>
2331
 
    <function name="ibus_config_get_values_async_finish ()" link="IBusConfig.html#ibus-config-get-values-async-finish"/>
2332
 
    <function name="ibus_config_set_value ()" link="IBusConfig.html#ibus-config-set-value"/>
2333
 
    <function name="ibus_config_set_value_async ()" link="IBusConfig.html#ibus-config-set-value-async"/>
2334
 
    <function name="ibus_config_set_value_async_finish ()" link="IBusConfig.html#ibus-config-set-value-async-finish"/>
2335
 
    <function name="ibus_config_unset ()" link="IBusConfig.html#ibus-config-unset"/>
2336
 
    <function name="The &quot;value-changed&quot; signal" link="IBusConfig.html#IBusConfig-value-changed"/>
2337
 
    <function name="struct IBusConfigService" link="IBusConfigService.html#IBusConfigService-struct"/>
2338
 
    <function name="struct IBusConfigServiceClass" link="IBusConfigService.html#IBusConfigServiceClass"/>
2339
 
    <function name="ibus_config_service_new ()" link="IBusConfigService.html#ibus-config-service-new"/>
2340
 
    <function name="ibus_config_service_value_changed ()" link="IBusConfigService.html#ibus-config-service-value-changed"/>
2341
 
    <function name="struct IBusObservedPath" link="IBusObservedPath.html#IBusObservedPath-struct"/>
2342
 
    <function name="struct IBusObservedPathClass" link="IBusObservedPath.html#IBusObservedPathClass"/>
2343
 
    <function name="ibus_observed_path_new_from_xml_node ()" link="IBusObservedPath.html#ibus-observed-path-new-from-xml-node"/>
2344
 
    <function name="ibus_observed_path_new ()" link="IBusObservedPath.html#ibus-observed-path-new"/>
2345
 
    <function name="ibus_observed_path_traverse ()" link="IBusObservedPath.html#ibus-observed-path-traverse"/>
2346
 
    <function name="ibus_observed_path_check_modification ()" link="IBusObservedPath.html#ibus-observed-path-check-modification"/>
2347
 
    <function name="ibus_observed_path_output ()" link="IBusObservedPath.html#ibus-observed-path-output"/>
2348
 
    <function name="IBUS_MAJOR_VERSION" link="ibus-ibusversion.html#IBUS-MAJOR-VERSION:CAPS"/>
2349
 
    <function name="IBUS_MINOR_VERSION" link="ibus-ibusversion.html#IBUS-MINOR-VERSION:CAPS"/>
2350
 
    <function name="IBUS_MICRO_VERSION" link="ibus-ibusversion.html#IBUS-MICRO-VERSION:CAPS"/>
2351
 
    <function name="IBUS_CHECK_VERSION()" link="ibus-ibusversion.html#IBUS-CHECK-VERSION:CAPS"/>
2352
 
    <function name="XMLNode" link="ibus-ibusxml.html#XMLNode"/>
2353
 
    <function name="ibus_xml_parse_file ()" link="ibus-ibusxml.html#ibus-xml-parse-file"/>
2354
 
    <function name="ibus_xml_parse_buffer ()" link="ibus-ibusxml.html#ibus-xml-parse-buffer"/>
2355
 
    <function name="ibus_xml_free ()" link="ibus-ibusxml.html#ibus-xml-free"/>
2356
 
    <function name="ibus_xml_output ()" link="ibus-ibusxml.html#ibus-xml-output"/>
2357
 
    <function name="struct IBusBus" link="IBusBus.html#IBusBus-struct"/>
2358
 
    <function name="struct IBusBusClass" link="IBusBus.html#IBusBusClass"/>
2359
 
    <function name="ibus_bus_new ()" link="IBusBus.html#ibus-bus-new"/>
2360
 
    <function name="ibus_bus_is_connected ()" link="IBusBus.html#ibus-bus-is-connected"/>
2361
 
    <function name="ibus_bus_get_connection ()" link="IBusBus.html#ibus-bus-get-connection"/>
2362
 
    <function name="ibus_bus_hello ()" link="IBusBus.html#ibus-bus-hello"/>
2363
 
    <function name="ibus_bus_request_name ()" link="IBusBus.html#ibus-bus-request-name"/>
2364
 
    <function name="ibus_bus_request_name_async ()" link="IBusBus.html#ibus-bus-request-name-async"/>
2365
 
    <function name="ibus_bus_request_name_async_finish ()" link="IBusBus.html#ibus-bus-request-name-async-finish"/>
2366
 
    <function name="ibus_bus_release_name ()" link="IBusBus.html#ibus-bus-release-name"/>
2367
 
    <function name="ibus_bus_release_name_async ()" link="IBusBus.html#ibus-bus-release-name-async"/>
2368
 
    <function name="ibus_bus_release_name_async_finish ()" link="IBusBus.html#ibus-bus-release-name-async-finish"/>
2369
 
    <function name="ibus_bus_list_queued_owners ()" link="IBusBus.html#ibus-bus-list-queued-owners"/>
2370
 
    <function name="ibus_bus_name_has_owner ()" link="IBusBus.html#ibus-bus-name-has-owner"/>
2371
 
    <function name="ibus_bus_name_has_owner_async ()" link="IBusBus.html#ibus-bus-name-has-owner-async"/>
2372
 
    <function name="ibus_bus_name_has_owner_async_finish ()" link="IBusBus.html#ibus-bus-name-has-owner-async-finish"/>
2373
 
    <function name="ibus_bus_list_names ()" link="IBusBus.html#ibus-bus-list-names"/>
2374
 
    <function name="ibus_bus_add_match ()" link="IBusBus.html#ibus-bus-add-match"/>
2375
 
    <function name="ibus_bus_add_match_async ()" link="IBusBus.html#ibus-bus-add-match-async"/>
2376
 
    <function name="ibus_bus_add_match_async_finish ()" link="IBusBus.html#ibus-bus-add-match-async-finish"/>
2377
 
    <function name="ibus_bus_remove_match ()" link="IBusBus.html#ibus-bus-remove-match"/>
2378
 
    <function name="ibus_bus_remove_match_async ()" link="IBusBus.html#ibus-bus-remove-match-async"/>
2379
 
    <function name="ibus_bus_remove_match_async_finish ()" link="IBusBus.html#ibus-bus-remove-match-async-finish"/>
2380
 
    <function name="ibus_bus_get_name_owner ()" link="IBusBus.html#ibus-bus-get-name-owner"/>
2381
 
    <function name="ibus_bus_get_name_owner_async ()" link="IBusBus.html#ibus-bus-get-name-owner-async"/>
2382
 
    <function name="ibus_bus_get_name_owner_async_finish ()" link="IBusBus.html#ibus-bus-get-name-owner-async-finish"/>
2383
 
    <function name="ibus_bus_exit ()" link="IBusBus.html#ibus-bus-exit"/>
2384
 
    <function name="ibus_bus_exit_async ()" link="IBusBus.html#ibus-bus-exit-async"/>
2385
 
    <function name="ibus_bus_exit_async_finish ()" link="IBusBus.html#ibus-bus-exit-async-finish"/>
2386
 
    <function name="ibus_bus_create_input_context ()" link="IBusBus.html#ibus-bus-create-input-context"/>
2387
 
    <function name="ibus_bus_create_input_context_async ()" link="IBusBus.html#ibus-bus-create-input-context-async"/>
2388
 
    <function name="ibus_bus_create_input_context_async_finish ()" link="IBusBus.html#ibus-bus-create-input-context-async-finish"/>
2389
 
    <function name="ibus_bus_current_input_context ()" link="IBusBus.html#ibus-bus-current-input-context"/>
2390
 
    <function name="ibus_bus_current_input_context_async ()" link="IBusBus.html#ibus-bus-current-input-context-async"/>
2391
 
    <function name="ibus_bus_current_input_context_async_finish ()" link="IBusBus.html#ibus-bus-current-input-context-async-finish"/>
2392
 
    <function name="ibus_bus_register_component ()" link="IBusBus.html#ibus-bus-register-component"/>
2393
 
    <function name="ibus_bus_register_component_async ()" link="IBusBus.html#ibus-bus-register-component-async"/>
2394
 
    <function name="ibus_bus_register_component_async_finish ()" link="IBusBus.html#ibus-bus-register-component-async-finish"/>
2395
 
    <function name="ibus_bus_list_engines ()" link="IBusBus.html#ibus-bus-list-engines"/>
2396
 
    <function name="ibus_bus_list_engines_async ()" link="IBusBus.html#ibus-bus-list-engines-async"/>
2397
 
    <function name="ibus_bus_list_engines_async_finish ()" link="IBusBus.html#ibus-bus-list-engines-async-finish"/>
2398
 
    <function name="ibus_bus_list_active_engines ()" link="IBusBus.html#ibus-bus-list-active-engines"/>
2399
 
    <function name="ibus_bus_list_active_engines_async ()" link="IBusBus.html#ibus-bus-list-active-engines-async"/>
2400
 
    <function name="ibus_bus_list_active_engines_async_finish ()" link="IBusBus.html#ibus-bus-list-active-engines-async-finish"/>
2401
 
    <function name="ibus_bus_get_use_sys_layout ()" link="IBusBus.html#ibus-bus-get-use-sys-layout"/>
2402
 
    <function name="ibus_bus_get_use_sys_layout_async ()" link="IBusBus.html#ibus-bus-get-use-sys-layout-async"/>
2403
 
    <function name="ibus_bus_get_use_sys_layout_async_finish ()" link="IBusBus.html#ibus-bus-get-use-sys-layout-async-finish"/>
2404
 
    <function name="ibus_bus_get_use_global_engine ()" link="IBusBus.html#ibus-bus-get-use-global-engine"/>
2405
 
    <function name="ibus_bus_get_use_global_engine_async ()" link="IBusBus.html#ibus-bus-get-use-global-engine-async"/>
2406
 
    <function name="ibus_bus_get_use_global_engine_async_finish ()" link="IBusBus.html#ibus-bus-get-use-global-engine-async-finish"/>
2407
 
    <function name="ibus_bus_is_global_engine_enabled ()" link="IBusBus.html#ibus-bus-is-global-engine-enabled"/>
2408
 
    <function name="ibus_bus_is_global_engine_enabled_async ()" link="IBusBus.html#ibus-bus-is-global-engine-enabled-async"/>
2409
 
    <function name="ibus_bus_is_global_engine_enabled_async_finish ()" link="IBusBus.html#ibus-bus-is-global-engine-enabled-async-finish"/>
2410
 
    <function name="ibus_bus_get_global_engine ()" link="IBusBus.html#ibus-bus-get-global-engine"/>
2411
 
    <function name="ibus_bus_get_global_engine_async ()" link="IBusBus.html#ibus-bus-get-global-engine-async"/>
2412
 
    <function name="ibus_bus_get_global_engine_async_finish ()" link="IBusBus.html#ibus-bus-get-global-engine-async-finish"/>
2413
 
    <function name="ibus_bus_set_global_engine ()" link="IBusBus.html#ibus-bus-set-global-engine"/>
2414
 
    <function name="ibus_bus_set_global_engine_async ()" link="IBusBus.html#ibus-bus-set-global-engine-async"/>
2415
 
    <function name="ibus_bus_set_global_engine_async_finish ()" link="IBusBus.html#ibus-bus-set-global-engine-async-finish"/>
2416
 
    <function name="ibus_bus_set_watch_dbus_signal ()" link="IBusBus.html#ibus-bus-set-watch-dbus-signal"/>
2417
 
    <function name="ibus_bus_set_watch_ibus_signal ()" link="IBusBus.html#ibus-bus-set-watch-ibus-signal"/>
2418
 
    <function name="ibus_bus_get_config ()" link="IBusBus.html#ibus-bus-get-config"/>
2419
 
    <function name="The &quot;connected&quot; signal" link="IBusBus.html#IBusBus-connected"/>
2420
 
    <function name="The &quot;disconnected&quot; signal" link="IBusBus.html#IBusBus-disconnected"/>
2421
 
    <function name="The &quot;global-engine-changed&quot; signal" link="IBusBus.html#IBusBus-global-engine-changed"/>
2422
 
    <function name="The &quot;name-owner-changed&quot; signal" link="IBusBus.html#IBusBus-name-owner-changed"/>
2423
 
    <function name="IBUS_PROXY_FLAGS()" link="IBusProxy.html#IBUS-PROXY-FLAGS:CAPS"/>
2424
 
    <function name="IBUS_PROXY_SET_FLAGS()" link="IBusProxy.html#IBUS-PROXY-SET-FLAGS:CAPS"/>
2425
 
    <function name="IBUS_PROXY_UNSET_FLAGS()" link="IBusProxy.html#IBUS-PROXY-UNSET-FLAGS:CAPS"/>
2426
 
    <function name="IBUS_PROXY_DESTROYED()" link="IBusProxy.html#IBUS-PROXY-DESTROYED:CAPS"/>
2427
 
    <function name="struct IBusProxy" link="IBusProxy.html#IBusProxy-struct"/>
2428
 
    <function name="struct IBusProxyClass" link="IBusProxy.html#IBusProxyClass"/>
2429
 
    <function name="ibus_proxy_destroy ()" link="IBusProxy.html#ibus-proxy-destroy"/>
2430
 
    <function name="The &quot;destroy&quot; signal" link="IBusProxy.html#IBusProxy-destroy"/>
2431
 
    <function name="ibus_serializable_set_attachment()" link="IBusSerializable.html#ibus-serializable-set-attachment"/>
2432
 
    <function name="ibus_serializable_get_attachment()" link="IBusSerializable.html#ibus-serializable-get-attachment"/>
2433
 
    <function name="ibus_serializable_remove_attachment()" link="IBusSerializable.html#ibus-serializable-remove-attachment"/>
2434
 
    <function name="struct IBusSerializable" link="IBusSerializable.html#IBusSerializable-struct"/>
2435
 
    <function name="IBusSerializableSerializeFunc ()" link="IBusSerializable.html#IBusSerializableSerializeFunc"/>
2436
 
    <function name="IBusSerializableDeserializeFunc ()" link="IBusSerializable.html#IBusSerializableDeserializeFunc"/>
2437
 
    <function name="IBusSerializableCopyFunc ()" link="IBusSerializable.html#IBusSerializableCopyFunc"/>
2438
 
    <function name="struct IBusSerializableClass" link="IBusSerializable.html#IBusSerializableClass"/>
2439
 
    <function name="ibus_serializable_new ()" link="IBusSerializable.html#ibus-serializable-new"/>
2440
 
    <function name="ibus_serializable_set_qattachment ()" link="IBusSerializable.html#ibus-serializable-set-qattachment"/>
2441
 
    <function name="ibus_serializable_get_qattachment ()" link="IBusSerializable.html#ibus-serializable-get-qattachment"/>
2442
 
    <function name="ibus_serializable_remove_qattachment ()" link="IBusSerializable.html#ibus-serializable-remove-qattachment"/>
2443
 
    <function name="ibus_serializable_copy ()" link="IBusSerializable.html#ibus-serializable-copy"/>
2444
 
    <function name="ibus_serializable_serialize ()" link="IBusSerializable.html#ibus-serializable-serialize"/>
2445
 
    <function name="ibus_serializable_deserialize ()" link="IBusSerializable.html#ibus-serializable-deserialize"/>
2446
 
    <function name="struct IBusService" link="IBusService.html#IBusService-struct"/>
2447
 
    <function name="struct IBusServiceClass" link="IBusService.html#IBusServiceClass"/>
2448
 
    <function name="ibus_service_new ()" link="IBusService.html#ibus-service-new"/>
2449
 
    <function name="ibus_service_get_object_path ()" link="IBusService.html#ibus-service-get-object-path"/>
2450
 
    <function name="ibus_service_get_connection ()" link="IBusService.html#ibus-service-get-connection"/>
2451
 
    <function name="ibus_service_register ()" link="IBusService.html#ibus-service-register"/>
2452
 
    <function name="ibus_service_unregister ()" link="IBusService.html#ibus-service-unregister"/>
2453
 
    <function name="ibus_service_emit_signal ()" link="IBusService.html#ibus-service-emit-signal"/>
2454
 
    <function name="ibus_service_class_add_interfaces ()" link="IBusService.html#ibus-service-class-add-interfaces"/>
2455
 
    <function name="ibus_warning()" link="ibus-ibusdebug.html#ibus-warning"/>
2456
 
    <function name="IBUS_ERROR" link="ibus-ibuserror.html#IBUS-ERROR:CAPS"/>
2457
 
    <function name="ibus_error_quark ()" link="ibus-ibuserror.html#ibus-error-quark"/>
2458
 
    <function name="IBUS_OBJECT_IN_DESTRUCTION()" link="IBusObject.html#IBUS-OBJECT-IN-DESTRUCTION:CAPS"/>
2459
 
    <function name="IBUS_OBJECT_DESTROYED()" link="IBusObject.html#IBUS-OBJECT-DESTROYED:CAPS"/>
2460
 
    <function name="struct IBusObject" link="IBusObject.html#IBusObject-struct"/>
2461
 
    <function name="struct IBusObjectClass" link="IBusObject.html#IBusObjectClass"/>
2462
 
    <function name="ibus_object_new ()" link="IBusObject.html#ibus-object-new"/>
2463
 
    <function name="ibus_object_destroy ()" link="IBusObject.html#ibus-object-destroy"/>
2464
 
    <function name="The &quot;destroy&quot; signal" link="IBusObject.html#IBusObject-destroy"/>
2465
 
    <function name="IBUS_SERVICE_IBUS" link="ibus-ibusshare.html#IBUS-SERVICE-IBUS:CAPS"/>
2466
 
    <function name="IBUS_SERVICE_PANEL" link="ibus-ibusshare.html#IBUS-SERVICE-PANEL:CAPS"/>
2467
 
    <function name="IBUS_SERVICE_CONFIG" link="ibus-ibusshare.html#IBUS-SERVICE-CONFIG:CAPS"/>
2468
 
    <function name="IBUS_SERVICE_NOTIFICATIONS" link="ibus-ibusshare.html#IBUS-SERVICE-NOTIFICATIONS:CAPS"/>
2469
 
    <function name="IBUS_PATH_IBUS" link="ibus-ibusshare.html#IBUS-PATH-IBUS:CAPS"/>
2470
 
    <function name="IBUS_PATH_FACTORY" link="ibus-ibusshare.html#IBUS-PATH-FACTORY:CAPS"/>
2471
 
    <function name="IBUS_PATH_PANEL" link="ibus-ibusshare.html#IBUS-PATH-PANEL:CAPS"/>
2472
 
    <function name="IBUS_PATH_CONFIG" link="ibus-ibusshare.html#IBUS-PATH-CONFIG:CAPS"/>
2473
 
    <function name="IBUS_PATH_NOTIFICATIONS" link="ibus-ibusshare.html#IBUS-PATH-NOTIFICATIONS:CAPS"/>
2474
 
    <function name="IBUS_PATH_INPUT_CONTEXT" link="ibus-ibusshare.html#IBUS-PATH-INPUT-CONTEXT:CAPS"/>
2475
 
    <function name="IBUS_INTERFACE_IBUS" link="ibus-ibusshare.html#IBUS-INTERFACE-IBUS:CAPS"/>
2476
 
    <function name="IBUS_INTERFACE_INPUT_CONTEXT" link="ibus-ibusshare.html#IBUS-INTERFACE-INPUT-CONTEXT:CAPS"/>
2477
 
    <function name="IBUS_INTERFACE_FACTORY" link="ibus-ibusshare.html#IBUS-INTERFACE-FACTORY:CAPS"/>
2478
 
    <function name="IBUS_INTERFACE_ENGINE" link="ibus-ibusshare.html#IBUS-INTERFACE-ENGINE:CAPS"/>
2479
 
    <function name="IBUS_INTERFACE_PANEL" link="ibus-ibusshare.html#IBUS-INTERFACE-PANEL:CAPS"/>
2480
 
    <function name="IBUS_INTERFACE_CONFIG" link="ibus-ibusshare.html#IBUS-INTERFACE-CONFIG:CAPS"/>
2481
 
    <function name="IBUS_INTERFACE_NOTIFICATIONS" link="ibus-ibusshare.html#IBUS-INTERFACE-NOTIFICATIONS:CAPS"/>
2482
 
    <function name="ibus_get_local_machine_id ()" link="ibus-ibusshare.html#ibus-get-local-machine-id"/>
2483
 
    <function name="ibus_set_display ()" link="ibus-ibusshare.html#ibus-set-display"/>
2484
 
    <function name="ibus_get_address ()" link="ibus-ibusshare.html#ibus-get-address"/>
2485
 
    <function name="ibus_write_address ()" link="ibus-ibusshare.html#ibus-write-address"/>
2486
 
    <function name="ibus_get_user_name ()" link="ibus-ibusshare.html#ibus-get-user-name"/>
2487
 
    <function name="ibus_get_daemon_uid ()" link="ibus-ibusshare.html#ibus-get-daemon-uid"/>
2488
 
    <function name="ibus_get_socket_path ()" link="ibus-ibusshare.html#ibus-get-socket-path"/>
2489
 
    <function name="ibus_get_timeout ()" link="ibus-ibusshare.html#ibus-get-timeout"/>
2490
 
    <function name="ibus_free_strv ()" link="ibus-ibusshare.html#ibus-free-strv"/>
2491
 
    <function name="ibus_key_event_to_string ()" link="ibus-ibusshare.html#ibus-key-event-to-string"/>
2492
 
    <function name="ibus_key_event_from_string ()" link="ibus-ibusshare.html#ibus-key-event-from-string"/>
2493
 
    <function name="ibus_init ()" link="ibus-ibusshare.html#ibus-init"/>
2494
 
    <function name="ibus_main ()" link="ibus-ibusshare.html#ibus-main"/>
2495
 
    <function name="ibus_quit ()" link="ibus-ibusshare.html#ibus-quit"/>
2496
 
    <function name="ibus_set_log_handler ()" link="ibus-ibusshare.html#ibus-set-log-handler"/>
2497
 
    <function name="enum IBusModifierType" link="ibus-ibustypes.html#IBusModifierType"/>
2498
 
    <function name="enum IBusCapabilite" link="ibus-ibustypes.html#IBusCapabilite"/>
2499
 
    <function name="enum IBusPreeditFocusMode" link="ibus-ibustypes.html#IBusPreeditFocusMode"/>
2500
 
    <function name="enum IBusOrientation" link="ibus-ibustypes.html#IBusOrientation"/>
2501
 
    <function name="enum IBusBusNameFlag" link="ibus-ibustypes.html#IBusBusNameFlag"/>
2502
 
    <function name="enum IBusBusRequestNameReply" link="ibus-ibustypes.html#IBusBusRequestNameReply"/>
2503
 
    <function name="enum IBusBusStartServiceByNameReply" link="ibus-ibustypes.html#IBusBusStartServiceByNameReply"/>
2504
 
    <function name="enum IBusError" link="ibus-ibustypes.html#IBusError"/>
2505
 
    <function name="struct IBusRectangle" link="ibus-ibustypes.html#IBusRectangle"/>
2506
 
    <function name="IBusFreeFunc ()" link="ibus-ibustypes.html#IBusFreeFunc"/>
2507
 
  </functions>
2508
 
</book>