Difference between revisions of "Lua:doKeyPress"
Jump to navigation
Jump to search
m (moved doKeyPress to Lua:doKeyPress) |
|
(No difference)
|
Revision as of 00:08, 25 January 2018
function doKeyPress(key)
Simulates a keypress (up/down)
Tip: To differentiate between highercase and lowercase set the shift key down or up depending on what you wish
Function Parameters
Parameter | Type | Description |
---|---|---|
key | Virtual-Key Code | The keycode for the key to emulated |