MCPcopy Create free account
hub / github.com/audacity/audacity / OnShiftDown

Method OnShiftDown

src/menus/NavigationMenus.cpp:501–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void OnShiftDown(const CommandContext &context)
502{
503 auto &project = context.project;
504 DoNextTrack( project, true, mCircularTrackNavigation );
505}
506
507void OnToggle(const CommandContext &context)
508{

Callers

nothing calls this directly

Calls 1

DoNextTrackFunction · 0.85

Tested by

no test coverage detected