# Keyboard mapping for HP Integral LLG Feb 85 # Start APL session ( Put terminal in keypad transmit mode ) -a\033&s1A # End APL session ( End keypad transmit mode ) -A\033&s0A # Set insert mode on, status line on. -I3 # Set Ctrl-A to PFKEY prefix -K^A # Reverse the following two lines to enable bell prompt -P^G -P # Number of screens saved in scrolling memory -S4 # Function keys # Untype Backspace -p^H # Cursor Motion: default ^J, ^K, ^L, plus cursor keys from TERMCAP # disable ^H as cursor because backspace is defined as untype -l # Scroll up Shift Up arrow -y\033S # scroll down Shift Down arrow -s\033T # Page UP Shift Prev -g\033V # Page Down Shift Next -v\033U # Delete char under cursor Delete Char -d\033P # Erase all chars from cursor to end of line Clear Line -e\033K # Toggle insert/overstrike mode Insert Char -i\033Q # help file corresponding to integral.init: -Hintegral.hlp