Multi-event sequences and ignored events |
||||
|
When a sequence specified in a This means, for example, that if button 1 is clicked repeatedly the sequence If extraneous events that would prevent a match occur in the middle of an event sequence then the extraneous events are ignored unless they are KeyPress or ButtonPress events. For example, Furthermore, a KeyPress event may be preceded by any number of other KeyPress events for modifier keys without the modifier keys preventing a match. For example, the event sequence Finally, if several Motion events occur in a row, only the last one is used for purposes of matching binding sequences. |