]> _ Git - fluidbook-html5.git/commitdiff
wip #3755
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 3 Jul 2020 13:12:38 +0000 (15:12 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 3 Jul 2020 13:12:38 +0000 (15:12 +0200)
js/libs/fluidbook/fluidbook.nav.js

index 3af8c1211ea97a67adeeb78286605c8e2c1c3174..3e4465cd837459668e2d6ce05e7336003013fa61 100644 (file)
@@ -486,7 +486,7 @@ FluidbookNav.prototype = {
                 link = this.addLink(navType, 'nav-' + icon, '#', icon, 'full screen', 'switch between fullscreen and normal', 'F11');
             } else if (icon === 'sound' && this.fluidbook.sound.enabled) {
                 link = this.addLink(navType, 'nav-sound-on', '#', 'sound-on', 'switch off the sound', 'switch on / switch off the sound', 'F10');
-                link2 = this.addLink(navType, 'nav-sound-off', '#', 'sound-off', 'switch on the sound', 'switch on / switch off the sound', 'Alt+A');
+                link2 = this.addLink(navType, 'nav-sound-off', '#', 'sound-off', 'switch on the sound', 'switch on / switch off the sound', 'F10');
             } else if (icon === 'search') {
 
                 // Only the horizontal icon menu has the search icon, which opens the main menu