Jump to content

set hotkeys a-z, 0-9


Recommended Posts

I know that the following solution isn't as good as a keylogger with extern .dll, but it should be enough for the most simple scriptwriters:

send("{ALTDOWN}")

For $x = 1 to 26 ;setzen der Hotkeys a-z

$quote = chr($x+96)

HotKeySet("!"&$quote, $quote)

next

;example for a

Func a()

Send("{ALTUP}")

filewrite($files, "send("&'"'&"a"&'"'&")"&@crlf)

send("a")

send("{ALTDOWN}")

EndFunc

Just an idea --- works great for me :)
Link to comment
Share on other sites

I know that the following solution isn't as good as a keylogger with extern .dll, but it should be enough for the most simple scriptwriters:

Just an idea --- works great for me :)

<{POST_SNAPBACK}>

If you are just trying to share your code thats great but it belongs on the scripts and scraps forum.

*** Matt @ MPCS

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...