]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
Amend 207eaeee9071cb
[lyx.git] / src / KeyMap.h
index 9386c1fee41716893c4321f32473ace31b45ddcb..ac9de6298bf8f99db9f315246bedc7a344c1879e 100644 (file)
@@ -65,8 +65,9 @@ public:
                    unsigned int r = 0);
 
 
-       /// returns the function bound to this key sequence, or
-       /// FuncRequest::unknown if no binding exists for it.
+       /// returns the function bound to this key sequence, or:
+       /// * FuncRequest::unknown if no binding exists for it;
+       /// * FuncRequest::prefix if this is the start of longer keysequences
        /// @param r an internal recursion counter
        // FIXME Surely there's a better way to do that?
        FuncRequest getBinding(KeySequence const & seq, unsigned int r = 0);