Jump to content

Help remembering Function


Nehi
 Share

Recommended Posts

Well a while back I used this function that detects a keystroke but doesn't hinder it but I forgot what function it was. I do remember that it used ASCII to recognize the keystroke. Any help would be appreciated.

Thanks! :P

Link to comment
Share on other sites

Thats the one, but now another issue appears! Does it work with vista? When I try to use it it doesn't respond. Not even the Help file Example is working.

I made a script for my friend that controls the mouse with the arrow keys. He has Vista and it used _IsPressed().

What you might be doing wrong:

;Say you wanna check if the c key is pressed.
_IsPressed("C");What you might be doing.
_IsPressed(43);What you should do.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Link to comment
Share on other sites

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