支持自带输入法一样支持卷轴模式吗?
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 6.4k
- Forks
- 553
- PR merge metrics
- No merged PRs in 30d
Description
能不能像 macOS 自带输入法一样,按翻页会会显示5行候选词的内容,这样对于拼音使用者来说,效率会更高。搜狗叫做卷轴模式

另外 Emoji 表情能不能固定在每一行的最后一个候选词吗,或者最后三个候选词上显示么?
比如我打 fan 字,第一行候选词出来的是各种各样 Emoji 饭,很影响打字效率

如果把所有 Emoji 都固定在 每一行第9个候选词,或者所有 emoji 都固定在每一行后三个候选词上(例如每一页的 第 7,8,9 候选词专门用来显示 Emoji 表情),这样就可以在不影响效率的前提下还能用 Emoji。
另外,Emoji表情后面跟着的文字[飯] 应该如何去掉?我希望简洁一点
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the macOS candidate-panel implementation and the handling of emoji annotations, then compare its behavior with the screenshots and requested paging layout. Done means the multi-row scroll mode, constrained emoji placement, and removable trailing text are implemented consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100