Creating new shortcut in notepad++
问题 I am trying to add a shortcut or a button in notepad++ to call an external program on the file I am currently editing. For example, let's say I have the program " analyzer.jar ". I would like to create a button (or shortcut) in notepad++ that would directly run the command " cmd -K java -jar analyzer.jar "$(FULL_CURRENT_PATH) ". Since I haven't found any solution yet, any help would be deeply appreciated :). 回答1: Well, in fact I found how easy it is to create a shortcut for a command: Go in