ingame macroing

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
nOOb

ingame macroing

Post by nOOb » Thu May 08, 2003 3:55 am

Hi is there a way to send a keyboard scan code to other program from within macro scheduler? for example sending a "i" to the game to bring up game character's inventory. (sengind a text to the game works all right but activate game's hot keys I need to send it actual key's scan code)

Lumumba

Post by Lumumba » Fri Jun 13, 2003 11:55 am

Scan code = ASCII code?
E.g. MSched command ASCII>73 = i

To write the capital letter: I

Code: Select all

//Shift down
ASCII>16
//character i
ASCII>73
//Shift up
ASCII>160

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts