feat(typing): add English autocomplete and Chinese candidate expand panel
Offline English lexicon suggestions with autocapitalization, plus a same-height Chinese more-candidates grid over the key area.
This commit is contained in:
@@ -19,7 +19,9 @@ public enum RimeSchemaGenerator {
|
||||
caption: 输入方案
|
||||
hotkeys: []
|
||||
menu:
|
||||
page_size: 9
|
||||
# Large page so librime prepares enough candidates for the expand panel.
|
||||
# The bridge also iterates beyond the current page via candidate_list_*.
|
||||
page_size: 100
|
||||
ascii_composer:
|
||||
good_old_caps_lock: true
|
||||
switch_key:
|
||||
|
||||
Reference in New Issue
Block a user