X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeyMap.h;h=849ba0cdad6ee5f089a0ff1b478cb76128a0fe1d;hb=5333998570902b22c3db30af63ddbe8d91304310;hp=95a5f61c5e996ff68e7cc2b3ce18035d6b86703e;hpb=51aebc9327345f6ea065035f489dbfec1568279f;p=lyx.git diff --git a/src/KeyMap.h b/src/KeyMap.h index 95a5f61c5e..849ba0cdad 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -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)