home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / openloo / 3432 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.0 KB

  1. Path: sparky!uunet!decwrl!csus.edu!csusac!unify!openlook!openlook-request
  2. Message-ID: <9rkfndp@openlook.Unify.Com>
  3. Newsgroups: comp.windows.open-look
  4. Distribution: world
  5. Date: Wed, 12 Aug 92 09:49:23 EDT
  6. From: fgreco@fis1026.shearson.com (Frank Greco)
  7. Sender: news@Unify.Com
  8. Subject: Re: Interactive Warp ?
  9. Lines: 22
  10.  
  11. >   I would like to use the olvwm 'Warp' function interactively.
  12. > As far as I can tell, you have to decide the name of the
  13. > Warp-to application before starting the window manager, and
  14. > hard-code it into a menu or key-binding. I would like to have
  15. > a 'Warp key' which, when I type it, would wait for me to
  16. > type in an application name and would then Warp to it. 
  17. >   Any ideas ?
  18.  
  19. How about using the synthetic event capability of olvwm?  
  20.  
  21. Something like:
  22.  
  23.     Determine what the current key-binding for the interactive warp
  24.     Generate the event struct for it
  25.     Determine the window id for olvwm
  26.     XSendEvent() it
  27.  
  28. Don't forget to start up olvwm to accept synthetic events (-allowSynthetic).
  29.  
  30. Frank G.
  31. =-=-=-=-=-=-=-=-=-=
  32.  
  33.