You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,14 @@ Note: To get the AppUserModelID of a Windows Store App, you can use this [compre
54
54
<br />
55
55
56
56
57
-
## Installation
57
+
## Installation and Usage
58
58
59
59
1- Download and install the AutoHotkey App v1.1 [here](https://www.autohotkey.com/) <br />
60
60
Note: v1.1 still working fine. Pull Request to refactor the scripts for v2 compatibility are welcome
61
61
62
62
2- Download the script file [here](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps/releases/latest/download/AutoHotkey-script-Open-Show-Apps.ahk)
63
63
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)
65
65
66
66
For example, this line `F7:: OpenOrShowAppBasedOnExeName("C:\Windows\notepad.exe")` will open the Window's Notepad App when you press the *F7* key
0 commit comments