check-for-break in Eventspaces
check-for-break
Inspects the event queue of the current eventspace, searching for a Shift-Ctl-C (X, Windows) or Cmd-. (Mac OS) key combination. Returns #t if such an event was found (and the event is dequeued) or #f otherwise.
#t
#f
(check-for-break) -> boolean
(check-for-break)