set-alt-down in key-event%
set-alt-down
key-event%
Sets whether 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 set-meta-down).
set-meta-down
(send a-key-event set-alt-down down?) -> void down? : boolean
(send a-key-event set-alt-down down?)
send
a-key-event
down?