Last active
April 26, 2021 15:29
-
-
Save JoeGlines/0004a7d5f2417aeb09b1068af375b5c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;******************************************************* | |
; Want a clear path for learning AutoHotkey; Take a look at our AutoHotkey Udemy courses. They're structured in a way to make learning AHK EASY | |
; Right now you can get a coupon code here: https://the-Automator.com/Learn | |
;******************************************************* | |
;************Hotkeys******************** | |
; ^=Control #=Windows +=Shift !=Alt | |
^b::Run C:\Program Files\Mozilla Firefox\firefox.exe ;Launches FireFox | |
^n::run notepad.exe ;Launches Notepad | |
~^n::run notepad.exe ;launches Notepad w/o absorbing the HotKey</pre> | |
<h3>HotString</h3> | |
<pre class="lang:default decode:true">;*********HotString************ | |
::jg.::Joe Glines | |
:o:jta.::Hello ,How are you? {left 14} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment