|
@@ -775,7 +775,7 @@ X11_DispatchEvent(_THIS)
|
|
|
X11_XDisplayKeycodes(display, &min_keycode, &max_keycode);
|
|
|
keysym = X11_KeyCodeToSym(_this, keycode, xevent.xkey.state >> 13);
|
|
|
fprintf(stderr,
|
|
|
- "The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> X11 KeyCode %d (%d), X11 KeySym 0x%lX (%s).\n",
|
|
|
+ "The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL forums/mailing list <https://discourse.libsdl.org/> X11 KeyCode %d (%d), X11 KeySym 0x%lX (%s).\n",
|
|
|
keycode, keycode - min_keycode, keysym,
|
|
|
X11_XKeysymToString(keysym));
|
|
|
}
|