[comp.windows.x] Cutting and Pasting with OpenWindows

curt@OCE.ORST.EDU (Curt Vandetta) (02/08/91)

  Hello folks,

  I'm running OpenWindows 2.0 and SunOs 4.1.1 on a SparcStation 1+.
  I'm trying to figure out how to Cut and Paste from an xterm to a
  command-tool/shell-tool.  I used to able to do this under SunOs 4.1
  with some key bindings that I got from this group, but the key
  bindings don't work under SunOs 4.1.1.  I'm wondering if anyone
  out in net.land has experienced this also, and if you've been able to
  correct it.  The key bindings that used to work are below, I've
  taken them from my .Xdefaults file.

*VT100.Translations: #override \n\
   <Key>L6:     start-extend() select-end(PRIMARY, CLIPBOARD,CUT_BUFFER0) \n\
   <Key>L8:     insert-selection(CLIPBOARD) \n\
   <Btn3Up>:    select-end(CLIPBOARD) \n\
   <Btn2Up>:    insert-selection(PRIMARY,CLIPBOARD) \n\
   <Btn2Down>:  ignore()


  Thanks in advance.
  Curt