]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
zlib stuff
[lyx.git] / src / kbmap.h
index 70dc5e81920932a40a0df8131bdb689afdb143cf..3b1818e5fb6a3f827e86fba2f43d0f4c78eb588a 100644 (file)
@@ -30,6 +30,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;