]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / KeyMap.h
index ee992de628142f75c600bdfdd6e1b38eeee368ea..cc7c15595915cf3ec9ea94e65125f8e4d964536c 100644 (file)
@@ -56,11 +56,13 @@ public:
                    unsigned int r = 0);
 
 
-       // if a keybinding has been defined.
-       bool hasBinding(KeySequence const & seq, FuncRequest const & func,
-                       unsigned int r = 0);
+       /// returns the function bound to this key sequence, or 
+       /// FuncRequest::unknown if no binding exists for it.
+       /// @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);
 
-       // clear all bindings
+       /// clear all bindings
        void clear();
 
        /** Parse a bind file. If a valid unbind_map is given, put \unbind