PDA

View Full Version : key codes for Pocket IE key maping


tmknight
02-08-2007, 07:20 PM
Does anyone have a list of the codes for all the qwerty keys? Want to be able to change up/down behavior.

TIA

FishHunter
12-08-2007, 06:08 PM
Bump as I'm interested in this as well.

tmknight
15-08-2007, 04:20 PM
Did some digging and this is the answer:

http://www.modaco.com/Browsing-Web-MS-Smartph-t256872.html among others (http://forum.xda-developers.com/showthread.php?t=259884&highlight=keycode.exe, etc.)

To summerize:

The values available are:

1 - Page Up
2 - Page Down
3 - Top
4 - Bottom

5 - Horizontal Page Up
6 - Horizontal Page Down
7 - Horizontal Top
8 - Horizontal Down

9 - Default Layout
10 - Desktop Layout
11 - One Column Layout

12 - Full Screen Toggle
13 - Show Pictures Toggle

==========================
To determine what is the code for the key to which you want to apply these values, use the keycode.exe from the following tool set:
http://xetranet.free.fr/xbar2/download/tools.zip

so for example:

I want 'U' to page up:

U = 85

page up = 1

result: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Keymaps]
"85"=dword:00000001

Cheers!