-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Add a command palette #263
Comments
I suggest leaving in the Add Word and Show Settings hotkeys. It just increases the customizability available to people. Some people prefer weird things! |
Well, I suppose there is no harm in leaving the hotkeys. |
After all, I've decided to reduce the number of hotkeys to minimum to make the code simpler and easier to maintain. I believe the new command palette will be convenient enough to compensate for that. |
For easier access to functions on phones with few hardware buttons, it would be easier to invoke the respective functions with star+number combos, instead of with hotkeys. For example, #83 and #170 would require multiple key control keys.
Also, the hotkey processing is getting more and more complex, which is not the way to go.
To resolve this, add a command palette:
TraditionalT9 is on top and contains tools like getting the context and whatnot
Remove Add word and settings handling from KeyPadHandler.Done in another issue.Make a migration for resetting the hotkeysThere is no need to migrate anything. The old hotkeys will simply not exist.The text was updated successfully, but these errors were encountered: