Alpha (blue) plane, Key values, Numeric keypad – Intermec 700 User Manual

Page 317: Alphanumeric keypad

Advertising
background image

Programming

Chapter 7

293

700 Series Color Mobile Computer User’s Manual

Alpha (Blue) Plane

The alpha plane contains values from the keypad when the keypad has
been placed in alpha mode by pressing the blue alpha key, such as the fol-
lowing:

Press the Keys

Numeric Keypad

Alphanumeric Keypad To Enter This

[Alpha] F

1

[Alpha]

d g

Caps

[Alpha] F

5

[Alpha]

d J

j

[Alpha] F

9

[Alpha]

d W

w

Key Values

Key values for each plane are stored in the registry. All units ship with a
default key mapping already loaded in the registry. Applications that wish
to change the default mapping need to read the appropriate key from the
registry into an array of Words, modify the values required and then write
the updated values back into the registry. The registry access can be done
with standard Microsoft API calls, such as RegOpenKeyEx(),
RegQueryValueEx(), and RegSetValueEx().

Numeric Keypad

For the 700 Color Numeric Keypad, the following registry keys contain
the plane mappings:

S The unshifted plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\Vkey

S The gold plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\VkeyGold

S The alpha plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\VkeyAlpha

Alphanumeric Keypad

For the 700 Color Alphanumeric Keypad, the following registry keys con-
tain the plane mappings:

S The unshifted plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\ALPHA\Vkey

S The gold plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\ALPHA\VkeyGold

S The alpha plane mapping can be found in the registry at:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\ALPHA\VkeyAlpha

Advertising