home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / openloo / 3622 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsm!durante!kak
  3. From: kak@durante.att.com (Kurt Kanaskie [151])
  4. Subject: Re: Is there a book on x-resources??
  5. Organization: Bell Laboratories
  6. Date: Thu, 27 Aug 1992 14:57:57 GMT
  7. Message-ID: <1992Aug27.145757.24299@cbnewsm.cb.att.com>
  8. Keywords: Translations, Key bindings
  9. References: <matt.714147370@centerline.com>
  10. Sender: kak@durante (Kurt Kanaskie [151])
  11. Nntp-Posting-Host: durante.cnet.att.com
  12. Lines: 26
  13.  
  14. > Specific user interface toolkits (the Xt Intrinsics, OSF/Motif, XView, 
  15. > OI, etc.) will often have a list of resources that the toolkit itself 
  16. > looks for internally; you can usually learn about these resources from 
  17. > the toolkit documentation, ...
  18.  
  19.  
  20. I have been trying to find the definitions of the translations for XView's text editor,
  21. with little luck. I found some stuff using answerbook under the SunView section.
  22.  
  23. I would like to customize my translations to add a join line operation.
  24. This is easy in most toolkits, its simply "end of line" and "delete next char"
  25. operations bound to a keystroke.
  26.  
  27. For example:
  28.  
  29.     TextObject*Translations: Ctrl <Key>M: end_of_line() delete_next_character()
  30.  
  31. Can this sort of thing be done in XView?
  32.  
  33. ___________________________________________________________________
  34.  
  35. Kurt Kanaskie                AT&T Bell Laboratories
  36. kak@alux5.att.com            Computer Aided Design Lab
  37. (215) 770-3096                Allentown PA
  38.  
  39.         
  40.