&kbind - Return command key binding
&kbind key
&kbind returns the command bound to the given key sequence, &kbind can be abbreviated to &kbi. If the key is not bound then &kbind returns the string "ERROR".
The following example waits for the user to press a key, then prints what command the key is bound to.
ml-write "Enter key: " set-variable #l0 @cgk ml-write &spr "%s is bound to %s" #l0 &kbin #l0
(c) Copyright JASSPA 1999
Last Modified: 1998/08/12
Generated On: 1999/12/01