How to delete a macro

I have a macro in Notepad ++ that I no longer use, the macro also uses a shortcut that I want to use for other macros. But in Notepad ++ there is no function to delete macros. Is there any other way to remove a macro in Notepad ++ (for example, by managing Notepad ++ installation files)?

+4
source share
1 answer

Have you tried this:

  • In the top menu, select "Settings" => "Shortcut Mapper ..." and scroll down near the bottom
  • Right-click and select Modify or Delete.
+7
source

All Articles