Back in the long lost days of the IBM PC, pressing alt+printScreen activated a hardware option that sent a completely separate keycode to the computer, bypassing all software features. It was intended as a non-maskable interrupt but has fallen into disuse.
The Linux “Magic SysRq” key is an emulation of this behaviour, but because it is implemented in software it doesn’t use the hardware Key_Sysreq.