Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-pcd!hpcvlx!gms From: gms@hpcvlx.cv.hp.com (George Sachs) Newsgroups: comp.sys.apollo Subject: Re: Motif key bindings under X11 R4 (pskq2_91) Message-ID: <101020044@hpcvlx.cv.hp.com> Date: 8 May 91 15:50:51 GMT References: <1991May6.195129.3125@ttsi.lonestar.org> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 44 > / hpcvlx:comp.sys.apollo / root@ttsi.lonestar.org (System) / 12:51 pm May 6, 1991 / > Amongst the changes the new X11 R4 environment has thrust upon us, > the following key definitions in /usr/X11/lib/system.mwmrc are flagged > as errors by mwm: > > Keys DefaultKeyBindings > { > Grow window f.resize > Grow icon f.normalize > ShiftGrow icon|window f.move > MetaGrow icon|window f.maximize > MetaCmd root|icon|window f.post_wmenu > ShiftCmd root|icon|window f.exec "mterm &" > Pop window f.raise_lower > ShiftPop window f.minimize > ShiftPop icon f.normalize > } > > The error message is: > Invalid key specification on line nn of configuration file > > This used to work under X11 R3 and was in fact part of the factory > SR10.3 /usr/X11/lib/system.mwmrc file. The new system.mwmrc does not > include these definitions. Is this by design? Any ideas? > -- > Mark S. Evans Tandem Telecommunications Systems Inc. > Phone: 214-516-6201 850 E. Central Parkway > Fax: 214-516-6801 Plano, TX 75074 > Mail: mse@ttsi.lonestar.org > ---------- The keysym names for these keys in pskq2_91 were changed from XK_Grow, XK_Cmd, and XK_Pop to apXK_Grow, apXK_Cmd, and apXK_Pop. You can either change your key bindings to use the new symbols (apGrow, apCmd, and apPop) or edit your XKeysymDB file (in /usr/X11/lib) to duplicate the Apollo-specific entries without the leading "ap". In pskq3_91, both the old (R3) and new (R4) names will be defined in XKeysymDB. George Sachs Hewlett-Packard gms@cv.hp.com