I am looking to detect when an arrow key is pressed while the user is using the text editor. I have managed to figure out how to use the BeforeKeyPress & AfterKeyPress events of TextDocumentKeyPressEvents, but these are not triggered
for the arrow keys. Is there any event that I can use to detect when the arrow keys are pressed? Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/