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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,32 @@ There is no installation process. Download the exe and hotstrings.xlsx(or csv) a
13
13
* I use the xlsx version every day for work.
14
14
* I use the < at the beginning of all of my hotstrings but thats not necessary. You cant change the <now hotstring but any new ones you add can use any prefix or none at all.
15
15
* This is just a personal project because I wanted one and my boss would never pay for something like this but if you have suggestions I'd be open to adding/changing stuff.
| 2 | Grocery Note | <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br>That’s it, the end of the list. |
28
+
| 3 | Ramble | <blah | blah blah blah |
29
+
30
+
31
+
32
+
33
+
## CSV hotstring file format
34
+
35
+
Filename: hotstrings.csv
36
+
37
+
### Table
38
+
| HotString | Extended Text |
39
+
| --------- | ------------- |
40
+
| <ate | AutoHotkey Text Expander |
41
+
| <sorry | I am sorry for the inconvenience. |
42
+
| <hi | Hello World |
43
+
| <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br> That’s it, the end of the list. |
0 commit comments