Page 2 of 2

Re: configure keyboard

PostPosted: Fri May 06, 2011 8:26 pm
by Robert Sample
Keyboard mappings depend upon the terminal emulator you are using (such as PC3270, REFLECTION, HUMMINGBIRD, etc). Consult your terminal emulation documentation to find out if what you want to do is possible under that emulator, and if so, how to do it.

Re: configure keyboard

PostPosted: Wed May 11, 2011 2:31 am
by Pedro
Julie, it is still not clear what you are asking for. Making assumption...

For PCOMM: in your ISPF application, you would still define ZPF19 as you desire.

From the PCOMM keyboard utility, you can re-map the keys. First, select the 'n' key. Then assign 'program function key 19' to the Ctrl key.

For my use, I mapped Ctrl-F to PF5. So when I press Ctrl-F, it issues PF5 and works as a RFIND (repeat find).

Re: configure keyboard

PostPosted: Wed May 11, 2011 12:40 pm
by Julie
Thanks Pedro.
I finally decided to create a command in ISPCLIB.
Address TSO                                                   
"ALTLIB ACTIVATE APPLICATION(CLIST) DA('DMONT.ISPF.REXX')"     
Address ISPEXEC                                               
"LIBDEF ISPPLIB DATASET ID('DMONT.ISPF.PANEL')"               
"LIBDEF ISPSLIB DATASET ID('DMONT.ISPF.SKELS')"               
"LIBDEF ISPMLIB DATASET ID('DMONT.ISPF.MSG')"                 
CALL MONCMPEM                                                 
Address ISPEXEC                                               
"LIBDEF ISPMLIB"                                               
"LIBDEF ISPSLIB"                                               
"LIBDEF ISPPLIB"                                               
Address TSO                                                   
"ALTLIB DEACTIVATE APPLICATION(CLIST)"                         
Exit (1)                                                       


'isredit macro'                             
'isredit locate next msgline'               
if rc = 4 then 'ispexec setmsg msg(moner004)'