[racket-dev] Tab switching keyboard shortcuts on Mac

2010-11-14 Thread Dmitry Chestnykh
Hello, The default "next-tab" and "prev-tab" keyboard shortcuts in DrRacket on Mac are "d:s:right" and "d:s:left". Unfortunately, the same shortcuts are used all over the OS X for "select-to-end-of-line" and "select-to-beginning-of-line" in text views. In OS X, the standard shortcuts for switching

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-14 Thread Jens Axel Søgaard
2010/11/12 Neil Toronto : > Jon Rafkind wrote: >> On 11/12/2010 02:25 PM, Eli Barzilay wrote: >>> >>> Any objections to `shuffle' in `racket/list'? > > No objections here. I will almost surely use this function in the future. > >> Dumb question but is this different from `shuffle-list' from games/c

Re: [racket-dev] Tab switching keyboard shortcuts on Mac

2010-11-14 Thread Robby Findler
Thanks, I've pushed a fix. Do you know the keybindings from experience or can you point to a definitive cite somewhere that lists things like standard keybindings (Google led me to this file, but not how to read it: /System/Library/Frameworks/AppKit.framework/Resources/StandardKeyBinding.dict) Ro

Re: [racket-dev] Tab switching keyboard shortcuts on Mac

2010-11-14 Thread Dmitry Chestnykh
On Sun, 14 Nov 2010, Robby Findler wrote: Thanks, I've pushed a fix. Thank you, it was fast! Do you know the keybindings from experience or can you point to a definitive cite somewhere that lists things like standard keybindings Apple's HIG have keyboard shortcuts section: http://goo.gl/p01

Re: [racket-dev] Tab switching keyboard shortcuts on Mac

2010-11-14 Thread Robby Findler
On Sun, Nov 14, 2010 at 1:24 PM, Dmitry Chestnykh wrote: > On Sun, 14 Nov 2010, Robby Findler wrote: >> >> Thanks, I've pushed a fix. > > Thank you, it was fast! > >> Do you know the keybindings from experience or can you point to a >> definitive cite somewhere that lists things like standard keyb

Re: [racket-dev] Tab switching keyboard shortcuts on Mac

2010-11-14 Thread Dmitry Chestnykh
On Sun, 14 Nov 2010, Robby Findler wrote: Currently, DrRacket uses cmd-[ and cmd-] and it seems unfortunate to have to change that by adding another modifier. I see that terminal uses that for cycling windows, and safari and firefox use it for the browsing history. Preview uses it for changing p