Scroll view to newest output on keystroke. Disallow letter shortcuts. Update TODO.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669235
This commit is contained in:
Robert Knight
2007-05-28 20:29:13 +00:00
parent 24b1e02ad4
commit da54803438
4 changed files with 25 additions and 1 deletions

View File

@@ -246,7 +246,8 @@ void MainWindow::newWindow()
void MainWindow::showShortcutsDialog()
{
KShortcutsDialog::configure( actionCollection() );
KShortcutsDialog::configure( actionCollection() ,
KShortcutsEditor::LetterShortcutsDisallowed );
}
void MainWindow::newFromProfile(const QString& key)