In a JScript script, find the init function. Syntax is as follows:
function Init()
{
  addMenuItem("Menu entry", "Menu name, "Function name", "Ctrl+Shift+d");
}
The last string inside the brackets is your shortcut.

In VB script it is similar:
Sub Init
  addMenuItem menu_item, module_name, "Sub Name", "Ctrl+Alt+d"
End Sub

-- 
<http://forum.pspad.com/read.php?2,37349,37352>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem