Things like Ctrl+Alt+R won't do anything on Windows. OTOH Ctrl+Alt+4 does. Probably because FLTK needs to see a WM_CHAR message and very few keys generate those with Ctrl+Alt on Windows.
Works now with the new code in bug 4677.
Tested, works.