Method code for $has_commands.get_shortcut_info()

[Turn off line numbering]
  1: arg shortcut;
  2: 
  3: return (| shortcuts[shortcut] |) || throw(~shortcutnf, "Shortcut \"" + shortcut + "\" is not defined on this object.", shortcut);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon