Skip to content

Commit

Permalink
Re-enable standard keyboard shortcuts for virtual grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jun 21, 2023
1 parent 1303e39 commit cc51e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/virtualgrid/VirtualGridWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ void VirtualGridWidget::onHoverKey(const rack::Widget::HoverKeyEvent& e)
clearHeldKeys();
clearLockedKeys();
}
else
{
rack::app::ModuleWidget::onHoverKey(e);
}
}

void VirtualGridWidget::onLeave(const rack::Widget::LeaveEvent& e)
Expand Down

0 comments on commit cc51e50

Please sign in to comment.