Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!uflorida!gatech!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: xmodmap Message-ID: <9011091755.AA00562@Larry.McRCIM.McGill.EDU> Date: 9 Nov 90 17:55:58 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 > We are running DECWrite under Ultrix and displaying on SparcStations. > DECwrite makes heavy use of the "Do" key that maps to F16 (or > ESC[29). How can this key be mapped to a SparcStation key like F1? xmodmap -e 'keysym F1 = F16' The translation to ESC [ 2 9 (which incidentally is not a complete escape sequence according to X3.64) happens, if at all, in the client. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu