OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Android => Topic started by: prcoder on December 29, 2019, 04:18:55 pm
-
How to make a shortcut key for switching keyboard layout permanently ?
I can switch layout temporarily holding Alt (Planet) key, but I cant switch layout permanently.
Shortcut "Ctrl + Space" does not work despite the fact that in .kcm file thereis a record:
key SPACE {
label: ' '
base: ' '
alt, meta: fallback SEARCH
ctrl: fallback LANGUAGE_SWITCH
}
It’s very inconvenient to switch the layout using the graphical selection of layout in Android.
I would rather switch the layout by pressing Fn + Sym key or something like that.
-
This thread by Ninji might point you in the right direction: https://www.oesf.org/forum/index.php?showto...=35943&st=0 (https://www.oesf.org/forum/index.php?showtopic=35943&st=0)
-
This thread by Ninji might point you in the right direction: https://www.oesf.org/forum/index.php?showto...=35943&st=0 (https://www.oesf.org/forum/index.php?showtopic=35943&st=0)
Thanks a lot, very interesting information.
This explains the many oddities in keyboard behavior, commented lines in .kcm files e.t.c.