get-alt-down in key-event%
get-alt-down
key-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-key-event get-alt-down) -> boolean
(send a-key-event get-alt-down)
send
a-key-event