X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeySequence.h;h=6e46abac2c95a583a76bc48ded8e14383ab5702f;hb=29b9dd8b2f89f3741375ff5494aad03f22c7514f;hp=cae65d536fcea8f091fac214d2d8c31581ec4409;hpb=51aebc9327345f6ea065035f489dbfec1568279f;p=lyx.git diff --git a/src/KeySequence.h b/src/KeySequence.h index cae65d536f..6e46abac2c 100644 --- a/src/KeySequence.h +++ b/src/KeySequence.h @@ -40,12 +40,12 @@ public: /** * Add a key to the key sequence and look it up in the curmap * if the latter is defined. - * @param keysym the key to add + * @param key the key to add * @param mod modifier mask * @param nmod which modifiers to mask out for equality test * @return the action matching this key sequence or LFUN_UNKNOWN_ACTION */ - FuncRequest const & addkey(KeySymbol const & keysym, KeyModifier mod, + FuncRequest const & addkey(KeySymbol const & key, KeyModifier mod, KeyModifier nmod = NoModifier); /** @@ -72,7 +72,7 @@ public: * @param format output format * @see parse() */ - docstring const print(outputFormat format) const; + docstring const print(outputFormat format, bool const untranslated = false) const; /** * Return the current sequence and available options as