Post Reply 
Virtual calculator: "-" maped as +/-
08-30-2015, 02:21 AM
Post: #4
RE: Virtual calculator: "-" maped as +/-
I'd be very interested to knowing the design of the skin.xml files are, too.
Maybe Tim (please, please) could give us a manual that describes the design details of the skin.xml files.

I would love to swap the "-" and the "+/-" on the PC keyboard. The only thing I could find in the skin.xml file regarding "minus" was the following.

Keypad:
<key id = "KEY_MINUS" label = "- (Minus)" />

Keyboard:
<emu_key_code name = "KEY_MINUS">
<win_os_key_msg>109</win_os_key_msg>
<win_os_key_msg>189</win_os_key_msg>
<pixel_region>
<origin x = "253" y = "587" />
<dimensions width = "47" height = "32" />
<function name = "invertRegion" />
</pixel_region>
</emu_key_code>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Virtual calculator: "-" maped as +/- - Skyblues - 08-30-2015 02:21 AM



User(s) browsing this thread: 1 Guest(s)