diff --git a/lib/exe/js.php b/lib/exe/js.php
index f2f9dfe6b0285429f85c6713c6e36f1250518e1b..669afb96cb094755648e56c14b37febc483dc493 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -114,7 +114,7 @@ function js_out(){
     js_runonstart('scrollToMarker()');
     js_runonstart('focusMarker()');
     // init hotkeys - must have been done after init of toolbar
-    js_runonstart('initializeHotkeys()');
+#FIXME disabled for FS#1958    js_runonstart('initializeHotkeys()');
 
     // end output buffering and get contents
     $js = ob_get_contents();