xuzo 1 Posted June 27, 2012 Share Posted June 27, 2012 Where is the list of shortcuts for paste, copy, space bar, tab ect...in the book it I am given the Send("!n") shortcut to replace Alt, are there any others? If so where please. Thanks, Link to post Share on other sites
Venix 2 Posted June 27, 2012 Share Posted June 27, 2012 (edited) I beleive they are all listed in the Send help file, I can see a whole table on the subject. Edited June 27, 2012 by Venix Link to post Share on other sites
xuzo 1 Posted June 27, 2012 Author Share Posted June 27, 2012 Hi Venix, Yes this is exaclty what I was looking for. It's under the "remarks" section. Thanks Link to post Share on other sites
xuzo 1 Posted August 20, 2012 Author Share Posted August 20, 2012 Hi Venix,Once you sent me a link and I found exactly what I was looking for, then it got taken away:"Edited by Venix, 27 June 2012 - 06:34 PM."Can't find the list in the help files again, can you post the original answer again please?Thanks,Bruno Link to post Share on other sites
BrewManNH 1,317 Posted August 20, 2012 Share Posted August 20, 2012 Look in the help file under the Send command, it's all in there. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to post Share on other sites
xuzo 1 Posted August 20, 2012 Author Share Posted August 20, 2012 I see only 4 of them in that help file, I thought there were more like for {down}, {backspace} ect...'!'This tells AutoIt to send an ALT keystroke, therefore Send("This is text!a") would send the keys "This is text" and then press "ALT+a".'+'This tells AutoIt to send a SHIFT keystroke, therefore Send("Hell+o") would send the text "HellO". Send("!+a") would send "ALT+SHIFT+a".'^'This tells AutoIt to send a CONTROL keystroke, therefore Send("^!a") would send "CTRL+ALT+a".'#'The hash now sends a Windows keystroke; therefore, Send("#r") would send Win+r which launches the Run dialog box.Thanks, Link to post Share on other sites
BrewManNH 1,317 Posted August 20, 2012 Share Posted August 20, 2012 Did you try scrolling further down the page? There is a key substitute list for every key in the table below. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to post Share on other sites
Venix 2 Posted August 20, 2012 Share Posted August 20, 2012 (edited) My apologies if I edited my original comment, I do not remember posting a link to it however if I did this might be what you are looking for however all the information on this is in the help file.http://www.autoitscript.com/autoit3/docs/functions/Send.htmEdit: I often edit my comments to remove any spelling mistakes I have noticed and maybe I removed the link by mistake. Edited August 20, 2012 by Venix Link to post Share on other sites
xuzo 1 Posted August 20, 2012 Author Share Posted August 20, 2012 Thanks guys, Will study the list in detail. Link to post Share on other sites
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