Home Overview FAQ Documentation Download Mailing List Geomview For Windows? Support Users Development Bug Reporting Contributing Contact Us Sponsors
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Closed REQ 5271]: undocumented geomview feature
> > Date: Wed, 1 Mar 95 08:25:20 -0800 > From: wmg at sofya.umd.edu (William Goldman) > Message-Id: <9503011625.AA10899 at sofya.umd.edu> > To: software@geom > Subject: undocumented geomview feature > > > I discovered that if I hit Cv (as a keyboard shortcut) it has the same > effect as the keyboard shortcut CB (for background color). > > Tamara, thanks for the information about the Maryland Science Center. > I finally got around to calling them yesterday and it sounds like > they're doing similar things to what we're planning in a few weeks. > Their exhibit opens June 18, and I'm interested in seeing what they're > doing. > > Best regards, > Bill > > > > > Interesting, I took a look at the code and you are correct. Cv = CB as a key shortcut. Here's the relevant chunk of code. I'm not sure what this was put in for originally. Perhaps we hoped to eventually do Vect Coloring? Or then again, maybe it's because someone kept accidently hitting Cv instead of CB. case SEQ('C','f'): k = DRAWER_DIFFUSE; goto pickcolor; case SEQ('C','e'): k = DRAWER_EDGECOLOR; goto pickcolor; case SEQ('C','n'): k = DRAWER_NORMALCOLOR; goto pickcolor; case SEQ('C','b'): k = DRAWER_BBOXCOLOR; goto pickcolor; case SEQ('C','v'): case SEQ('C','B'): k = DRAWER_BACKCOLOR; goto pickcolor; pickcolor: ui_pickcolor( k ); break; Doesn't seem to cause any problems at least. Enjoy! Daeron Meyer
|
||
Home | Overview | FAQ | Documentation | Support | Download | Mailing List Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors |
|||
site hosted by |