Skip to content

Commit 4d658ba

Browse files
Update 'Installation and Usage' section
1 parent 178ccc2 commit 4d658ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Note: To get the AppUserModelID of a Windows Store App, you can use this [compre
5454
<br />
5555

5656

57-
## Installation
57+
## Installation and Usage
5858

5959
1- Download and install the AutoHotkey App v1.1 [here](https://www.autohotkey.com/) <br />
6060
Note: v1.1 still working fine. Pull Request to refactor the scripts for v2 compatibility are welcome
6161

6262
2- Download the script file [here](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps/releases/latest/download/AutoHotkey-script-Open-Show-Apps.ahk)
6363

64-
3- Edit the _"*** YOUR SHORTCUTS CONFIGURATION ***"_ section in the script file (Notepad works) and create your shortcuts, setting your [hotkeys](https://autohotkey.com/docs/KeyList.htm) and the address to your desired App by using the above [utility functions](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps#utility-functions)
64+
3- Edit the _"*** YOUR SHORTCUTS CONFIGURATION ***"_ section in the script file (Notepad works) and create/modify your shortcuts, setting your [hotkeys](https://autohotkey.com/docs/KeyList.htm) and the path to your desired App by using the above [utility functions](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps#how-it-works)
6565

6666
For example, this line `F7:: OpenOrShowAppBasedOnExeName("C:\Windows\notepad.exe")` will open the Window's Notepad App when you press the *F7* key
6767

0 commit comments

Comments
 (0)