How to remove custom run commands in notepad++

notepad

I use Notepad++ and to speed up the development of my program I added a keyboard shortcut to the Run menu. This of course took a few tries to get right and now I have multiple entries on the list which read

Compile     Ctrl+Shift+S

Most of which don't work due to failed attempts. Is there any way to remove the extra commands?

Best Answer

Under Settings go to the Shortcut Mapper. You should see a tab for run commands. Right-Click delete to remove the undesirable run command.

More documentation about formatting run commands can be found here.