-
-
Notifications
You must be signed in to change notification settings - Fork 0
Database
Peter Dziezyk edited this page Aug 28, 2018
·
20 revisions
<h->Hello
<i:><bs><h->!
| Custom Keyboard Shortcut (input) | Functionality (output) | Description |
|---|---|---|
<h->Ctrl H
|
Hello |
Basic example: Press ctrl <, release, then press h to run the proceeding functionality Hello. The - sign auto backspaces the amount of characters before it and marks the end of custom shortcut.Can also look like this: <h-Hello <h><bs>Hello <h:<bs>Hello or <h:><bs>Hello
|
<i:>Ctrl I
|
<bs><h->! |
Connected example: Press ctrl <, release, then press i to run the functionality. Functionality starts with a backspace <bs> then <h-> pretty much searches db.txt for a matching <h-> in the beginning of a line and if found outputs that lines functionality/output and stops running when reaches ! at the end of line.Connection syntax <i:> or <i->
|
Database 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 -> functionality.