$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.1. Default keyboard navigation keys
| Key | Navigation |
|---|---|
| N or → | Next sibling |
| P or ← | Previous sibling |
| U or ↑ | Parent |
| H or Home | Home |
In addition, if the speaker notes extension is used, S will toggle between the normal view and the speaker notes view.