请问Ctrl+数字键选字,可以与Alternative select keys的自定数字一致吗?
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 6.4k
- Forks
- 553
- PR merge metrics
- No merged PRs in 30d
Description
我设定的 alternative_select_keys: "012345678",候选字选单例如:(0)国,(1)囬。
但Ctrl+1出的字是:(0)国,而不是 (1)囬
请问有可能让Ctrl+数字所输出的字,与 Alternative keys 的数字一致吗?
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 mentioned. Start by locating the Ctrl+number candidate-selection handling and the code that reads alternative_select_keys, then compare how each maps digits to candidates. Done means Ctrl+number selects the same candidate as the corresponding configured alternative key, with coverage for the 0–8 mapping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- desktop, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100