Question
Why does the Enter Key Press on PDT8100 Series Xscale Device Running WM 2003 Produce an Extra 0086 Value?
Article ID: 44280418
Why does the Enter Key Press on PDT8100 Series Xscale Device Running WM 2003 Produce an Extra 0086 Value?
Facts
This is caused by a registry key (SpecialEnterTabKey), that is set to a value of 1. PDT8100 series Xscale devices running WM 2003
Answer
Enter Key gives an extra 0086 value when pressed.
Modify the registry value.
WM_KEYDOWN 0086
ACTION key was pressed
WM_CHAR 000D
ACTION key was released
WM_KEYUP 0086
ACTION key was pressed
WM_CHAR 000D
ACTION key was released
WM_KEYUP 0086
Modify the registry value.
- Connect to the PDT81XX using a registry editor and go to the[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\136\SpecialEnterTabKey] registry key.
- Set the value to 0.
- Save changes.
