I wish to associate a keyboard key to a rexx action.
For example to associate the PF19 key to action 'next msgline locate' I use the following code.
zpf19 = 'locate prev msgline'
'ispexec vput (zpf19) profile'
'ispexec vput (zpf19) profile'
I would like to know how can I let the user of my program set its own keyboard.