unbind-three-modifier-key-events

Name

unbind-three-modifier-key-events -- Unbind events attached to a multi-modifier key event.

Synopsis

(unbind-three-modifier-key-events
		modkey1 modkey2 modkey3 #&optional ignore1 ignore2)

Description

Unbind events attached to a multi-modifier key event. MODKEY1, MODKEY2, MODKEY3 are the three modifiers that are having the binding eliminated for. IGNORE1 and IGNORE2 can be anything, and are provided to conveniently allow an unbinding invocation to have the same arguments as the analagous binding operation.

Implementation Notes

Module: (app scwm modifier-key-bindings)

Defined in scheme/modifier-key-bindings.scm at line 71 (CVS log)