The Racket repository
![]() DrRacket's interactions window tried to treat numpad Enter the same as ctl-Return: send input to the reader, even if an S-expression is incomplete. Since numpad Enter events were not reported as 'numpad-enter, however, the special treatment didn't take effect. Meanwhile, it appears that some keyboard configurations report a numpad Enter event when NumLock is on and the regular Enter key is pressed, and that's probably not what a user wants. And numpad Enter has never been reported differently from regular Enter on Windows. So, it's simpler and more consistent to just treat numpad Enter and regular Enter the same. |
||
---|---|---|
native-pkgs@4bc36e704d | ||
pkgs | ||
racket | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
.travis.yml | ||
INSTALL.txt | ||
Makefile | ||
README.txt |
This is the source code for the main Racket distribution. See "INSTALL.txt" for information on building Racket. License ------- Racket Copyright (c) 2010-2014 PLT Design Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This means that you can link Racket into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify Racket; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software. See racket/src/COPYING_LESSER.txt for more information.