I have a shortcut with this target:
My goal is to set edit mode to start in insert mode. The INI file is currently empty. I don't understand how to add "SETDOS /M1" (or its equivalent) into this INI file.
How do you do this? I've been reading through the documentation, and while I see stuff on "SETDOS", "Ins", and "Edit Mode", I don't understand which of these, if any, apply to the INI file. I've tried these values (which is the *only* text in the INI file):
Ins = Yes
--> Invalid key substitution for "Ins"
Ins
--> No error message, and mode is still overstrike
Ins = 1
--> No error message, and mode is still overstrike
SETDOS = M1
--> Invalid item name "SETDOS"
SETDOS = /M1
--> Invalid item name "SETDOS"
Most importantly, how do I discover this kind of thing in the documentation? The universe of available variables, and their possible values?
Thank you.
C:\applications\utilities\TCCLE10\tcc.exe /@R:\jeffy\application_settings\tcc_le\tcmd.ini
My goal is to set edit mode to start in insert mode. The INI file is currently empty. I don't understand how to add "SETDOS /M1" (or its equivalent) into this INI file.
How do you do this? I've been reading through the documentation, and while I see stuff on "SETDOS", "Ins", and "Edit Mode", I don't understand which of these, if any, apply to the INI file. I've tried these values (which is the *only* text in the INI file):
Ins = Yes
--> Invalid key substitution for "Ins"
Ins
--> No error message, and mode is still overstrike
Ins = 1
--> No error message, and mode is still overstrike
SETDOS = M1
--> Invalid item name "SETDOS"
SETDOS = /M1
--> Invalid item name "SETDOS"
Most importantly, how do I discover this kind of thing in the documentation? The universe of available variables, and their possible values?
Thank you.
Last edited: