Briant Posted October 20, 2013 Posted October 20, 2013 for some reason when ever i try and run this it says: If _IsPressed("51") Then if ^ERROR Error: Unknown function name. here is a full clip: func smartQ() If _IsPressed("51") Then Do sleep(1) if _IsPressed("02") then return until _IsPressed("51") = 0 Mouseclick("left") endif endfunc
orbs Posted October 20, 2013 Posted October 20, 2013 hello and welcome to AutoIt forum, it requires #include <Misc.au3> at the top of the script - see example in the help file. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates WinPose - simultaneous fluent move and resize Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Magic Math - a math puzzle Demos: Title Bar Menu - click the window title to pop-up a menu
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now