Skip to content

Commit 3dc7a4c

Browse files
added file references
1 parent 2b5fc5b commit 3dc7a4c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,32 @@ There is no installation process. Download the exe and hotstrings.xlsx(or csv) a
1313
* I use the xlsx version every day for work.
1414
* 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.
1515
* 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.
16+
17+
## Excel hotstring file format
18+
19+
Filename: hotstrings.xlsx
20+
Sheetname: Templates
21+
22+
### Table
23+
| ID | Name | HotString | Extended Text |
24+
| -- | ------------ | --------- | ------------------------------------------------------------------------------------------------------------------------------------- |
25+
| 0 | My Name | <ate | AutoHotkey Text Expander |
26+
| 1 | Greeting | | Hello World! |
27+
| 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. |
44+
| test | This is a hotstring without a prefix. |

0 commit comments

Comments
 (0)