When you mentioned this earlier in the thread:
It means that the AirTurn is sending keyboard commands to GP, which is it’s default behaviour.
You can actually use a simple GP Script to convert these keyboard commands into next/previous variation.
- Open the Gig Script Editor (via the Window menu item).
- Paste in this script:
On Keystroke matching "PAGE DOWN" Description "Next"
Next()
End
On Keystroke matching "PAGE UP" Description "Previous"
Previous()
End
- Press the Compile button at the bottom of the script editor
- Close the script editor
Now try the AirTurn. The one caveat with this type of keyboard control, is that GP must be the active application, or those keyboard commands will be sent to the other active application.