Translations:Develop an simple input method/83/en

From Fcitx
Revision as of 03:11, 19 April 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FCITX_CONFIGURATION( ClipboardConfig, KeyListOption triggerKey{this, "TriggerKey", _("Trigger Key"), {Key("Control+semicolon")}, KeyListConstrain()}; KeyListOption pastePrimaryKey{ this, "PastePrimaryKey", _("Paste Primary"), {}, KeyListConstrain()}; Option<int, IntConstrain> numOfEntries{this, "Number of entries", _("Number of entries"), 5, IntConstrain(3, 30)};);