How to use combined shortcut key in modern Type into activity "name"+alt+F?

any idea how to send hotkey in modern type into activity with hotkeys like alt + F

For Example:

in_Config(“name”).ToString+ “[k(ralt)]” +“F” = not working
I know this can be done easily by using type into activity first after that keyboard shortcuts activity but I want to try this on type into activity only.

Hi @Basit_Xe ,

[d(hk)][d(alt)]f[u(alt)][u(hk)]

Try this.

@Basit_Xe

If keyboard shotcuts is used you can just click on record and click the combination it would automaticaly take the required combo

Cheers

1 Like

I have already checked and it works but just out of curiosity, I want to use type into activity only.
to input string value + keyboard shortcut ( alt+F) which allows me to press find in oracle without using click activity nor adding extra activity just for keyboard shortcut.

Thanks for the replay, I have tested it:
in_config(“string”).toString + “[d(hk)][d(alt)]f[u(alt)][u(hk)]” in type into activity it didn’t work.

@Basit_Xe

You can use the same expression in your type into as well and it ahould work

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.