Hi, I was wondering if there is a way to navigate in the twine story and change passage with keys? (for example left and right arrow keys to move from one page to another)
thanks in advance
I'm working on something similar -- I'm using specific keys to navigate to my help passage, my navigation, etc. I'm taking a "belt and suspenders" approach where I use HTML accesskeys, with JavaScript key bindings as a backup. Hopefully this will help you get started.
The accesskey code within a passage looks like this:
Comments
The accesskey code within a passage looks like this:
It's important to set the tabindex to 0. See http://snook.ca/archives/accessibility_and_usability/elements_focusable_with_tabindex
for a discussion of the issue.
My keybinding macro looks like this: