Name
lookup-key -- Return the procedures bound to KEY within the CONTEXTS.
Synopsis
(lookup-key contexts key)
Description
Return the procedures bound to key within the contexts.
key is a modifiers and keysym string.
contexts is a list of event-contexts (e.g., '(left-button-1 frame-sides))
The return value is a list: (press-proc release-proc), or #f
if there is no matching binding.