search for: eventterminates

Displaying 1 result from an estimated 1 matches for "eventterminates".

2006 Dec 28
2
updating the AUTHORS file
...own when recognizing a modifier keypress. (Eg, don't require the user to release Alt before pressing Control to get window snapping.) new method that replaces EV_KEY and EV_BUTTON. Tests if an event matches a binding, being more precise about modifier state than EV_KEY and EV_BUTTON were. (eventTerminates): Tests if an event is "the opposite" of a binding. (Eg, button or modifier key release.) Replaces CompReleaseMask and "terminate" bindings. (handleEvent): Use eventMatches When passed a keybinding containing just modifiers, grab/ungrab every keypress event that would result...