special-control-key in Eventspaces
Enables or disables special Control key handling (Mac OS). When Control is treated as a special key, the system's key-mapper is called without Control for keyboard translations. For some languages, Control key presses must be seen by the system translation, so this mode should be turned off, but the default is on.
(special-control-key -> void
on?)
on? : boolean
If on? is #f, Control is passed to the system translation
as normal. This setting affects all windows and eventspaces.
(special-control-key) -> boolean
Returns #t if Control is currently treated specially,
#f otherwise.