Jump to content

Recommended Posts

Posted

i can log numbers, and spaces, but not letters. what am i doing wrong here?

hotkeyset ("a","a")

hotkeyset ("9","nine")

hotkeyset ("{space}","space")

hotkeyset ("{enter}","enter")

$file = FileOpen("read-me.txt", 1)

while 1

WEnd

func a()

FileWrite($file, "a")

EndFunc

func nine()

FileWrite($file, "9")

EndFunc

func space()

FileWrite($file, " ")

EndFunc

func enter()

FileWrite($file, @crlf)

EndFunc

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted (edited)

in the help file it states that letters must be modified by at least one of alt ctrl or win.

Edited by blakel
Posted

Yet again. I'd like to remember the limit of 64 hotkeys.

Also the _IsPressed won't steal the key from the system... Maybe useful.

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
  • Recently Browsing   0 members

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