⚙️ Min number of characters for trigger
Definitions¶
- default:
0
- min:
0
- max:
10
Note: Setting the value to 0 does not mean the suggestion will be triggered without any inputted character. Depending on the ⚙️ Strategy you choose the actual value will be differ.
Strategy | Actual value |
---|---|
default | 3 |
japanese | 2 |
chinese | 1 |
arabic | 3 |
english-only | 3 |
This is especially worth to remember if you use Custom dictionary complement. For example if your dictionary is like this:
replace me,,rm
If you use the default strategy and set this number to 0, then typing rm
won't work because the minimum number of characters to triggering the suggestion is 3.
Examples¶
Set to 2¶
Set to 5¶
Related issues¶
- Setting Suggestions: Delay & minimal word length · Issue #11
- The custom dictionary feature suddenly stop working · Discussion #262
Since¶
v1.2.0