26-05-23 03:02 PM
Hi
I try to use the ALT key in notepad like {ALT}+f "@f" to open the file menu. It doesnt work it just write @f in Notepad, but if I do {CTRL}+s "^s" to save the file it promt me with the window to save the file.
Can someone help me?
I'm developping with Blue Prism 7.1
26-05-23 05:21 PM
@BernardTheroux
I don't use send keys all that much but looking in the .Net Sendkeys documentation, it says that the "%" is used for the ALT key:
26-05-23 10:34 PM
Hi Bernard Theroux,
As mentioned for Shift(+), CTRL(^), Alt(%)
AlT+F - Try using "%{F}" it will open the file menu
Refer this Global send key documents for
https://community.blueprism.com/viewdocument/global-send-keys-a-guide-to-send