I'm using this to help write notes. I have some templates I'f like to use shortcuts for:
For example. I'd like to say "insert physical trigger"
and have it produce:
TTP at A-1 pulley of
+ nodule palpated at A-1 pulley of
+ triggering noted on exam
I almost had it working by adding some of the commands to "basic". I added something like:
- name: "insert physical trigger"
description: >-
Types "trigger finger physical".
biasFactor: 1.2
functions:
- name: "type"
fixedArguments:
- "
TTP at A-1 pulley of\n+ nodule palpated at A-1 pulley of\n+ triggering noted on exam
"
Unfortunately the windows health record program has what looks to be a early spinoff version of notepad in which we enter the data. It did not respect the /n and made it all one line.
If you say "enter" it definitely does a carriage return, though, which probably can get it done.
Any idea how I could get that function to work? I guess the best way would be to
combine typing with a carriage return command between them. Any ideas how to do this?