Jump to content

deleted


Recommended Posts

  • Developers

Thats simple :)

Lets assume you hit the "z" on your keyboard. That will trigger Func z(), which will Send a "z", which will trigger Func a() ....etc etc etc...

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

maybe it's possible, but i gotta randomize the keys

its simple, just temporary disable the HotKey for the letter you send.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Oh wait, Jos, I'm sorry but do you have an example on how to temporarily disable a hotkey?

this should do it for letter a:

Func a()
    HotKeySet("a")
    Send("a")
    HotKeySet("a", "z")
EndFunc  ;==>a

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...