-
-
Notifications
You must be signed in to change notification settings - Fork 178
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 action to cycle through available input methods #1501
Comments
Technically it's called Change Default Keyboard |
This is the same as the keyboard picker action. The Switch keyboard action may solve your problem? Apps can no longer show the keyboard picker dialog you mentioned if they are in the background, from the user point of view it is arbitrary "security" decisions by the people who make Android. It never has any correspondence to what you can do manually as the user can do 😅. That explains any confusion why Key mapper doesn't let you do certain things. |
Ughhh, so silly. The switcher method would require a separate key map for each possible keyboard. Would it be possible to recreate the same functionality as the picker but with Key Mapper opening a list to choose from as you now do for selecting the switch action?
|
There used to be a notification you could pull down to change the keyboard and there still exists the little icon at the lower left of the keyboard, but if you don't use those icons then it takes up a lot of visual space. I would think however that button works could be replicated but I guess not. |
What about an action that cycled through all available keyboards? |
Thanks :-) the only downside to a full cycle is that, in at least my case, I have two different work needs. One is to cycle only between two keyboards, let's say Gboard and Key Mapper, which I anticipate doing often now that I've got the hang of the keyboard key maps, and the other would be to actually cycle through all the loaded keyboards on an as-need basis. Thus I was suggesting two different features, one cycling through a preset group, and the other cycling through all available input options. And of course the third option would be to build your own picker by showing the same list you do now for choosing a single keyboard, but as an action. |
I had not realized that Android did away from the notification that let you change keyboards, and having the button at the bottom left takes up valuable screen real estate. So now I see a very important need to solve this issue. |
I think creating preset groups of input methods is a bit out of scope. But cycling input methods is fair. |
Developer TODO (don't remove)
Don't know if this is similar to the keyboard picker the Actions list says doesn't work in newer Android versions, but it would be nice to simulate clicking on the small keyboard icon in the nav bar that brings up the Choose Input Method dialog. Not sure why this can't be done?
The text was updated successfully, but these errors were encountered: