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

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