[plt-scheme] Is it feasible to re-associate both a menu item and a key command to the same action?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Jan 5 11:23:53 EST 2008

THe function called 'help-desk' in collects/drscheme/private/help-desk.ss

Robby

On Jan 5, 2008 10:03 AM, Grant Rettke <grettke at acm.org> wrote:
> On Jan 5, 2008 7:17 AM, Robby Findler <robby at cs.uchicago.edu> wrote:
> > You should be able to override f1 with a new keybinding. AS far as
> > disabling help desk goes, there are lots of ways to open it thru the
> > GUI and teh function they all call isn't really configurable via a
> > tool. You could patch drscheme, tho.
>
> I would patch it at the one function that opens the browser. I know
> that F1 is bound to a key command to do that, how would I go about
> figuring out what function starts the help desk knowing that?
>
> If we use v3.99 this becomes a non-issue.
>


Posted on the users mailing list.