undefine_keymap
undefine_keymap name
This command deletes the keymap named name, which was created by define_keymap or copy_keymap. The keymap must not be currently attached to a window. The command will fail if it is. The function keymap_exists may be used to determine if the keymap is in use.
udkm is a synonym for undefine_keymap.
Example
undefine_keymap panel_map
Related Topics