It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Every time I use the unrecognized PrtSc key for Fraps, Quake 2 reports "<UNKNOWN KEYNUM> is unbound, hit F4 to set."

Is there a way to mute that pop-up or pop-ups in general through autoexec.cfg without having to recompile the source code?
Or a way to mute the "Wrote q2_0001.tga" pop-ups (that are visible even on subsequent F12 screenshots)?

495 of keys.c:
return "<UNKNOWN KEYNUM>";

766-767 of keys.c:
if (key >= 200 && !keybindings[key])
Com_Printf ("%s is unbound, hit F4 to set.\n", Key_KeynumToString (key) );

Alternatively, a patch that comments out the latter would be welcome.
Post edited April 01, 2021 by KoneserX
No posts in this topic were marked as the solution yet. If you can help, add your reply
Just bound screenshots to the fire key. It never stops being funny.