128 lines
5.2 KiB
XML
128 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.freedesktop.ibus.engine.table">
|
|
<key name="keybindings" type="a{sv}">
|
|
<default>
|
|
{
|
|
'cancel': <['Escape']>,
|
|
'commit': <['space']>,
|
|
'commit_to_preedit': <['Control+Shift_R', 'Control+Shift_L']>,
|
|
'commit_candidate_1': <['1', 'KP_1']>,
|
|
'commit_candidate_2': <['2', 'KP_2']>,
|
|
'commit_candidate_3': <['3', 'KP_3']>,
|
|
'commit_candidate_4': <['4', 'KP_4']>,
|
|
'commit_candidate_5': <['5', 'KP_5']>,
|
|
'commit_candidate_6': <['6', 'KP_6']>,
|
|
'commit_candidate_7': <['7', 'KP_7']>,
|
|
'commit_candidate_8': <['8', 'KP_8']>,
|
|
'commit_candidate_9': <['9', 'KP_9']>,
|
|
'commit_candidate_10': <['0', 'KP_0']>,
|
|
'commit_candidate_to_preedit_1': <['Control+1', 'Control+KP_1']>,
|
|
'commit_candidate_to_preedit_2': <['Control+2', 'Control+KP_2']>,
|
|
'commit_candidate_to_preedit_3': <['Control+3', 'Control+KP_3']>,
|
|
'commit_candidate_to_preedit_4': <['Control+4', 'Control+KP_4']>,
|
|
'commit_candidate_to_preedit_5': <['Control+5', 'Control+KP_5']>,
|
|
'commit_candidate_to_preedit_6': <['Control+6', 'Control+KP_6']>,
|
|
'commit_candidate_to_preedit_7': <['Control+7', 'Control+KP_7']>,
|
|
'commit_candidate_to_preedit_8': <['Control+8', 'Control+KP_8']>,
|
|
'commit_candidate_to_preedit_9': <['Control+9', 'Control+KP_9']>,
|
|
'commit_candidate_to_preedit_10': <['Control+0', 'Control+KP_0']>,
|
|
'lookup_table_page_down': <['Page_Down', 'KP_Page_Down', 'KP_Next', 'equal']>,
|
|
'lookup_table_page_up': <['Page_Up', 'KP_Page_Up', 'KP_Prior', 'minus']>,
|
|
'remove_candidate_1': <['Mod1+1', 'Mod1+KP_1']>,
|
|
'remove_candidate_2': <['Mod1+2', 'Mod1+KP_2']>,
|
|
'remove_candidate_3': <['Mod1+3', 'Mod1+KP_3']>,
|
|
'remove_candidate_4': <['Mod1+4', 'Mod1+KP_4']>,
|
|
'remove_candidate_5': <['Mod1+5', 'Mod1+KP_5']>,
|
|
'remove_candidate_6': <['Mod1+6', 'Mod1+KP_6']>,
|
|
'remove_candidate_7': <['Mod1+7', 'Mod1+KP_7']>,
|
|
'remove_candidate_8': <['Mod1+8', 'Mod1+KP_8']>,
|
|
'remove_candidate_9': <['Mod1+9', 'Mod1+KP_9']>,
|
|
'remove_candidate_10': <['Mod1+0', 'Mod1+KP_0']>,
|
|
'select_next_candidate_in_current_page': <['Alt_L']>,
|
|
'select_previous_candidate_in_current_page': <['Control+Alt_L']>,
|
|
'setup': <['Super+Mod4+F10']>,
|
|
'switch_to_next_chinese_mode': <['Control+semicolon']>,
|
|
'toggle_autocommit_mode': <['Control+slash']>,
|
|
'toggle_input_mode_on_off': <['Shift_L']>,
|
|
'toggle_letter_width': <['Shift+space']>,
|
|
'toggle_onechar_mode': <['Control+comma']>,
|
|
'toggle_pinyin_mode': <['Shift_R']>,
|
|
'toggle_punctuation_width': <['Control+period']>,
|
|
'toggle_suggestion_mode': <['Super+Mod4+F6']>
|
|
}
|
|
</default>
|
|
<summary>List of keybindings</summary>
|
|
<description>The list of configurable keybindings</description>
|
|
</key>
|
|
<key name="darktheme" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="autoselect" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="autocommit" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="inputmode" type="i">
|
|
<default>1</default>
|
|
</key>
|
|
<key name="rememberinputmode" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="chinesemode" type="i">
|
|
<default>4</default>
|
|
</key>
|
|
<key name="endeffullwidthletter" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="endeffullwidthpunct" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="lookuptableorientation" type="i">
|
|
<default>1</default>
|
|
</key>
|
|
<key name="lookuptablepagesize" type="i">
|
|
<default>6</default>
|
|
</key>
|
|
<key name="onechar" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="tabdeffullwidthletter" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="tabdeffullwidthpunct" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="alwaysshowlookup" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="singlewildcardchar" type="s">
|
|
<default>''</default>
|
|
</key>
|
|
<key name="multiwildcardchar" type="s">
|
|
<default>''</default>
|
|
</key>
|
|
<key name="autowildcard" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="dynamicadjust" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="errorsound" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="errorsoundfile" type="s">
|
|
<default>'/usr/share/ibus-table/data/coin9.wav'</default>
|
|
</key>
|
|
<key name="debuglevel" type="i">
|
|
<default>0</default>
|
|
<summary>Debug level</summary>
|
|
<description>
|
|
When greater than 0, debug information may be printed to the
|
|
log file and debug information may also be shown graphically.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|