Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!eagle!news From: fsfacca@avelon.lerc.nasa.gov (Tony Facca) Newsgroups: comp.sys.sgi Subject: Re: keymappings Keywords: F keys Message-ID: <1990Aug17.114543.23130@eagle.lerc.nasa.gov> Date: 17 Aug 90 11:45:43 GMT References: <1990Aug16.154113@crocus.medicine.rochester.edu> Reply-To: fsfacca@avelon.UUCP (Tony Facca) Organization: NASA/Lewis Research Center, Cleveland Lines: 44 In article <1990Aug16.154113@crocus.medicine.rochester.edu> ajp2o@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@avelon.lerc.nasa.gov | phone: 216-433-8318 ----------------------------------------------------------------------------- You are at Witt's end. Passages lead off in *all* directions.