Issue in sending shift +F11 key on mainframe
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-08-18 06:36 PM
Hi All,
I am trying to send shift + F11 key on mainframe (PComm emulator v5.8). Can anyone please help me to resolve this issue.
Regards,
Vinamra Singhal
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-08-18 12:56 PM
Hi Vinamra
The default keyboard setup is:
PF1 - F1
PF2 - F2
PF3 - F3
PF4 - F4
PF5 - F5
PF6 - F6
PF7 - F7
PF8 - F8
PF9 - F9
PF10 - F10
PF11 - F11
PF12 - F12
PF13 - Shift F1
PF14 - Shift F2
PF15 - Shift F3
PF16 - Shift F4
PF17 - Shift F5
PF18 - Shift F6
PF19 - Shift F7
PF20 - Shift F8
PF21 - Shift F9
PF22 - Shift F10
PF23 - Shift F11
PF24 - Shift F12
So if you want to send shift + F11, you have to write ""{PF23}"" in the send keys mainframe input.
Good luck.
BR,
Mustafa
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-06-21 10:33 AM
Hi,
I want to use Shift+ESC in the mainframe application,
what sendkey Mainframe I can use?
------------------------------
Sagar Jaiswal
RPA Developer
DXC Technology India Private Limited
------------------------------
I want to use Shift+ESC in the mainframe application,
what sendkey Mainframe I can use?
------------------------------
Sagar Jaiswal
RPA Developer
DXC Technology India Private Limited
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-06-21 07:23 PM
Hi,
To send [SHIFT + F11] with SendKeys action you can use: +{F11}
For CTRL use ^
For ALT use %
For repeat key {XXX N} (XXX=Key ; N= number of times)
Hope it helps.
Regards,
------------------------------
Conrado Meli
Managing Partner
Primus IA
America/Santiago
------------------------------
To send [SHIFT + F11] with SendKeys action you can use: +{F11}
For CTRL use ^
For ALT use %
For repeat key {XXX N} (XXX=Key ; N= number of times)
Hope it helps.
Regards,
------------------------------
Conrado Meli
Managing Partner
Primus IA
America/Santiago
------------------------------
