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

index d2cd1994bbb317902e24e8cf67fafc95934427e9..3af8c1211ea97a67adeeb78286605c8e2c1c3174 100644 (file)
@@ -432,7 +432,7 @@ FluidbookNav.prototype = {
                 if (this.fluidbook.share.isEnabled()) {
                     if (navType === 'horizontalNav') {
                         if (this.fluidbook.settings.share) {
-                            link = this.addLink(navType, 'nav-share', '#/share', 'share', 'share', 'share', 'Control+S');
+                            link = this.addLink(navType, 'nav-share', '#/share', 'share', 'share', 'share', 'Alt+S');
                         }
                     } else if (navType === 'menu') {
                         // Save HTML so it can be added to menu once MMenu is initialised