[Konsole-devel] [Bug 77018] konsole session does not honor keytab in .kde

Kurt V.Hindenburg khindenburg at cherrynebula.net
Sat Jun 5 23:14:35 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=77018      




------- Additional Comments From khindenburg cherrynebula net  2004-06-06 01:14 -------
Hmm, this could be done in konsole.cpp Konsole::newSession instead.

  if (key.isEmpty())
    s->setKeymapNo(n_defaultKeytab);
  else
    s->setKeymap(key);

I think the patch in comment #2 will catch all occurances.. since numb2keymap stores the filename without the .keytab.  Will there be a performance hit in find(QString)?



More information about the konsole-devel mailing list