unbindkey
SYNOPSIS
unbindkey keyName modifiers
DESCRIPTION
Remove binding of keyName, modifiers.
INPUT
None
OUTPUT
None
STATUS
unbindkey always returns a status code of 0.
PARAMETERS
keyName
keyName identifies the key to which a command is bound.
modifiers
See bindkey
OPTIONS
None
EXAMPLES
unbinding the combination Alt-F5 to beep:
unbindkey F5 00100000000
SEE ALSO
bindkey
key names
Last Changed January 2002
|
|