We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azooKeyはトグル入力をサポートしていませんが、少なくないスマホユーザがトグル入力を使用しているため、サポートするのは有益です。しかし現状は以下の問題があります。
そこで、トグル入力は「Contribution Welcome」タスクとして、次のように運用します。
この機能の実装に取り組みたい方は、ぜひDiscordサーバやTwitter経由で私にご連絡ください。
The text was updated successfully, but these errors were encountered:
補足:実装方針はある程度立っています。標準的なSwiftスキルがあれば十分取り組める難易度です。
flowchart subgraph Keys 入力キー 逆トグルキー トグル確定キー end subgraph InputManager ComposingText KeitaiToggleManager end subgraph ComposingText INPUTELEMENTS["[InputElement]"] end subgraph 入力キー あ か さ ... end subgraph KeitaiToggleManager ID_TO_STACK[トグル順序情報] ID_TO_LAST_ACTION_DATE[トグル可能かどうか] end subgraph DisplayedTextManager end 入力キー -- "keitaiInput(ID)" --> ActionManager 逆トグルキー -- "keitaiToggle(-1)" --> ActionManager トグル確定キー --"keitaiComplete"--> ActionManager ActionManager -- "Request updating composing text" --> InputManager InputManager -- "Request updating displayed text" --> DisplayedTextManager ComposingText -- "Provide InputElement" --> KeitaiToggleManager KeitaiToggleManager -- "Provide how to modify it" --> ComposingText
Sorry, something went wrong.
No branches or pull requests
azooKeyはトグル入力をサポートしていませんが、少なくないスマホユーザがトグル入力を使用しているため、サポートするのは有益です。しかし現状は以下の問題があります。
そこで、トグル入力は「Contribution Welcome」タスクとして、次のように運用します。
この機能の実装に取り組みたい方は、ぜひDiscordサーバやTwitter経由で私にご連絡ください。
The text was updated successfully, but these errors were encountered: