get-alt-down in mouse-event%
get-alt-down
mouse-event%
Returns #t if the Option (Mac OS) key was down for the event. When the Alt key is pressed in Windows, it is reported as a Meta press (see get-meta-down).
#t
get-meta-down
(send a-mouse-event get-alt-down) -> boolean
(send a-mouse-event get-alt-down)
send
a-mouse-event