I want to trap the PageDown event in an EventHandler. The code I've written is working fine for, say, "RightArrowKeyDown". But for the life of me I can't find the label for the Page Down key. I've tried "PageDownKeyDown" and variations using Pg and Dn but none of these seem to work. There is also no documentation on the labels of the keys other than those keys explicitly mentioned on the EventHandler help page.
Does anyone know what label to use?
thanks
EventHandlerthough (these keys down event trigger an unfiltered"KeyDown"event handler) – Lukas Lang Apr 03 '20 at 13:25