Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!agate!ucbvax!hplabs!hpcc05!hpsciz!masa From: masa@hpsciz.sc.hp.com (Masayoshi Habu) Newsgroups: comp.windows.x.motif Subject: Re: Motif window raising question Message-ID: <13270014@hpsciz.sc.hp.com> Date: 18 Jun 91 16:04:07 GMT Article-I.D.: hpsciz.13270014 References: <56516@nigel.ee.udel.edu> Organization: Hewlett-Packard, Santa Clara, CA Lines: 18 In comp.windows.x.motif, danson@udel.edu (Douglas Anson) writes: Hello! Im running motif on my 386 platform (UHC SVR4). I would like to know if it is possible to have mwm allow writing into a window (i.e. an xterm), by ONLY moving the mouse pointer into the window. (i.e. twm allows you to do this). I would like to eliminate the extra mouse button press that is required to raise a window so that it can be written in. I believe that this resource setting does what you want: Mwm*keyboardFocusPolicy: pointer Use this in your .Xdefaults or any other resoruces files to be read by xrdb when your X server starts up. Masa