home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / frame / 4024 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.3 KB

  1. Path: sparky!uunet!bcstec!bcsaic!sundry!sdc!tecslm1
  2. From: tecslm1@sdc.boeing.com (Shamus McBride)
  3. Newsgroups: comp.text.frame,esp.general
  4. Subject: Broken Cut and Paste keys
  5. Keywords: OpenWindows X11 xmodmap
  6. Message-ID: <7842@oval.BOEING.COM>
  7. Date: 20 Jan 93 18:20:17 GMT
  8. Followup-To: comp.text.frame
  9. Distribution: boeing
  10. Organization: Boeing Computer Services (ESP), Seattle, WA
  11. Lines: 56
  12.  
  13. I ran into the following problem when running FrameMaker and wanted to
  14. alert others.
  15.  
  16. I found that the Sun "Cut" and "Paste" keys were not working with
  17. FrameMaker. After alot of investigation I found some Usenet articles
  18. describing a known bug with FrameMaker and OpenWindows:
  19.  
  20. |       PROBLEM:   The following keys  don't  work  with  olwm:    L3
  21. |       (Props), L6 (Copy), L8 (Paste), L9 (Find), and L10 (Cut).  In
  22. |       olwm, these keys are modifiers.
  23. |
  24. |       SOLUTION:   You can change the meaning of the keys so they'll
  25. |       work with FrameMaker; however, the keys won't work as modifi-
  26. |       ers for other applications.
  27.  
  28. Now, I don't run olwm, but it turns out that some (if not all) of the
  29. OpenWindows clients (Calendar Manager, Gaintool, etc) will change
  30. (screw up) the meaning of the Lx  keys.
  31.  
  32. If your Lx keys don't seem to be working with FrameMaker do a
  33.  
  34.     xmodmap -pm 
  35.  
  36. If you see any of the Lx keys or function keys F11 through F20 being
  37. used as a modifer you'll have to clear the modifier state for the keys.
  38.  
  39. For example, in the following output from xmodmap, F13 (Props), 
  40. F18 (Paste), and F20 (Cut) have been made modifers (mod3). 
  41.  
  42.     |xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):
  43.     |
  44.     |shift       Shift_L (0x6a),  Shift_R (0x75)
  45.     |lock      
  46.     |control     Control_L (0x53)
  47.     |mod1        Meta_L (0x7f),  Meta_R (0x81)
  48.     |mod2        Num_Lock (0x69)
  49.     |mod3        F13 (0x20),  F18 (0x50),  F20 (0x68)
  50.     |mod4      
  51.     |mod5      
  52.  
  53.     xmodmap -e 'clear mod3' 
  54.  
  55. will restore the keys for use by FrameMaker. 
  56.  
  57.     xmodmap -e 'add mod3 = F13 F18 F20' 
  58.  
  59. will return the keys to the OpenWindows use.
  60.  
  61. I don't know which "mod?" modifer you might find keys bound to. On my 
  62. workstation it was mod3, in Usenet articles I've seen references to
  63. mod2 and mod5. I don't know if its the same session to session.
  64.  
  65. --
  66. Shamus Mc Bride           | tecslm1@sdc.boeing.com      
  67. Boeing Computer Services  | tecslm1%sdc@atc.boeing.com
  68. (206) 865-5047            | uw-beaver!bcsaic!sdc!tecslm1
  69.