cancel
Showing results for 
Search instead for 
Did you mean: 

Hotkey's access

Former Member
0 Kudos

Hi,

I wonder what settings I need to make on a iView to make this iView react to pushing hotkey example F1, to access another iView.

Anyone knows?

Cheers,

hilde

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi hilde bakkemyr,

Assuming you're using PDK you can write javascript code which reacts to KeyPress event (note that the iview must be in focus).

When the key is pressed you can use EPCM.Navigate or window.open to launch the other view.

If you're developing in Web Dynpro then client side is not supported (or supported in a very limited way).

Regards,

Omri

Answers (0)