Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Last active April 26, 2021 15:29
Show Gist options
  • Save JoeGlines/0004a7d5f2417aeb09b1068af375b5c2 to your computer and use it in GitHub Desktop.
Save JoeGlines/0004a7d5f2417aeb09b1068af375b5c2 to your computer and use it in GitHub Desktop.
;*******************************************************
; 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