diff --git a/ui/gallery.html b/ui/gallery.html index a391fe1d..76656380 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -107,7 +107,7 @@ function handleKeys(event){ } }() : (fn(code, keys.toggleRibbonView) >= 0) ? toggleRibbonView() - : (fn(code, keys.shiftKeys) >= 0) ? true + : (fn(code, keys.shiftKeys) >= 0) ? false // XXX : (keys.helpShowOnUnknownKey) ? function(){alert(code)}() : false; @@ -417,7 +417,7 @@ function demoteImage(){