How to send hotkeys (Alt+Tab) several times & (F5) with Global send keys
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 08:29 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 11:35 AM
@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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 03:33 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-18 07:42 AM
Thanks for the response
