On Sun, Oct 13, 2002 at 06:16:17PM +0100, John Levon wrote: > Can you find out what Qt::Key_blah type gets generated by pressing it ?
Or can you try changing
if (sym.empty()) {
lyxerr[Debug::KEY] << "sym empty in getSymbolName()" << endl;
sym = text_.latin1();
}
to do sym = "none"; or something instead ?
john
--
"That's just kitten-eating wrong."
- Richard Henderson
