windows mobile虚拟键盘表

来源:互联网 发布:前瞻数据库靠谱吗 编辑:程序博客网 时间:2024/05/21 12:08
Hexadecimal value Windows Embedded CE constant Shared Windows Mobile constant Windows Mobile purpose

0x08

VK_BACK

VK_TBACK

Back.

0x0D

VK_RETURN

VK_TACTION

Action.

0x25

VK_LEFT

VK_TLEFT 

Left.

0x26

VK_UP

VK_TUP

Up.

0x27

VK_RIGHT

VK_TRIGHT

Right.

0x28

VK_DOWN

VK_TDOWN

Down.

0x5B

VK_LWIN

VK_THOME

Home screen or Today screen

0x70

VK_F1

VK_TSOFT1

Softkey 1.

0x71

VK_F2

VK_TSOFT2

Softkey 2.

0x72

VK_F3

VK_TTALK

Talk

0x73

VK_F4

VK_TEND

End

0x75

VK_F6

VK_TVOLUMEUP

Volume Up.

0x76

VK_F7

VK_TVOLUMEDOWN

Volume Down.

0x77

VK_F8

VK_TSTAR

*

0x78

VK_F9

VK_TPOUND

#

0x79

VK_F10

VK_TRECORD

Record.

0x7A

VK_F11

VK_SYMBOL

Symbol (SYM) key.

0x7E

VK_F15

VK_END_ALL_DATA_CALLS

Disconnects all data calls without affecting the status of voice calls.

0x7F

VK_F16

VK_TSPEAKERPHONE_TOGGLE

Toggles speakerphone on and off.

0x80

VK_F17

VK_TFLIP

Flip.

0x81

VK_F18

VK_TPOWER

Power.

0x82

VK_F19

VK_REDKEY

Sent by a keypad that has a special red function key.

0x83

VK_F20

VK_ROCKER

Arrow keys came from a Rocker.

0x84

VK_F21

VK_DPAD

Arrow keys came from a d–pad.

0x85

VK_F22

VK_KEYLOCK

Key used to lock device.

0x86

VK_F23

VK_ACTION

Sent with VK_RETURN when doing Action on Windows Mobile 6 Classic rockers.

0x87

VK_F24

VK_VOICEDIAL

Key used to kick off voice dial recognition.

 

Hexadecimal value Windows Mobile constant

0xC1

VK_APP_FIRST

0xC1

VK_APP1

0xC2

VK_APP2

0xC3

VK_APP3

0xC4

VK_APP4

0xC5

VK_APP5

0xC6

VK_APP6

0xC6

VK_APP_LAST

 

Windows Mobile constant Hexadecimal value Purpose

VK_DONE

VK_RWIN + VK_F6

<OK/Close> hotkey code.

See SmartMinimize Button.

MOD_DONE

(MOD_WIN | MOD_KEYUP)

<OK/Close> hotkey modifiers

VK_MOJI

VK_RWIN + VK_F7

Key used to switch between East Asian language layouts.

MOD_MOJI

(MOD_WIN | MOD_KEYUP)

Modifiers so MOJI goes to the shell.

 

 

Hexadecimal value Windows Embedded CE constant Windows Mobile constant

0x30

VK_0

VK_T0

0x31

VK_1

VK_T1

0x32

VK_2

VK_T2

0x33

VK_3

VK_T3

0x34

VK_4

VK_T4

0x35

VK_5

VK_T5

0x36

VK_6

VK_T6

0x37

VK_7

VK_T7

0x38

VK_8

VK_T8

0x39

VK_9

VK_T9