modifiers
Description
Polls and reports the state of the keyboard's modifier keys.
Examples

Arguments
rate [int]
Specifies a polling rate in milliseconds. The default value is
(no polling).Attributes
Common Box Attributes
Messages
bang
(keyboard)
interval
Arguments
Output
int
Output is sent whenever a modifier key is pressed down on the computer keyboard. Modifier key states are reported as
Out left outlet: The on/off state of the Shift key.
Out second outlet: The on/off state of the Caps Lock key.
Out third outlet: the on/off state of the Option key on Macintosh or the Alt key on Windows.
Out fourth outlet: the on/off state of the Control key.
Out fifth outlet: the on/off state of the Command key on Macintosh or the Control key on Windows.
Note: The fourth and fifth outlets both report the on/off state of the Control key on Windows, since the Command key on Macintosh is equivalent to the Control key on Windows. For cross-platform uses, Windows users should use the fifth outlet of the modifiers object for reporting the Control key state. The fourth outlet also reports the Control key on Windows so that (older) Macintosh patches that use this key can be opened on Windows systems. The Macintosh Control key normally corresponds to the right-hand mouse button on Windows. See the section on file and key mappings in the Max Tutorials for a complete discussion of cross-platform keyboard issues.
See Also
Name | Description |
---|---|
key | |
keyup | |
numkey | |
Max Basic Tutorial 8: Keyboard and Mouse Input | Max Basic Tutorial 8: Keyboard and Mouse Input |