X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeySequence.h;h=6e46abac2c95a583a76bc48ded8e14383ab5702f;hb=0b9c27222a69f0ec657f008345ea812030596702;hp=444fb0871975095d14a8be5b59fb1762602e61a0;hpb=55c9bc218a0dac64d9df1d24532453194f8e9674;p=lyx.git diff --git a/src/KeySequence.h b/src/KeySequence.h index 444fb08719..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); /**