[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Beginner .kbd syntax question



I replied to Jon yesterday, but for some reason I'm seeing my posts in
the list archive. I'll try again.

Any of these would work:

DZ,BX,(,s,a,d,/,n,v, ,l,p,t,4,)
or
DZ,BX,s,a,d,/,n,v, ,l,p,t,4,Q2

Or, more compactly:

DZBX(,s,a,d,/,n,v, ,l,p,t,4,)
or
DZBXs,a,d,/,n,v, ,l,p,t,4,Q2
Func DZ closes the DeFine (like the second press of your DeFine key) if it's not already closed -- otherwise does nothing.

As for this:

43=NOXHJM(,2,.,P,r,s,C,M,l,i,n,e,)
That's the assignment for the U2 Helpkey, to launch U2 routines. PrsCMline is the U2 routine that takes the CMline and parses it into framename and args before executing the frame.

Usage note:

BX fooQ2 ;*; executes native command foo
JM 2.fooQ2 ;*; executes U2 frame foo

KBD equivalents are:

BX,f,o,o,Q2
JM,2,.,f,o,o,Q2

--
Carl Distefano
cld@xxxxxxxx