unbind-keycode

Name

unbind-keycode -- Unbind the given KEYCODE within the CONTEXTS.

Synopsis

(unbind-keycode contexts keycode modifier-mask #&optional ignored-proc1 ignored-proc2)

Description

Unbind the given keycode within the contexts. keycode is an X/11 key code, modifier-mask is the bitmask of modifiers. ignored-proc1 and ignored-proc2 can both be given, but are ignored; they permit the identical arguments to be used as for bind-keycode.

Implementation Notes

Module: Built-in Primitive

Defined in src/binding.c at line 1166 (CVS log)