Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!tut.cis.ohio-state.edu!att!cbnews!caf From: caf@cbnews.ATT.COM (Christopher A. Fitzgerald) Newsgroups: comp.windows.x Subject: Sending "keyboard like" data to an xterm window Keywords: xterm Message-ID: <15401@cbnews.ATT.COM> Date: 10 Apr 90 14:56:10 GMT Distribution: usa Organization: AT&T Bell Laboratories Lines: 9 I'm trying to build an application (on a sun workstation) which essentially will perform two functions. The first is to select a window (lets say an xterm) as the one which my application will talk to. My initial thought was to use the mechanism in xwd for selecting a window to dump. My second function will be to send text to that selected window. What I'm trying to do here is build a text string and send it to a window as thought the keyboard had been used. Any help with either or both of my needs would be appreciated.