User Tools

Site Tools


virtual_key_codes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
virtual_key_codes [2011/07/27 21:51]
noen
virtual_key_codes [2015/12/29 15:28]
dexter
Line 1: Line 1:
 ====== Virtual-Key Codes Table ====== ====== Virtual-Key Codes Table ======
  
-^Symbolic constant ^Decimal value ^  Mouse or keyboard equivalent  ^ +**External Link:** [[http://cherrytree.at/misc/vk.htm|Virtual-Key Codes]] 
-|VK_LBUTTON |01 |Left mouse button| + 
-|VK_RBUTTON |02 |Right mouse button| +**__Only decimal values are accepted in command, hex values are not supported.__** 
-|VK_CANCEL |03 |Control-break processing| + 
-|VK_MBUTTON |04 |Middle mouse button on a three-button mouse|+**E.G:** VK_SHIFT 16 SHIFT key >> Tibia.SendKey(16) 
 + 
 +^Symbolic constant^Decimal value^Mouse or keyboard equivalent^
 | |05-07 |Undefined| | |05-07 |Undefined|
 |VK_BACK |08 |BACKSPACE key| |VK_BACK |08 |BACKSPACE key|
Line 127: Line 129:
 |VK_LMENU |164 |Left ALT | |VK_LMENU |164 |Left ALT |
 |VK_RMENU |165 |Right ALT | |VK_RMENU |165 |Right ALT |
- 
virtual_key_codes.txt · Last modified: 2021/11/15 16:43 (external edit)