TroisVerites Posted November 12, 2012 Share Posted November 12, 2012 (edited) HI all. Scar 3.34 I don't how to this. I would like to simulate they '²' , the key on the left of the key '1'. I am a little lost with some functions ( too many )... Thanks for the answer. Edited November 12, 2012 by TroisVerites Quote Link to comment Share on other sites More sharing options...
Janilabo Posted November 12, 2012 Share Posted November 12, 2012 Hello TroisVerites, which version of SCAR Divi are you using? Check out Keyboard Functions @Wiki. This works for me with SCAR Divi 3.36(+): begin KeyDown('²'); KeyUp('²'); end. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted November 12, 2012 Share Posted November 12, 2012 SCAR 3.36+ is really where you should be at, but For SCAR 3.34 this worked fine for me: [scar] SendKeys('²'); [/scar] Quote Link to comment Share on other sites More sharing options...