[plt-scheme] Is it feasible to re-associate both a menu item and a key command to the same action?
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.