You need to edit script (subfolder script\language) Find function/sub _INIT_
There is definition of the menu items. For ListTransform.vbs you should see something like: sub Init addMenuItem "&1. List of strings","List conversion", "ListString", "Shift+Ctrl+H" addMenuItem "&2. List of items","List conversion", "ListItems", "Shift+Ctrl+J" addMenuItem "&3. Line to list","List conversion", "LineToList", "Shift+Ctrl+L" end sub Parameters: Menu item, Menu group, function to run, Shortcut More information is in the help, included with PSPad under "scripting" -- <https://forum.pspad.com/read.php?2,71196,71199> PSPad freeware editor https://www.pspad.com
