]> git.lyx.org Git - features.git/blobdiff - src/LyXFunc.cpp
Fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5421
[features.git] / src / LyXFunc.cpp
index d9a8be61c21785dcf6de71727b73441bcff18890..4c035bf71159f14e7c54a8545a48ce73b71fed9d 100644 (file)
@@ -1706,7 +1706,7 @@ void LyXFunc::sendDispatchMessage(docstring const & msg, FuncRequest const & cmd
                }
        }
 
-       docstring const shortcuts = theTopLevelKeymap().printBindings(cmd);
+       docstring const shortcuts = theTopLevelKeymap().printBindings(cmd, KeySequence::ForGui);
 
        if (!shortcuts.empty())
                comname += ": " + shortcuts;