home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / data / mwm-internal.gwmMwmrc < prev    next >
Text File  |  1995-07-03  |  1KB  |  52 lines

  1. ;;File: mwm-internal.gwmMwmrc
  2. ;;Author: Glen WHITNEY -- UCLA Math Dept.
  3. ;;Revision: 1.0 -- Jun 30 1992
  4. ;;State: Exp
  5. ;;GWM Version: 1.7l
  6.  
  7. ; RESOURCE DESCRIPTIONS :
  8. ; ---------------------
  9. ; This file implements the internal mwm defaults for menus,
  10. ; buttons, and keys. It should not be changed. Systemwide 
  11. ; overrides of these defaults should be placed in
  12. ; system.gwmMwmrc, somewhere in the GWMPATH
  13.  
  14. ; THE MENU :
  15.  
  16. (: DefaultWindowMenu
  17.  (mwm-menu.make
  18.   ("Restore" "R" ("F5" with-alt) (f.normalize))
  19.   ("Move" "M" ("F7" with-alt) (f.move))
  20.   ("Size" "S" ("F8" (together with-alt)) (f.resize))
  21.   ("Minimize" "n" ("F9" with-alt) (f.minimize))
  22.   ("Maximize" "x" ("F10" with-alt) (f.maximize))
  23.   ("Lower" "L" ("F3" with-alt) (f.lower))
  24.   ("" () () (f.separator))
  25.   ("Delete" "D" () (f.delete))
  26.   ("Close" "C" ("F4" with-alt) (f.kill))
  27.  )
  28. )
  29.  
  30. ; THE KEYBINDINGS :
  31.  
  32. (: DefaultKeyBindings
  33.  (key-bindings-make
  34.   ( ("Tab" with-alt) (root icon window) (f.circle_up) )
  35.   ( ("Tab" with-shift with-alt) (root icon window) (f.circle_down) )
  36.  )
  37. )
  38.  
  39.  
  40. ; THE BUTTONBINDINGS :
  41.  
  42. (: DefaultButtonBindings
  43.  (button-bindings-make
  44.   ( (buttonpress 1 alone) (icon) (f.post_wmenu 1) )
  45.   ( (buttonpress 1 alone) (frame) (f.raise) )
  46.   ( (buttonpress 3 alone) (icon) (f.post_wmenu 3) )
  47.   )
  48.  )
  49.  
  50.  
  51.  
  52.