"Physical keyboard" option and games
Posted: Thu Feb 03, 2011 9:24 pm
Hello,
When I enable "Physical Keyboard" option then in many games I can't use hardware keys (except "Alt" and "Shift"). If "Physical Keyboard" option is disabled then all keys in all games work as expected but obviously I can't switch between installed languages and get suggestions during input from hardware keyboard.
I've implemented a very simple Android application and checked your application in "OnKey" handler and found that if "Physical Keyboard" option is enabled and a key is hold then there are a lot of KeyDown and KeyUp events for this key (KeyDown - KeyUp - KeyDown - KeyUp and so on). So it seems that many games can miss the first KeyDown event as they got KeyUp event immediately after KeyDown event.
In case of other keyboard software which I've checked as well, there are no many repetitive KeyDown and KeyUp events. So they behave themselves like your keyboard without "Physical Keyboard" option. However they allow to switch languages during typing.
My phone is "Motorola Milestone 2" (Android 2.2). Currently I use 3.11.1 version of SmartKeyboard.
Please check this issue. Thank you very much in advance!
When I enable "Physical Keyboard" option then in many games I can't use hardware keys (except "Alt" and "Shift"). If "Physical Keyboard" option is disabled then all keys in all games work as expected but obviously I can't switch between installed languages and get suggestions during input from hardware keyboard.
I've implemented a very simple Android application and checked your application in "OnKey" handler and found that if "Physical Keyboard" option is enabled and a key is hold then there are a lot of KeyDown and KeyUp events for this key (KeyDown - KeyUp - KeyDown - KeyUp and so on). So it seems that many games can miss the first KeyDown event as they got KeyUp event immediately after KeyDown event.
In case of other keyboard software which I've checked as well, there are no many repetitive KeyDown and KeyUp events. So they behave themselves like your keyboard without "Physical Keyboard" option. However they allow to switch languages during typing.
My phone is "Motorola Milestone 2" (Android 2.2). Currently I use 3.11.1 version of SmartKeyboard.
Please check this issue. Thank you very much in advance!