Debugger: Provide Alt-V + some letter short cuts to enable views

This kind of conflicts with the Alt-V + [0-9V] FakeVim short cuts,
but since those are rarely used and still operational in edit mode
I think that's acceptable.

Change-Id: If232cc6574690e0219eddcaa89d844f498687b64
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-06-27 13:39:22 +02:00
parent 90690fbc8e
commit acd50cea8b
3 changed files with 11 additions and 11 deletions

View File

@@ -347,7 +347,7 @@ public:
LogWindow::LogWindow(QWidget *parent)
: QWidget(parent)
{
setWindowTitle(tr("Debugger Log"));
setWindowTitle(tr("Debugger &Log"));
setObjectName(QLatin1String("Log"));
m_ignoreNextInputEcho = false;