[racket-dev] change default binding of c:x; c:w to "save definitions as..." ?

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Mar 25 10:52:34 EDT 2011

30 minutes ago, Robby Findler wrote:
> On Fri, Mar 25, 2011 at 7:53 AM, Eli Barzilay <eli at barzilay.org> wrote:
> > On Monday, John Clements wrote:
> >>
> >> Well, that simplifies things; any objection to just adding
> >> shift-command-S for "Save Definitions As..." to the Mac platform?
> >
> > Is there any reason not to do this for unix/windows also, using
> > control?  There are many applications that use this for a save-as.
> 
> No (I think it probably should be done now that someone has
> confirmed that's a conventional keybinding).

I made a naive attempt -- add a (shortcut #\S) in
`file-menu:save-as-item', but that didn't work.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!



Posted on the dev mailing list.