Quote:
Originally Posted by arooni
Love my new boox remote...
...but still no repeat setting
|
Uh-oh, I see what they've done.
A long press (from any source) of PgDn gives you full page refresh!
A long press of PgUp gives you "Menu"!
Mmm, I don't like that.
It also means that your button press works on the release, a bit of a delay.
This is at the system level, before an app gets a chance to see anything.
Edit: Well, that was quick but I still have to try it.
All the goofy code is in /system/framework/framework.jar in android.onyx.util.PhoneWindowHelper
It loads JSON presets in /system/framework/framework-res.apk in res/raw/keypad.json (also bt_keypad.json).
Code:
{
"keySet": [
"KEYCODE_PAGE_DOWN"
],
"shortPressAction": "switchByConf",
"longPressAction": "fullRefreshScreen",
"repeat": false
},