mirror of
https://github.com/KDE/konsole.git
synced 2026-05-24 06:28:08 -04:00
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:
@@ -246,7 +246,8 @@ void MainWindow::newWindow()
|
||||
|
||||
void MainWindow::showShortcutsDialog()
|
||||
{
|
||||
KShortcutsDialog::configure( actionCollection() );
|
||||
KShortcutsDialog::configure( actionCollection() ,
|
||||
KShortcutsEditor::LetterShortcutsDisallowed );
|
||||
}
|
||||
|
||||
void MainWindow::newFromProfile(const QString& key)
|
||||
|
||||
Reference in New Issue
Block a user