Annotation of 43BSDTahoe/new/X/uwm/Bindings.c, revision 1.1

1.1     ! root        1: #ifndef lint
        !             2: static char *rcsid_Bindings_c = "$Header: Bindings.c,v 10.4 86/11/19 16:23:21 jg Rel $";
        !             3: #endif lint
        !             4: 
        !             5: /*
        !             6:  *                     COPYRIGHT 1985, 1986
        !             7:  *                DIGITAL EQUIPMENT CORPORATION
        !             8:  *                    MAYNARD, MASSACHUSETTS
        !             9:  *                     ALL RIGHTS RESERVED.
        !            10:  *
        !            11:  * THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND
        !            12:  * SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.
        !            13:  * DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITIBILITY OF THIS SOFTWARE FOR
        !            14:  * ANY PURPOSE.  IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
        !            15:  *
        !            16:  * IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT RIGHTS,
        !            17:  * APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN ADDITION TO THAT
        !            18:  * SET FORTH ABOVE.
        !            19:  *
        !            20:  *
        !            21:  * Permission to use, copy, modify, and distribute this software and its
        !            22:  * documentation for any purpose and without fee is hereby granted, provided
        !            23:  * that the above copyright notice appear in all copies and that both that
        !            24:  * copyright notice and this permission notice appear in supporting documentation,
        !            25:  * and that the name of Digital Equipment Corporation not be used in advertising
        !            26:  * or publicity pertaining to distribution of the software without specific, 
        !            27:  * written prior permission.
        !            28:  *
        !            29:  */
        !            30: 
        !            31:  
        !            32: 
        !            33: /*
        !            34:  * MODIFICATION HISTORY
        !            35:  *
        !            36:  * 000 -- M. Gancarz, DEC Ultrix Engineering Group
        !            37:  */
        !            38: 
        !            39: #ifndef lint
        !            40: static char *sccsid = "@(#)Bindings.c  3.8     1/24/86";
        !            41: #endif
        !            42: 
        !            43: /*
        !            44:  * Bindings.c  Default bindings for the X window manager 'uwm'
        !            45:  *
        !            46:  * Note: Any changes to this file should also be added to the file
        !            47:  * /usr/new/lib/X/uwm/default.uwmrc to keep users informed as to the bindings
        !            48:  * contained herein.
        !            49:  */
        !            50: 
        !            51: char *DefaultBindings[] = {
        !            52: "autoselect;delta=25;freeze;grid;hiconpad=5;hmenupad=6;iconfont=oldengssx",
        !            53: "menufont=timrom12b;resizefont=9x15;viconpad=5;vmenupad=3;volume=7",
        !            54: "f.menu=m::l d:\"WINDOW OPS\"",
        !            55: "f.menu=m::m d:\"EXTENDED WINDOW OPS\"",
        !            56: "f.move=m:w|i:r d",
        !            57: "f.circleup=m:r:r d",
        !            58: "menu=\"WINDOW OPS\" {",
        !            59: "\"(De)Iconify\":f.iconify",
        !            60: "Move:f.move",
        !            61: "Resize:f.resize",
        !            62: "Lower:f.lower",
        !            63: "Raise:f.raise",
        !            64: "}",
        !            65: "menu=\"EXTENDED WINDOW OPS\"{",
        !            66: "Create Window:!\"xterm &\"",
        !            67: "Iconify at New Position:f.newiconify",
        !            68: "Focus Keyboard on Window:f.focus",
        !            69: "Freeze All Windows:f.pause",
        !            70: "Unfreeze All Windows:f.continue",
        !            71: "Circulate Windows Up:f.circleup",
        !            72: "Circulate Windows Down:f.circledown",
        !            73: "}",
        !            74: 0      /* Must NOT be removed. */
        !            75: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.