Method code for $has_commands.get_shortcut_info()

[Turn on line numbering]
arg shortcut;

return (| shortcuts[shortcut] |) || throw(~shortcutnf, "Shortcut \"" + shortcut + "\" is not defined on this object.", shortcut);

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark