home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / frame / 3917 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.3 KB  |  61 lines

  1. Newsgroups: comp.text.frame
  2. Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!dubhe.anu.edu.au!csis!regulus!gjw
  3. From: gjw@csis.dit.csiro.au (Graham Williams)
  4. Subject: Re: Sun keyboard mapping in imakerenglish Ver 3
  5. Message-ID: <1993Jan12.224059.10771@csis.dit.csiro.au>
  6. Sender: news@csis.dit.csiro.au
  7. Nntp-Posting-Host: regulus
  8. Reply-To: gjw@csis.dit.csiro.au
  9. Organization: Spatial Information Systems, CSIRO, Canberra, Australia
  10. References: <1993Jan12.162613.1933@clark.dgim.doc.ca>
  11. Date: Tue, 12 Jan 1993 22:40:59 GMT
  12. Lines: 47
  13.  
  14. I assume you are using FrameMaker 3.1X (or something similar) on a Sun
  15. under OpenWindows version 3.  The following information may help:
  16.  
  17. /*\        PASTE and CUT NOT WORKING FOR FRAME UNDER OW3
  18.  
  19. OpenWindows3 maps L3 (Props), L8 (Paste), and L10 (Cut) to be Mod5's.
  20. These are consequently unavailable for use in FrameMaker.  The
  21. command:
  22.  
  23.     $ xmodmap -e 'clear mod5'                [CLEAR]
  24.  
  25. removes this mapping, allowing the above keys to work within
  26. FrameMaker.  These keys are then supposed to become unavailable in
  27. OpenWindows applications as modifiers, however, I have not noticed any
  28. untoward effect.
  29.  
  30. To restore the original behaviour the command is:
  31.  
  32.     $ xmodmap -e 'add Mod5 = L3 L8 L10'             [ADD]
  33.  
  34. I have tried putting the CLEAR command in my .xinitrc so that it is
  35. automatically done each time I start up OpenWindows.  Unfortunately, it
  36. seems that OpenWindows does it's dirty work after .xinitrc is read.
  37.  
  38. It even seems that some OpenWindows application (or the server itself?)
  39. may "fix" the modifier dynamically, since after issuing the CLEAR
  40. command, the keys eventually get mapped back to Mod5 (after using some
  41. OpenWindows applications?).  So you just have to do the CLEAR manually
  42. as you require it!
  43.  
  44. My current solution is to use the following cron job:
  45.  
  46. 15,45 * * * * DISPLAY=":0.0" /usr/openwin/bin/xmodmap -e 'clear mod5'
  47.  
  48. With this I have generally had the Cut and Paste keys available when I
  49. go to use them in FrameMaker.  You can increase the frequency of this
  50. if you wish.
  51.  
  52. \*/
  53.  
  54.  
  55. ---
  56. Graham.Williams@csis.dit.csiro.au           ,--_|\   Tel:  +61 6 275 0963
  57. Centre for Spatial Information Systems     /      \  Fax:  +61 6 257 1052
  58. CSIRO Division of Information Technology   \_.--_*/  GPO Box 664 Canberra
  59. Australian National University Anutech Crt       v   ACT 2601   Australia
  60.  
  61.