Displaying 1 result from an estimated 1 matches for "ev_button".
Did you mean:
evt_button
2006 Dec 28
2
updating the AUTHORS file
...rate compiz.schemas
s/expose/scale/ in dependencies
tweak eventMatches slightly to allow extra modifiers to be down 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. (handleEven...