mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
Don't use CTRL-A, as that's for selecting all text/cells. Use CTRL-E instead.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user