Developer add-in:
Connect.cs: Created GetAddInName function. Returns the name of the add-in.
iJawsVS2010AddIn.cs: Created entry for GetAddInName function.
Production add-in:
Connect.cs: Removed ProdTest function.
Connect.cs: Created GetAddInName function. Returns the name of the add-in.
Connect.cs: Modified the GUID with the generated GUID.
iJawsVS2010AddIn.cs: Removed ProdTest.
iJawsVS2010AddIn.cs: Created entry for GetAddInName function.
Jaws Scripts Modifications:
Removed ProdTest script.
Created SayAddInName script. Hotkey: Ctrl+Alt+N
We can remove the hotkey for the SayAddInName script if we want, if we need the keystroke for something else.
Keymap modifications:
UpArrow - SayPriorLine() - I removed Ctrl.
Ctrl+Alt+N - SayAddInName()
↧