[plt-scheme] Re: MysterX

Yavuz Arkun yarkun at gmail.com
Wed Feb 13 17:36:13 EST 2008


Thanks, that should help me to get my desired mix of Emacs/CUA keys 
set up. :)
--Yavuz

Robby Findler wrote:
> 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


More information about the plt-scheme mailing list