Annotation of researchv9/X11/src/X.V11R1/clients/uwm/Bindings.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char *rcsid_Bindings_c = "$Header: Bindings.c,v 1.9 87/08/21 13:30:22 swick Exp $";
                      3: #endif lint
                      4: 
                      5: #include <X11/copyright.h>
                      6: 
                      7: /*
                      8:  * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
                      9:  *
                     10:  *                         All Rights Reserved
                     11:  *
                     12:  * Permission to use, copy, modify, and distribute this software and its
                     13:  * documentation for any purpose and without fee is hereby granted,
                     14:  * provided that the above copyright notice appear in all copies and that
                     15:  * both that copyright notice and this permission notice appear in
                     16:  * supporting documentation, and that the name of Digital Equipment
                     17:  * Corporation not be used in advertising or publicity pertaining to
                     18:  * distribution of the software without specific, written prior permission.
                     19:  *
                     20:  *
                     21:  * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
                     22:  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
                     23:  * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
                     24:  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
                     25:  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
                     26:  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
                     27:  * SOFTWARE.
                     28:  */
                     29: 
                     30: 
                     31: 
                     32: /*
                     33:  * MODIFICATION HISTORY
                     34:  *
                     35:  * 000 -- M. Gancarz, DEC Ultrix Engineering Group
                     36:  */
                     37: 
                     38: #ifndef lint
                     39: static char *sccsid = "@(#)Bindings.c  3.8     1/24/86";
                     40: #endif
                     41: 
                     42: /*
                     43:  * Bindings.c  Default bindings for the X window manager 'uwm'
                     44:  *
                     45:  * Note: Any changes to this file should also be added to the file
                     46:  * /usr/new/lib/X/uwm/default.uwmrc to keep users informed as to the bindings
                     47:  * contained herein.
                     48:  */
                     49: 
                     50: char *DefaultBindings[] = {
                     51: "resetbindings;resetvariables;resetmenus;noautoselect;delta=5;freeze",
                     52: "grid;zap;pushabsolute;push=1;hiconpad=5;viconpad=5;hmenupad=3;vmenupad=0",
                     53: "iconfont=fixed;menufont=fixed;resizefont=fixed;volume=0",
                     54: "f.newiconify=m:w|i:delta l",
                     55: "f.raise=m:w|i:delta l",
                     56: "f.lower=m:w|i:l u",
                     57: "f.raise=m:w:m d",
                     58: "f.resize=m:w:delta m",
                     59: "f.iconify=m:i:m u",
                     60: "f.raise=m:w|i:r d",
                     61: "f.move=m:w|i:delta r",
                     62: "f.circledown=m:r:l d",
                     63: "f.circleup=m:r:r d",
                     64: "f.circledown=m|s::l d",
                     65: "f.menu=:r:m d:\"WindowOps\"",
                     66: "f.menu=m|s::m d:\"WindowOps\"",
                     67: "f.menu=m|s::m d:\"Preferences\"",
                     68: "f.circleup=m|s::r d",
                     69: "f.iconify=m|c:w|i:l d",
                     70: "f.newiconify=m|l:w|i:l d",
                     71: "f.raise=m|l:w|i:l u",
                     72: "f.pushright=m|l:w|i:r d",
                     73: "f.pushleft=m|c:w|i:r d",
                     74: "f.pushup=m|l:w|i:m d",
                     75: "f.pushdown=m|c:w|i:m d",
                     76: "menu=\"WindowOps\"{",
                     77: "New Window:!\"xterm&\"",
                     78: "RefreshScreen:f.refresh",
                     79: "Redraw:f.redraw",
                     80: "Move:f.move",
                     81: "Resize:f.resize",
                     82: "Lower:f.lower",
                     83: "Raise:f.raise",
                     84: "CircUp:f.circleup",
                     85: "CircDown:f.circledown",
                     86: "AutoIconify:f.iconify",
                     87: "LowerIconify:f.newiconify",
                     88: "NewIconify:f.newiconify",
                     89: "Focus:f.focus",
                     90: "Freeze:f.pause",
                     91: "UnFreeze:f.continue",
                     92: "Restart:f.restart",
                     93: "}",
                     94: "menu=\"Preferences\"{",
                     95: "Bell Loud:!\"xset b 7&\"",
                     96: "Bell Normal:!\"xset b 3&\"",
                     97: "Bell Off:!\"xset b off&\"",
                     98: "Click Loud:!\"xset c 8&\"",
                     99: "Click Soft:!\"xset c on&\"",
                    100: "Click Off:!\"xset c off&\"",
                    101: "Lock On:!\"xset l on&\"",
                    102: "Lock Off:!\"xset l off&\"",
                    103: "Mouse Fast:!\"xset m 4 2&\"",
                    104: "Mouse Normal:!\"xset m 2 5&\"",
                    105: "Mouse Slow:!\"xset m 1 1&\"",
                    106: "}",
                    107: 0      /* Must NOT be removed. */
                    108: };

unix.superglobalmegacorp.com

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