-
-
Notifications
You must be signed in to change notification settings - Fork 0
Database
Peter Dziezyk edited this page Aug 17, 2018
·
20 revisions
<h-Hello
<i:<bs><h->!
db.txt does not auto create and must be created manually.
To create db.txt, Right click in c:/ drive, new folder named dna, and in the dna folder, right click, new, text document named db.txt.
Each line in db.txt is for its own custom shortcut.
| Custom Shortcut (input) | Functionality (output) | Description |
|---|---|---|
| <h- | Hello | Press ctrl (<), release, then press H to run the proceeding functionality Hello. The - sign means auto backspace the amount of characters before the minus sign and marks the end of the custom shortcut. Can also look like this: <h->Hello or <h><bs>Hello. |
| <i: | <bs><h->! | Press ctrl, release, then press I to run the functionality. Functionality pretty much searches db.txt for a matching <h- in the beginning of a line and if found outputs that lines functionality/output then continues running (!) till reaches end. |