]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
Add more page sizes to KOMA and memoir
[lyx.git] / src / KeyMap.h
index 95a5f61c5e996ff68e7cc2b3ce18035d6b86703e..849ba0cdad6ee5f089a0ff1b478cb76128a0fe1d 100644 (file)
@@ -118,7 +118,8 @@ public:
 
        /// Given an action, print the keybindings.
        docstring printBindings(FuncRequest const & func,
-                               KeySequence::outputFormat format) const;
+                               KeySequence::outputFormat format,
+                               bool const untranslated = false) const;
 
        struct Binding {
                Binding(FuncRequest const & r, KeySequence const & s, ItemType t)