special-option-key in Eventspaces
Enables or disables special Option key handling (Mac OS). When Option is treated as a special key, the system's key-mapper is called without Option for keyboard translations. By dfeault, Option is not special.
(special-option-key -> void
on?)
on? : boolean
If on? is #f, Option is passed to the system translation
as normal. This setting affects all windows and eventspaces.
(special-option-key) -> boolean
Returns #t if Option is currently treated specially,
#f otherwise.