Skip to content

Commit

Permalink
Fix issue with stageplay action format shortcut working
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Oct 13, 2023
1 parent 003dc28 commit a21f118
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ void StageplayTextEditShortcutsManager::setShortcutsContext(QWidget* _context)
d->createOrUpdateShortcut(TextParagraphType::SceneHeading);
d->createOrUpdateShortcut(TextParagraphType::Character);
d->createOrUpdateShortcut(TextParagraphType::Dialogue);
d->createOrUpdateShortcut(TextParagraphType::Sound);
d->createOrUpdateShortcut(TextParagraphType::Music);
d->createOrUpdateShortcut(TextParagraphType::Cue);
d->createOrUpdateShortcut(TextParagraphType::Parenthetical);
d->createOrUpdateShortcut(TextParagraphType::Action);
d->createOrUpdateShortcut(TextParagraphType::InlineNote);

//
Expand Down

0 comments on commit a21f118

Please sign in to comment.