tryp Posted April 28, 2006 Posted April 28, 2006 I am a real noob when it comes to programing so I may not be asking the right questions. Well here it is let me try. I am looking for a map of the keyboard for what I think are key codes. Also how woudl I do a key comboination like Alt+Tab So I can set the focus to another screen I hope someone can help Thanks :-D
tryp Posted April 28, 2006 Author Posted April 28, 2006 I am aloso looking for how to send arrow signals from the keyboard. I.e. Down Left Right Up Thanks
tryp Posted April 28, 2006 Author Posted April 28, 2006 I figured it out what I was looking for.http://www.ericphelps.com/batch/samples/sendkeys.txtthis web site has a complete list of keycodes towards the bottom of the page.Key Code BACKSPACE {BACKSPACE}, {BS}, or {BKSP} BREAK {BREAK} CAPS LOCK {CAPSLOCK} DEL or DELETE {DELETE} or {DEL} DOWN ARROW {DOWN} END {END} ENTER {ENTER}or ~ ESC {ESC} HELP {HELP} HOME {HOME} INS or INSERT {INSERT} or {INS} LEFT ARROW {LEFT} NUM LOCK {NUMLOCK} PAGE DOWN {PGDN} PAGE UP {PGUP} PRINT SCREEN {PRTSC} RIGHT ARROW {RIGHT} SCROLL LOCK {SCROLLLOCK} TAB {TAB} UP ARROW {UP} F1 {F1} F2 {F2} F3 {F3} F4 {F4} F5 {F5} F6 {F6} F7 {F7} F8 {F8} F9 {F9} F10 {F10} F11 {F11} F12 {F12} F13 {F13} F14 {F14} F15 {F15} F16 {F16}
Moderators SmOke_N Posted May 2, 2006 Moderators Posted May 2, 2006 I figured it out what I was looking for.http://www.ericphelps.com/batch/samples/sendkeys.txtthis web site has a complete list of keycodes towards the bottom of the page.Key Code BACKSPACE {BACKSPACE}, {BS}, or {BKSP} BREAK {BREAK} CAPS LOCK {CAPSLOCK} DEL or DELETE {DELETE} or {DEL} DOWN ARROW {DOWN} END {END} ENTER {ENTER}or ~ ESC {ESC} HELP {HELP} HOME {HOME} INS or INSERT {INSERT} or {INS} LEFT ARROW {LEFT} NUM LOCK {NUMLOCK} PAGE DOWN {PGDN} PAGE UP {PGUP} PRINT SCREEN {PRTSC} RIGHT ARROW {RIGHT} SCROLL LOCK {SCROLLLOCK} TAB {TAB} UP ARROW {UP} F1 {F1} F2 {F2} F3 {F3} F4 {F4} F5 {F5} F6 {F6} F7 {F7} F8 {F8} F9 {F9} F10 {F10} F11 {F11} F12 {F12} F13 {F13} F14 {F14} F15 {F15} F16 {F16}I'm not sure who still uses V2 (or why for that matter... Afraid of change I guess ), but in the V3 Help file, all of this is located under Send Key List and much more indeed.So as beerman suggested, that's where I would look, and since your so new, I'd suggest trying V3 out instead of V2, you'll find much more support for your questions/needs there than you will here . 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.
Recommended Posts