]> _ Git - fluidbook-html5.git/commitdiff
wip #7547 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jun 2025 15:01:15 +0000 (17:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jun 2025 15:01:15 +0000 (17:01 +0200)
js/libs/fluidbook/fluidbook.keyboard.js

index bf37f6fe9c0b197d9a4d9438a20cc79ad7f91223..f2ddedcaf9c45996bad2e578339ecb0fd3e4ae75 100644 (file)
@@ -40,11 +40,13 @@ FluidbookKeyboard.prototype = {
                 $this.tabNavigation('.mview', dir);
                 e.preventDefault();
             } else {
-                if ($this.tabNavigationSections(['#horizontalNav', '#menuOpener', //.
+                if ($this.tabNavigationSections([
+                    '#next', '#previous',
                     '.audio-description-wrapper.left', '.audio-description-wrapper.right', //.
                     '#links .leftContainer .linksHolder', '#links .rightContainer .linksHolder', //.
-                    '#next-arrows', '#prev-arrows', //.
                     '#links .leftContainer .bookmark', '#links .rightContainer .bookmark',
+                    '#last', '#first', //.
+                    '#horizontalNav', '#menuOpener', //.
                     '#logo', //.
                     '#credits',], dir)) {
                     e.preventDefault();