home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8320 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  2.0 KB

  1. Path: sparky!uunet!vtserf!vttcf.cc.vt.edu!tdunbar
  2. From: tdunbar@vttcf.cc.vt.edu (Thomas Dunbar)
  3. Newsgroups: comp.os.linux
  4. Subject: pointer in focused window for keystrokes?
  5. Message-ID: <5688@vtserf.cc.vt.edu>
  6. Date: 15 Aug 92 01:15:38 GMT
  7. References: <1992Aug14.193537.15994@nas.nasa.gov> <3358@ra.nrl.navy.mil>
  8. Sender: news@vtserf.cc.vt.edu
  9. Distribution: na
  10. Organization: Virginia Tech, Blacksburg, VA
  11. Lines: 46
  12.  
  13.  
  14. i'm using the olvwm manager in X. i've set olvwm.SetInput: select
  15. in my .Xresources (altho the manpage says this is the default) to
  16. get the "click-to-focus" style. however, while clicking in a window
  17. does move the focus to it, that window only gets the keypresses if
  18. the mouse pointer is in the window. how do i change this; or, how
  19. do i warp the mouse to the window with the focus?
  20.    my .Xdefaults are:
  21.  
  22. mf*Width: 800
  23. mf*Height: 600
  24. olvwm.ArrowInRoot: false
  25. olvwm.NoDecor: xdvi
  26. olvwm.KeyboardCommand.NextApp: n+Alt
  27. olvwm.KeyboardCommand.PreviousApp: p+Alt
  28. olvwm.KeyboardCommand.NextWindow: w+Alt
  29. olvwm.KeyboardCommand.WorkspaceMenu: o+Alt
  30. olvwm.KeyboardCommand.Move: m+Alt
  31. olvwm.KeyboardCommand.Resize: r+Alt
  32. olvwm.KeyboardCommand.FullRestore: f+Alt
  33. olvwm.KeyboardCommand.Quit: q+Alt
  34. olvwm.KeyboardCommand.OpenClose: i+Alt
  35. olvwm.KeyboardCommand.Front: t+Alt
  36. olvwm.VirtualIconic: true
  37. OpenWindows.IconLocation: top-rl
  38. OpenWindows.VirtualGeometry: +0+0
  39. OpenWindows.WorkspaceColor: peachpuff
  40. OpenWindows.VirtualDesktop: 3x1
  41. OpenWindows.VirtualRaiseVDM: true
  42. OpenWindows.VirtualFont: 8x13
  43. OpenWindows.SetInput: select
  44. OpenWindows.PopupJumpCursor:    false
  45. OpenWindows.DragRightDistance:    30
  46. OpenWindows.GlyphFont: -sun-open*look*glyph-*-140-*
  47. OpenWindows.FullSizeZoomX: True
  48. OpenWindows.InputFocusColor: LightBlue
  49. OpenWindows.ShowResizeGeometry: True
  50. xdvi*ScrollBars: false
  51. xdvi*shrinkFactor: 2
  52. xdvi*Offset: .2cm
  53. xdvi*expert: true
  54. x11emacs*font:                  blucidasanstypewriter-14
  55. emacs*font:            blucidasanstypewriter-14
  56. xterm*font:                     blucidasanstypewriter-14
  57.  
  58.   thomas
  59.