special-control-key in Eventspaces
Enables or disables special Control key handling (Mac OS X). 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-> voidon?)
on?: booleanIf
on?is#f, Control is passed to the system translation as normal. This setting affects all windows and eventspaces.
(special-control-key)-> booleanReturns
#tif Control is currently treated specially,#fotherwise.