Forum Discussion
Keyboard navigation from slides to layers
My first instinct is to say that if you are absolutely bound to only two possible arrow keys, then you are bound to always following a certain order. i.e. press RA shows layer 1, press again show layer 2, until layers are exhausted, at which point RA shows next slide. To get to previous slide requires LA until all the layers have been traversed before previous slide can be seen. Adding the use of up and down arrows and the tab key may give you more flexibility, as you can program things like when RA is pushed show layer 1 if object XX has focus.
I find the arrow keys working without clicking, as long as the object has the focus, even though the trigger says "after user clicks"
Otherwise, you need to keep track of how many times RA has been pressed. If it is 1, show layer 1, if 2, layer 2, etc.