At Mon, 1 Feb 2010 10:25:00 -0600, Robby Findler wrote: > There is some feature in the OS that lets you move around between > radio buttons with the keyboard. Matthew uses it under mac os x, so > maybe he can tell you more.
Ctl-F7 to enable. There's also a checkbox in the system preferences. But it doesn't work well with the current dialog. A `(send c allow-tab-exit #t)' on the canvas for the "#lang" discussion helps a little, so that it doesn't turn into a black hole for the Tab key. But you really need an `accept-tab-focus' on `editor-canvas%' (not currently provided) and more to make it work well. _________________________________________________ For list-related administrative tasks: http://list.cs.brown.edu/mailman/listinfo/plt-dev
