]> git.lyx.org Git - lyx.git/blobdiff - src/kbsequence.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / kbsequence.h
index f277ba83eecb9bf45f18f8f8137ac2d890e669ef..255adb2d298f7d86f81f70084391fbc4df09b72c 100644 (file)
@@ -34,9 +34,10 @@ public:
         * Add a key to the key sequence and look it up in the curmap
         * if the latter is defined.
         * @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
         */
-       kb_action addkey(unsigned int key, unsigned int mod);
+       kb_action addkey(unsigned int key, unsigned int mod, unsigned int nmod = 0);
 
        /**
         * Add a sequence of keys from a string to the sequence