]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
The Gtk patch.
[lyx.git] / src / kbmap.h
index 70dc5e81920932a40a0df8131bdb689afdb143cf..f2a9cd12601447c41c8b57a18ebadcb287b0ccc8 100644 (file)
@@ -1,11 +1,14 @@
 // -*- C++ -*-
 /**
  * \file kbmap.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes <larsbj@lyx.org>
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef KBMAP_H
@@ -30,6 +33,9 @@ public:
         */
        string::size_type bind(string const & seq, int action);
 
+       // Parse a bind file
+       bool kb_keymap::read(string const & bind_file);
+
        /// print all available keysyms
        string const print() const;