]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / kbmap.C
index 13f19e224d4fb751629fc6c67242700f70e7bf6c..00462974adf3b83bf228a08f4f945b323642fb2b 100644 (file)
@@ -73,6 +73,12 @@ void kb_keymap::printKey(kb_key const & key, string & buf)
 // This binds a key to an action
 int kb_keymap::bind(string const & seq, int action)
 {
+       if (lyxerr.debugging(Debug::KBMAP)) {
+               lyxerr << "BIND: Sequence `"
+                      << seq << "' Action `"
+                      << action << "'" << endl;
+       }
+       
        kb_sequence k;
 
        int const res = k.parse(seq);