From 3ea22564a1bb28973ef0ff2d399954a9bc14fbd6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 3 Jul 2020 15:12:38 +0200 Subject: [PATCH] wip #3755 --- js/libs/fluidbook/fluidbook.nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 3af8c121..3e4465cd 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -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 -- 2.39.5