Using a "Keycomboout" Script

gadgetsz

New Member
I got a question about editing a script within a software called Lemur.

Thats the code explanation from the manual: keycomboout(target,ctrl,alt,shift,key);
Thats my code: keycomboout(0,0,0,1,52);

The Software is using the virtual keyboards numbers for the value "key". So I think, in order to trigger symbols that aren't on the keyboard list, such as $, I do have to combine commands like shift and 4 (for American keyboard layout) - right?

My Problem:
When I use the shift key in order to trigger a $, the Scribd will send a Shift + $ sign. How can I only send a $ sign? I only get this behaviour with the shift sign.
 
Top