On Thursday, August 4, 2022, Michael Hekeler wrote:
> Am 04.08.22 15:27 schrieb Brian Durant:
> > I have installed OpenBSD 7.1 i386 on my Lenovo T60 and am experiencing a
> > couple of issues. The first is related to the following addition that I made
> > to my .Xdefaults file, which works with OpenBSD 7.1 amd64 installs, but not
> > with the OpenBSD 7.1 i386 install on my Lenovo T60:
> > XTerm*VT100.Translations: #override\
> >     Ctrl Shift <Key> C: copy-selection(CLIPBOARD) \n\
> >     Ctrl Shift <Key> V: insert-selection(CLIPBOARD)
> > Any ideas how to get copy and paste working in Xterm with an i386 install?
> > 
> I understand that you want to map these keys but just to mention: there
> is support for PRIMARY in xterm(1) and this means selected text is in
> primary without any explicit copy action taking place.
> see Inter-Client Communication Coventions Manual for X

Thank you for the information. Seen from my perspective, the override that I am 
using is more convenient on a laptop, but more importantly, expected behavior 
should be the same regardless of architecture. There shouldn't be different 
behavior on amd64 architecture compared to i386 architecture.

Reply via email to