Skip to content

Commit 7bd7e53

Browse files
authored
Update Support.md
1 parent 20efc51 commit 7bd7e53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Support To Notepad++
2-
1. After Installing Notepad++, goto C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml [Path](Screenshots/1.Path.PNG)<br>
2+
1. After Installing Notepad++, goto ```C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml```
3+
[Path](Screenshots/1.Path.PNG)<br>
34
<img src =Screenshots/1.Path.PNG width="650" height="350" alt="Path"><br>
45
2. Add A Line inside ```<UserDefinedCommands> </UserDefinedCommands> ``` <br>
56
Line: ``` <Command name="Java_Executor" Ctrl="no" Alt="no" Shift="no" Key="117">cmd /k cd $(CURRENT_DIRECTORY) &amp;&amp; &quot;$(CURRENT_DIRECTORY)/Executor_Java.bat&quot;</Command> ``` [Line](Screenshots/2.shortcuts.xml.PNG) <img src =Screenshots/2.shortcuts.xml.PNG width="650" height="350" alt="Shortcuts.xml File"> <br>

0 commit comments

Comments
 (0)