Skip to content

Commit

Permalink
[director] Added shortcuts for flick-slide conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
hozuki committed Mar 3, 2017
1 parent dc2fb54 commit d8bd184
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ partial class MainWindow {
public static readonly ICommand CmdEditNoteStartPosition4 = CommandHelper.RegisterCommand("Ctrl+4");
public static readonly ICommand CmdEditNoteStartPosition5 = CommandHelper.RegisterCommand("Ctrl+5");
public static readonly ICommand CmdEditNoteDelete = CommandHelper.RegisterCommand("Delete");
public static readonly ICommand CmdEditNoteSetSlideTypeToFlick = CommandHelper.RegisterCommand();
public static readonly ICommand CmdEditNoteSetSlideTypeToSlide = CommandHelper.RegisterCommand();
public static readonly ICommand CmdEditNoteSetSlideTypeToFlick = CommandHelper.RegisterCommand("Ctrl+Shift+L");
public static readonly ICommand CmdEditNoteSetSlideTypeToSlide = CommandHelper.RegisterCommand("Ctrl+L");

private void CmdEditNoteAdd_CanExecute(object sender, CanExecuteRoutedEventArgs e) {
e.CanExecute = Editor.HasSingleSelectedScoreBar && false;
Expand Down

0 comments on commit d8bd184

Please sign in to comment.