--- a/include/SDL_keysym.h Thu Jan 03 06:07:30 2008 +0000
+++ b/include/SDL_keysym.h Tue Jan 08 00:10:46 2008 +0000
@@ -300,9 +300,10 @@
SDLK_MUTE = SDL_PHYSICAL_KEY(127),
SDLK_VOLUMEUP = SDL_PHYSICAL_KEY(128),
SDLK_VOLUMEDOWN = SDL_PHYSICAL_KEY(129),
- /*SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130), not sure whether there's a reason to enable these
- SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131),
- SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */
+/* not sure whether there's a reason to enable these */
+/* SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130), */
+/* SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131), */
+/* SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */
SDLK_KP_COMMA = SDL_PHYSICAL_KEY(133) | SDL_KEY_KEYPAD_BIT,
SDLK_KP_EQUALSAS400 = SDL_PHYSICAL_KEY(134) | SDL_KEY_KEYPAD_BIT,