mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-01-07 00:39:25 -05:00
Don't use CTRL-A, as that's for selecting all text/cells. Use CTRL-E instead.
This commit is contained in:
parent
19accc453f
commit
289d33fab5
@ -126,7 +126,7 @@ Workspace::Workspace(int index, QWidget *parent, Qt::WindowFlags flags) :
|
||||
m_addFeatureButton->setIcon(addFeatureIcon);
|
||||
m_addFeatureButton->setToolTip("Add features");
|
||||
m_addFeatureButton->setFixedSize(20, 20);
|
||||
m_addFeatureButton->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_A));
|
||||
m_addFeatureButton->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_E));
|
||||
|
||||
m_featurePresetsButton = new QPushButton();
|
||||
QIcon presetsIcon(":/tool_star.png");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user