Jump to content

autotext / hotstrings / textexpander


Go to solution Solved by jvanegmond,

Recommended Posts

You have to run it from within SciTe with F5. There will appear a small textbox right below your code which will contain the build/run output which also includes the ConsoleWrite output. You may need the "upgraded" SciTe which you download separately.

Also if you compile your AutoIt script as CUI (console script), you will see the output of ConsoleWrite in the black command window.

Link to comment
Share on other sites

remin,

try playing with options SendKeyDelay and SendKeyDownDelay. This cut my CPU time in half and rather obviously made the typing insanely quick. Your mileage may vary.

 

Oh yes!!

That gives a CPU usage of 1/5 comparing to previous script (the same cpu usage as AHK).

It is also much faster as before.

Thank you Manadar :)

Edited by remin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...