| Did you know ... | Search Documentation: |
| event->has_modifier |
A modifier may be created by conversion from a name consisting of the
letters ’s’ (shift), ’c’ (control) and ’m’
(meta). The empty name demands all modifier keys to be up. See modifier<-convert
for details.
The following tests whether the shift key of the current event is depressed (and the control- and meta-keys are not depressed).
send(@event, has_modifier, s).
<-convert