[racket] Why can't `Alt' be used as the Meta key in Windows?
On Wed, Jul 24, 2013 at 5:28 PM, Ben Duan <yfefyf at gmail.com> wrote:
> I have a question here. `esc' is used as the Meta key for key bindings in
> Windows, for example key `esc;c:k' for `M-C-k'. Why not use `Alt' key
> instead? Is it because Windows captured these keys?
In the default configuration, the Alt key is used to access menus.
If you in Edit -> Preferences -> Editing uncheck 'Enable keybindings
in menus', you will get a more emacs-like behavior (which you can then
further customize).
HTH