polaris2490 Posted April 28, 2007 Posted April 28, 2007 someone help me plz How to send F1 Key ??? thanks very much
magician13134 Posted April 28, 2007 Posted April 28, 2007 (edited) Send("{F1}") or Send("70") Edited April 28, 2007 by magician13134 Visit Magic Soft Inc. for some of my software
PsaltyDS Posted April 28, 2007 Posted April 28, 2007 Send("{F1}")orSend("70") Almost. Send("{F1}") is right, but Send("70") will send a seven and a zero. That does happen to be the code that is returned by _IsPressed() for F1, though. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
magician13134 Posted April 29, 2007 Posted April 29, 2007 Ah! Dang! So close. Oh well! Thank you Salty! Visit Magic Soft Inc. for some of my software
Jim2244 Posted February 7, 2009 Posted February 7, 2009 (edited) small thing to ask, how do i send a quotes key... used to c++ where i \" and i have no idea how to do it on this - Nvm i got Send("{ASC 034}") ... sad being a beginner lol Edited February 7, 2009 by Jim2244
KaFu Posted February 7, 2009 Posted February 7, 2009 Quotes are escaped by quotes Send("""") OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Jim2244 Posted February 8, 2009 Posted February 8, 2009 (edited) i totally knew that =p thanks for that though Edited February 8, 2009 by Jim2244
jvanegmond Posted February 8, 2009 Posted February 8, 2009 Quotes are escaped by quotes Send("""")Or: Send('"') github.com/jvanegmond
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