Blame org.freedesktop.ibus.engine.typing-booster.gschema.xml

Packit 42196e
Packit 42196e
<schemalist>
Packit 42196e
  
Packit 42196e
          id="org.freedesktop.ibus.engine.typing-booster">
Packit 42196e
    <key name="qtimmoduleworkaround" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Use a workaround for a bug in Qt im module</summary>
Packit 42196e
      <description>
Packit 42196e
        Use a workaround for bugs in the input method modules of Qt4
Packit 42196e
        and Qt5. Attention, although this workaround makes it work
Packit 42196e
        better when the Qt input modules are used, it causes problems
Packit 42196e
        when XIM is used. I.e. the XIM module of Qt4 will not work
Packit 42196e
        well when this workaround is enabled and input via XIM into
Packit 42196e
        X11 programs like xterm will not work well either.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="arrowkeysreopenpreedit" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Arrow keys can reopen a preedit</summary>
Packit 42196e
      <description>
Packit 42196e
        Whether it is allowed to reopen a preedit when the cursor
Packit 42196e
        reaches a word boundary after moving it with the arrow
Packit 42196e
        keys. Enabling this option is useful to correct already
Packit 42196e
        committed words. But it is quite buggy at the moment and how
Packit 42196e
        well it works depends on repetition speed of the arrow keys
Packit 42196e
        and system load. Because it is buggy, this option is off by
Packit 42196e
        default.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="emojipredictions" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Unicode symbols and emoji predictions</summary>
Packit 42196e
      <description>
Packit 42196e
        Whether Unicode symbols and emoji should be included in the
Packit 42196e
        predictions. Emoji are pictographs like ☺♨⛵…. Unicode symbols
Packit 42196e
        are other symbols like mathematical symbols (∀∑∯…), arrows
Packit 42196e
        (←↑↔…), currency symbols (€₹₺…), braille patterns (⠥⠩…), and
Packit 42196e
        many other symbols. These are technically not emoji but
Packit 42196e
        nevertheless useful symbols.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="offtherecord" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Off the record mode</summary>
Packit 42196e
      <description>
Packit 42196e
        While “Off the record” mode is on, learning from user input is
Packit 42196e
        disabled. If learned user input is available, predictions are
Packit 42196e
        usually much better than predictions using only
Packit 42196e
        dictionaries. Therefore, one should use this option
Packit 42196e
        sparingly. Only if one wants to avoid saving secret user input
Packit 42196e
        to disk it might make sense to use this option temporarily.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="autocommitcharacters" type="s">
Packit 42196e
      <default>''</default>
Packit 42196e
      <summary>Auto commit characters</summary>
Packit 42196e
      <description>
Packit 42196e
        The characters in this list cause the preedit to be committed
Packit 42196e
        automatically, followed by a space.  For example, if “.” is an
Packit 42196e
        auto commit character, this saves you typing a space manually
Packit 42196e
        after the end of a sentence. You can freely edit this list, a
Packit 42196e
        reasonable value might be “.,;:?!)”. You should not add
Packit 42196e
        characters to that list which are needed by your input method,
Packit 42196e
        for example if you use Latin-Pre (t-latn-pre) it would be a
Packit 42196e
        bad idea to add “.” to that list because it would prevent you
Packit 42196e
        from typing “.s” to get “ṡ”. You can also disable this feature
Packit 42196e
        completely by making the list empty (which is the default).
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="tabenable" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Enable suggestions by Tab key</summary>
Packit 42196e
      <description>
Packit 42196e
        If this option is on, suggestions are not shown by
Packit 42196e
        default. Typing Tab is then necessary to show the list of
Packit 42196e
        suggestions. After a commit the suggestions are hidden again
Packit 42196e
        until the next Tab key is typed.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="rememberlastusedpreeditime" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Remember last used preedit input method</summary>
Packit 42196e
      <description>
Packit 42196e
        If more then one input method is used at the same time, one of
Packit 42196e
        them is used for the preedit.  Which input method is used for
Packit 42196e
        the preedit can be changed via the menu or via shortcut
Packit 42196e
        keys. If this option is enabled, such a change is remembered
Packit 42196e
        even if the session is restarted.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="pagesize" type="i">
Packit 42196e
      <default>6</default>
Packit 42196e
      <summary>Candidate window page size</summary>
Packit 42196e
      <description>
Packit 42196e
        How many suggestion candidates to show in one page of the
Packit 42196e
        candidate list.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="lookuptableorientation" type="i">
Packit 42196e
      <default>1</default>
Packit 42196e
      <summary>Candidate window orientation</summary>
Packit 42196e
      <description>
Packit 42196e
        Whether the candidate window should be drawn horizontally or
Packit 42196e
        vertically.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="mincharcomplete" type="i">
Packit 42196e
      <default>1</default>
Packit 42196e
      <summary>Minimum number of chars for completion</summary>
Packit 42196e
      <description>
Packit 42196e
        Show no suggestions when less than this number of characters
Packit 42196e
        have been typed.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="shownumberofcandidates" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Display total number of candidates</summary>
Packit 42196e
      <description>
Packit 42196e
        Display how many candidates there are and which one is
Packit 42196e
        selected on top of the list of candidates.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="showstatusinfoinaux" type="b">
Packit 42196e
      <default>false</default>
Packit 42196e
      <summary>Show status info in auxiliary text</summary>
Packit 42196e
      <description>
Packit 42196e
        Show in the auxiliary text whether “Emoji prediction” mode and
Packit 42196e
        “Off the record” mode are on or off and show which input
Packit 42196e
        method is currently used for the preëdit. The auxiliary text
Packit 42196e
        is an optional line of text displayed above the candidate
Packit 42196e
        list.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="usedigitsasselectkeys" type="b">
Packit 42196e
      <default>true</default>
Packit 42196e
      <summary>Use digits as select keys</summary>
Packit 42196e
      <description>
Packit 42196e
        Use the regular digits 1-9 as select keys. If that option is
Packit 42196e
        on, numbers can only by typed while no suggestions are
Packit 42196e
        shown. Therefore, completions for numbers cannot be
Packit 42196e
        suggested. And typing words containing numbers, like “A4” is
Packit 42196e
        more difficult as typing “4” would select the 4th
Packit 42196e
        suggestion. On the other hand, selecting suggestions using 1-9
Packit 42196e
        is easier then using the always enabled select keys F1-F9 as
Packit 42196e
        the latter keys are farther away from the fingers.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="inputmethod" type="s">
Packit 42196e
      <default>''</default>
Packit 42196e
      <summary>A list of inputmethods to use</summary>
Packit 42196e
      <description>
Packit 42196e
        Comma separated list of m17n input methods to use.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="dictionary" type="s">
Packit 42196e
      <default>''</default>
Packit 42196e
      <summary>A list of dictionaries to use</summary>
Packit 42196e
      <description>
Packit 42196e
        Comma separated list of dictionaries to use.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
    <key name="dictionaryinstalltimestamp" type="s">
Packit 42196e
      <default>''</default>
Packit 42196e
      <summary>Time when a dictionary last was installed</summary>
Packit 42196e
      <description>
Packit 42196e
        If that time stamp changes, reload all dictionaries.
Packit 42196e
      </description>
Packit 42196e
    </key>
Packit 42196e
  </schema>
Packit 42196e
</schemalist>