Active Topics

 


Reply
Thread Tools
Posts: 57 | Thanked: 1 time | Joined on Dec 2008
#1
ok so for paging up and down with the d pad on the n810 we can do this:
http://www.internettablettalk.com/wi...e_Key_bindings

but what if I want to use the d pad left and right to page left and right, what should I do?
 
Posts: 609 | Thanked: 232 times | Joined on Dec 2007 @ the end of my rope
#2
Going off how you changed to page scrolling for up/down, I'd try changing:

<handler event="keypress" keycode="VK_LEFT" command="cmd_scrollLeft" />
<handler event="keypress" keycode="VK_RIGHT" command="cmd_scrollRight"
to

<handler event="keypress" keycode="VK_LEFT" command="cmd_movePageLeft" />
<handler event="keypress" keycode="VK_RIGHT" command="cmd_movePageRight"
But first make a copy of

/usr/lib/microb-engine/chrome/toolkit/content/global/platformHTMLBindings.xml

in case I'm totally wrong.
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:26.