Skip to content

Commit

Permalink
[skip ci] Add key shortcut for remove bonds
Browse files Browse the repository at this point in the history
Fix #1919
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Jan 7, 2025
1 parent f68cc77 commit 11e8faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avogadro/qtplugins/bonding/bonding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Bonding::Bonding(QObject* parent_)
m_action->setProperty("menu priority", 750);
m_createBondsAction->setProperty("menu priority", 740);
m_orderAction->setProperty("menu priority", 735);
m_clearAction->setShortcut(QKeySequence("Ctrl+Shift+B"));
m_clearAction->setProperty("menu priority", 720);

connect(m_action, SIGNAL(triggered()), SLOT(bond()));
Expand Down

0 comments on commit 11e8faa

Please sign in to comment.