[plt-scheme] Re: MysterX
There is no way to export keybindings, but here is a sample keybindings file:
(module mykeys (lib "keybinding-lang.ss" "framework")
(keybinding "c:x;a"
(lambda (x y) (message-box "Hi" "Key Pressed"))))
Robby
On Feb 13, 2008 4:16 PM, Yavuz Arkun <yarkun at gmail.com> wrote:
> Hello,
> I am not sure if this is just a side-effect or not, but unchecking the
> "Enable keybindings in menus" option under
> Edit/Preferences/Editing/General tab seems to unmask a number of
> additional Emacs style keybindings.
>
> The currently defined list is available from Edit/Keybindings/Show
> active keybindings.
>
> Related to this question: is there a sample keybindings file somewhere
> in the distribution so that we can see the required format? Or is
> there way to "export" the current bindings to a file? (Since the
> relevant section of DrScheme manual seems to be incomplete atm.)
>
> Thanks,
> --Yavuz
>
>
> Filipe Cabecinhas wrote:
> >
> > Also: is it possible to have a windows DrScheme but with emacs-like
> > keybindings? I can't find the settings for that.
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>