I am echoeing the contents of a text file into a window. I can specify decipher \b as {BS}, \t as {TAB}, \n as {ENTER} etc.
- Where do I find a complete list of the C# escape character and its associated typewriter string i.e. \b is the C# escape sequence and {BS} is the typewriter string?
- I need a list that includes composite typewriter strings like Shift+F1 etc.
Thanks.