I have another small problem. In the file device.lua, where i have to change the key bindings is wrong key setup. There is setup for D-pad, but my TL3 doesn´t have any. I need to change the key "LPgBack" for key "Home", but this key is not in this file. Can somebody help?
[C.KEY_MENU] = "Menu",
[C.KEY_PREV] = "LPgBack",
[C.KEY_NEXT] = "LPgFwd",
[C.KEY_UP] = "Up",
[C.KEY_DOWN] = "Down",
[C.KEY_LEFT] = "Left",
[C.KEY_RIGHT] = "Right",
[C.KEY_OK] = "Press",
|