Hi Glenn,

Ugh, I can't believe I missed that. I see it loud and clear now, but I was
previously looking only within the switch clause just below this handling.

Anyway, now I get it. Thanks!

- Kim 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Glenn Carr
> Sent: den 5 juli 2006 18:25
> To: [email protected]
> Subject: Re: [DQSD-Devel] DQSD 3.2 attempt
> 
> > I see it just translates into Ctrl+B -- where is that key-combo 
> > finally handled?
> 
> search.htm:
> function okp()
> {
> // ...<snipped>...
>   // Search the command history.  Hold down shift with the 
> key to search
>   // forward.
>   if (window.event.keyCode == 2)
>   {
>     histsearch( document.deff.q.value, window.event.shiftKey );
>     return false;
>   }
> // ...<snipped>...
> 
> > What does Ctrl+B mean?
> 
> *I think* it was just an available window.event.keyCode, but 
> I really wanted to use F8/Shift-F8 (like DOSKEY) so I mapped 
> it to Ctrl-B.  Again, not 100% sure, but that's what I 
> vaguely remember.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to