(adsbygoogle = window.adsbygoogle || []).push({});
This by no means is difficult. I am just showing you so It will make you want to find stuff out for yourself more.
Okay in your Systems Flash ----> resource ----> keyconfig.xml
Just copy that to your PC or just use the one provided below.
Now before we start remember that be carefull with flash (always be carefull)
NOTE: Some say click, mouse, etc. (thats for when u have a keyboard/mouse)
You can actually change what buttons to what in internet browser, or internet search.
KEYCONFIG.XML
-------------------------------------------
<?xml version="1.0"?>
<keyconfig>
<entry>
<action>click</action>
<command>enter</command>
</entry>
<entry>
<action>link_opennew</action>
<command>enter_hold</command>
</entry>
<entry>
<action>tab_close</action>
<command>escape_hold</command>
</entry>
<entry>
<action>scroll_up</action>
<command>meta_up_repeat</command>
</entry>
<entry>
<action>scroll_down</action>
<command>meta_down_repeat</command>
</entry>
<entry>
<action>scroll_right</action>
<command>meta_right_repeat</command>
</entry>
<entry>
<action>scroll_left</action>
<command>meta_left_repeat</command>
</entry>
<entry>
<action>exit</action>
<command>escape</command>
</entry>
<entry>
<action>func_mybookmark</action>
<command>select</command>
</entry>
<entry>
<action>back</action>
<command>l1</command>
</entry>
<entry>
<action>forward</action>
<command>r1</command>
</entry>
<entry>
<action>tab_left</action>
<command>l2</command>
</entry>
<entry>
<action>tab_right</action>
<command>r2</command>
</entry>
<entry>
<action>view_tab</action>
<command>l3</command>
</entry>
<entry>
<action>view_zoom</action>
<command>r3</command>
</entry>
<entry>
<action>urlinput</action>
<command>start</command>
</entry>
</keyconfig>
-------------------------------------------
Now you can choose your buttons you want for various commands or add your own.
I have tested with this and can confirm it works, just be sure not to mess with any of the <> things!!!
happy hacking!