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
If I can select candidate by numeric keys, predictive conversion seems to be useful.
Possible implementation is this
input number
select candidate by number
To implement it, input state should be handled by the keyboard.
starting state: no input some character: preedit convert or predict: conversion commit: no input ime off: no input
The text was updated successfully, but these errors were encountered:
after IME off
after IME on after commit
after character input
after convert
Sorry, something went wrong.
2af1cbf
No branches or pull requests
If I can select candidate by numeric keys, predictive conversion seems to be useful.
Possible implementation is this
no input
input number
preedit
conversion
select candidate by number
To implement it, input state should be handled by the keyboard.
starting state: no input
some character: preedit
convert or predict: conversion
commit: no input
ime off: no input
The text was updated successfully, but these errors were encountered: