cancel
Showing results for 
Search instead for 
Did you mean: 

How to send hotkeys (Alt+Tab) several times & (F5) with Global send keys

Murali_MohanKon
Level 4
Hi, How to send hotkeys (Alt+Tab) several times & then (F5) with Global send keys. i.e: i need to send (Alt+Tab) then (F5)  both100 times. Thanks in advance. Murali Mohan
3 REPLIES 3

NarayanShrawagi
Level 6
@mkonanki  ... Genrally this combination will work {ALT}{F5}.  However, send key differs with some applications. Hence,please confirm which application which application you want to send , also as you want to send this key 100 times,confirm what is the exact requirement.   You can search for Guide to send key in document section.
Narayan

John__Carter
Staff
Staff
With SendKeys and GlobalSendKeys you can do {TAB 100} but with SendKeyEvents I think you'd need to do {TAB}{TAB}{TAB}{TAB}...etc. However the need to do ALT TAB F5 100 times sounds strange.

Murali_MohanKon
Level 4
Thanks for the response