From c9a3d11cb8402c08b256adbc7b9ea1a3d3e7ff93 Mon Sep 17 00:00:00 2001 From: coreyhuinker Date: Wed, 18 Jan 2023 16:00:10 -0500 Subject: [PATCH v1] Add javascript to enable up/next/previous navigation via arrow keys --- doc/src/sgml/stylesheet-speedup-xhtml.xsl | 6 ++++++ doc/src/sgml/stylesheet.xsl | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/stylesheet-speedup-xhtml.xsl b/doc/src/sgml/stylesheet-speedup-xhtml.xsl index da0f2b5a97..d7e63ab38f 100644 --- a/doc/src/sgml/stylesheet-speedup-xhtml.xsl +++ b/doc/src/sgml/stylesheet-speedup-xhtml.xsl @@ -339,6 +339,12 @@ + + diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index b6141303ab..6fe3c51e18 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -72,7 +72,7 @@ Customization of header - + @@ -91,7 +91,7 @@ Customization of header - + @@ -120,7 +120,7 @@ Customization of header - + @@ -143,7 +143,7 @@ Customization of header   - + -- 2.39.0