! Motif ! ! Copyright (c) 1987-2012, The Open Group. All rights reserved. ! ! These libraries and programs are free software; you can ! redistribute them and/or modify them under the terms of the GNU ! Lesser General Public License as published by the Free Software ! Foundation; either version 2 of the License, or (at your option) ! any later version. ! ! These libraries and programs are distributed in the hope that ! they will be useful, but WITHOUT ANY WARRANTY; without even the ! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ! PURPOSE. See the GNU Lesser General Public License for more ! details. ! ! You should have received a copy of the GNU Lesser General Public ! License along with these librararies and programs; if not, write ! to the Free Software Foundation, Inc., 51 Franklin Street, Fifth ! Floor, Boston, MA 02110-1301 USA ! ! HISTORY ! !! !! DEFAULT Mwm 1.2 RESOURCE DESCRIPTION FILE (system.mwmrc) !! !! NOTE: To personalize this file, copy this file before editing it. !! Personalize copies of the Mwm resource file typically !! reside as: !! !! $HOME/.mwmrc !! !! !! Root Menu Description (this menu must be explicitly posted via f.menu) !! Menu DefaultRootMenu { "Root Menu" f.title "New Window" f.exec "xterm &" "Shuffle Up" f.circle_up "Shuffle Down" f.circle_down "Refresh" f.refresh "Pack Icons" f.pack_icons ! "Toggle Behavior..." f.set_behavior no-label f.separator "Restart..." f.restart ! "Quit..." f.quit_mwm } Menu RootMenu_1.1 { "Root Menu" f.title "New Window" f.exec "xterm &" "Shuffle Up" f.circle_up "Shuffle Down" f.circle_down "Refresh" f.refresh ! "Pack Icons" f.pack_icons ! "Toggle Behavior" f.set_behavior no-label f.separator "Restart..." f.restart } !! !! Default Window Menu Description !! Menu DefaultWindowMenu { Restore _R AltF5 f.restore Move _M AltF7 f.move Size _S AltF8 f.resize Minimize _n AltF9 f.minimize Maximize _x AltF10 f.maximize Lower _L AltF3 f.lower no-label f.separator Close _C AltF4 f.kill } !! !! Key Binding Description !! Keys DefaultKeyBindings { ShiftEscape window|icon f.post_wmenu Altspace window|icon f.post_wmenu AltTab root|icon|window f.next_key Alt ShiftTab root|icon|window f.prev_key AltEscape root|icon|window f.circle_down Alt ShiftEscape root|icon|window f.circle_up Alt Shift Ctrlexclam root|icon|window f.set_behavior AltF6 window f.next_key transient Alt ShiftF6 window f.prev_key transient ShiftF10 icon f.post_wmenu ! Alt ShiftDelete root|icon|window f.restart } !! !! Button Binding Description(s) !! Buttons DefaultButtonBindings { icon|frame f.raise icon|frame f.post_wmenu root f.menu DefaultRootMenu } Buttons ExplicitButtonBindings { frame|icon f.raise frame|icon f.post_wmenu root f.menu DefaultRootMenu ! icon f.restore Alt window|icon f.lower ! Alt window|icon f.resize ! Alt window|icon f.move } Buttons PointerButtonBindings { frame|icon f.raise frame|icon f.post_wmenu root f.menu DefaultRootMenu window f.raise ! icon f.restore Alt window|icon f.lower ! Alt window|icon f.resize ! Alt window|icon f.move } !! !! END OF mwm RESOURCE DESCRIPTION FILE !!