$chunk-nav
$chunk-nav — Add keyboard navigation to chunks?
Parameter:
{}chunk-nav
Defined in:
param.xsl
Used in:
main.xsl, param.xsl
Synopsis
|$chunk-nav as xs:string := 'true'
Description
If $chunk-nav
is true,
keyboard navigation will be added to chunked output. This is accomplished by
adding the $chunk-nav-js
script to the generated HTML.
Table 1. Default keyboard navigation keys
Key | Navigation |
---|---|
N or → | Next sibling |
P or ← | Previous sibling |
U | Parent |
H or Home | Home |
S | Toggle between normal and speaker view |
Notes:
The ↑ used to be a shortcut for “parent”, like U, but that breaks the ability to navigate up and down the page with the arrow keys. It was removed in version 2.0.3.
The S functionality is really only relevant to when speaker notes are enabled.