It's this commit:DabbingSquidward wrote:the default binding of SysRq to Screenshots also accepts the spacebar.
https://github.com/drfrag666/gzdoom/com ... c76cb3d0c8
The problem is adding the following line to GUIWndProcHook. It doesn't matter which key you put there.
Code: Select all
case VK_SNAPSHOT: ev.data1 = GK_SYSRQ; break;
Now what coud i do?