File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
; To understand the hotstring syntax see this specific, convenient page: https://www.autohotkey.com/docs/Hotstrings.htm
5
5
6
- ; ## This section replaces any two dashes "--" typed consecutively with an em dash "—" ##
6
+ ; ## This section replaces any two hyphens "--" typed consecutively with an em dash "—" ##
7
7
; * makes it so the hotstring doesn't require an ending character
8
8
; ? makes it so the hotstring will activate even in the middle of a word
9
9
; TEMPORARILY COMMENTED OUT :*?:--::—
10
10
11
11
12
- ; ## This section replaces one dash between spaces " - " with an em dash " — " ##
12
+ ; ## This section replaces three hyphens "--- " with an em dash "— " ##
13
13
; ? makes it so the hotstring will activate even in the middle of a word
14
- ; the ` tells the hotstring to include the space after the em dash
15
- :* ?: - :: — `
14
+ :*?:--- ::—
16
15
17
16
; Icon made by Google from www.flaticon.com
You can’t perform that action at this time.
0 commit comments