keymappings

Tony Facca fsfacca at avelon.lerc.nasa.gov
Fri Aug 17 21:45:43 AEST 1990


In article <1990Aug16.154113 at crocus.medicine.rochester.edu> ajp2o at crocus.medicine.rochester.edu writes:
>I am running a version of tn3270 which maps pf3 to f3,  as
>well as to ^*. While most other mappings work, the one to
>f3 doesn't. Two queries. Has anyone already figured this out?

The problem may be that SGI uses the F3 and F4 functions keys for their
snarf-n-barf operation under 4sight.  You can use the 'bindkey' function
to redefine the keyboard mappings.  If you put them all in a script and call
the script to connect to your VM system, it might look like this:

-----------------
#! /bin/sh
stty intr '^]'
bindkey -r f1
bindkey -r f2
bindkey -r f3
bindkey -r f4
bindkey -r f5
bindkey -r f6
bindkey -r f7
bindkey -r f8
bindkey -r f9
bindkey -r f10
bindkey -r f11
bindkey -r f12
bindkey -r print-scrn
bindkey -r insert
bindkey -r delete
bindkey -r end 
bindkey -r home
bindkey -r scroll-lock
bindkey -r pause
bindkey -r page-up
bindkey -r page-down
/usr/local/bin/tn3270 vm
-----------------



--
-----------------------------------------------------------------------------
Tony Facca   |   fsfacca at avelon.lerc.nasa.gov      |     phone: 216-433-8318
-----------------------------------------------------------------------------
      You are at Witt's end.  Passages lead off in *all* directions.



More information about the Comp.sys.sgi mailing list