]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
add config.h
[lyx.git] / src / kbmap.h
index 029a4e1b4eafcf406187ddd9b9eb132a77629a3d..2ffe6885f15c2c452fb40a0f1b7a0364e4fcaa57 100644 (file)
@@ -45,8 +45,12 @@ public:
        // Parse a bind file
        bool read(std::string const & bind_file);
 
-       /// print all available keysyms
-       docstring const print() const;
+       /**
+        * print all available keysyms
+        * @param forgui true if the string should use translations and 
+        *   special characters. 
+        */
+       docstring const print(bool forgui) const;
 
        /**
         * Look up a key press in the keymap.
@@ -110,9 +114,6 @@ private:
        void defkey(kb_sequence * seq, FuncRequest const & func,
                    unsigned int r = 0);
 
-       ///  Returns a string of the given key
-       docstring const printKey(kb_key const & key) const;
-
        /**
         * Given an action, find all keybindings
         * @param func the action