View Single Post
Old 07-17-11, 07:46 AM   #7503
Silent Steel
Sea Lord
 
Join Date: Jun 2008
Location: Noch dabei
Posts: 1,732
Downloads: 618
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
You have to change the Key0= statement. Using window's character map you can find the hex value of the key you want to use. Let's say you want to use L. Then open up window's character map and click on L. In the bottom left of the character map you'll see: U+004C. This means Unicode + 0x004C. All you need is the 0x4C part. Then your Key0= statement would be: Key0=0x4C,C,"L"
Note: the ,C, means it's executed by the crew
Thanks!
That's great, I go on trying it right away


/
Silent Steel is offline   Reply With Quote