CALL "C$KEYSTROKE" USING keySetting |
keySetting | PIC X(n) | is the KEYSTROKE setting you would use for the Acucobol-GT KEYSTROKE environment variable. Example: “EDIT=Next TERMINATE=13 ^M” The last item in this setting is the keycode. See Acucobol-GT key codes for the list of supported key codes. The following EDIT values are supported: Backspace, Delete, Down, Erase-All, Erase-Field, Erase-To-End, First, Last, Next, Page-Down, Page-Up, Previous, Up. |
call "c$keystroke" using "EXCEPTION=1 ^A" call "c$keystroke" using "EXCEPTION=101 k1" |