# # @OPENGROUP_COPYRIGHT@ # COPYRIGHT NOTICE # Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. # Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group # ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for # the full copyright text. # # This software is subject to an open license. It may only be # used on, with or for operating systems which are themselves open # source systems. You must contact The Open Group for a license # allowing distribution and sublicensing of this software on, with, # or for operating systems which are not Open Source programs. # # See http://www.opengroup.org/openmotif/license for full # details of the license agreement. Any use, reproduction, or # distribution of the program constitutes recipient's acceptance of # this agreement. # # EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS # PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY # WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY # OR FITNESS FOR A PARTICULAR PURPOSE # # EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT # NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN # ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE # EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGES. # # # HISTORY # # # DEFAULT mwm RESOURCE DESCRIPTION FILE (behavior.mwmrc) # # # menu pane descriptions # Menu WindowMenu : { Normalize _N AltF2 f.normalize Move _M AltF3 f.move Raise _R AltF4 f.raise Lower _L AltF5 f.lower Size _S AltF6 f.resize Iconify _I AltF7 f.minimize FullScreen _F AltF8 f.maximize Close _C f.kill } Menu RootMenu : { "Root Menu" f.title "XTerm" f.exec "xterm -sb &" "Reset" f.exec "xsetroot ; xsetroot -solid darkslategray" "Quit?" f.quit_mwm } Menu CommandsMenu : { "Commands Menu" f.title no-label f.separator "Shuffle Up" f.circle_up "Shuffle Down" f.circle_down "Refresh" f.refresh "Restart" f.restart "Quit?" f.quit_mwm } Menu UtilsMenu : { "Utils Menu" f.title no-label f.separator "XClock" f.exec "xclock -digital &" "XBiff" f.exec "xbiff -geometry -5-5 &" "XCalc" f.exec "xcalc &" } # # key binding descriptions # Keys DefaultKeyBindings { Metaspace icon|window f.post_wmenu Meta ShiftTab root|icon|window f.prev_key MetaTab root|icon|window f.next_key MetaF3 root|icon|window f.circle_up MetaF4 root|icon|window f.circle_down ShiftF2 root|icon|window f.set_behavior MetaF6 root f.menu RootMenu ShiftF6 root f.menu CommandsMenu MetaF7 root f.menu UtilsMenu } # # button binding descriptions # Buttons DefaultButtonBindings { frame f.raise frame|icon f.post_smenu root f.menu RootMenu root f.menu UtilsMenu root f.menu CommandsMenu Meta icon|window f.move Meta window f.minimize } # # END OF mwm RESOURCE DESCRIPTION FILE #