Is it possible to set up a macro that is invoked when a keypress occurs (for instance an alphanumeric key types into a document) which then cancels the text being entered?
Alternatively is there any other way I can prevent documents being edited without relying on setting read-only properties through the file system? Or even to prevent the prompt to save a document when it is modified and about to be closed (can I change the modified status back to unmodified before closing for instance)?