Jump to content

Recommended Posts

Posted

hi... i quick question..

is there a command (or a set of commands) to record the keys pressed..

hotkeyset would take way too long cuz it has to be able to get all keys.

http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D

  • Moderators
Posted

hi... i quick question..

is there a command (or a set of commands) to record the keys pressed..

hotkeyset would take way too long cuz it has to be able to get all keys.

_IsPressed()

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

put dont is still have to define what key it should look for?

http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D

  • Moderators
Posted

put dont is still have to define what key it should look for?

Well what do you want it to do... magically do it by itself? What are you needing it for anyway?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

i want to make a box that tells what the au3 code is for the pressed button.. ex. the end key is {end}

http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D

  • Moderators
Posted

i want to make a box that tells what the au3 code is for the pressed button.. ex. the end key is {end}

Then use HotKeySet()...
HotKeySet('{END}', 'FunctionToDoSomething')

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

ya.. i know.. but then ill have to make min. 53 hotkeysets.. i just thought if it could be done on an more eay way.. guess ill just have to make lots of hotkeysets

http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D

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
×
×
  • Create New...