From 7dbf0a46c5f92290c87faed40f55d592722d2f16 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Sun, 8 Sep 2019 20:55:59 -0400 Subject: [PATCH] Set default shortcuts for Next/Prev Key --- toonz/sources/toonz/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index fb806c79..70287ac5 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1898,8 +1898,8 @@ void MainWindow::defineActions() { createAction(MI_NextStep, tr("Next Step"), "", PlaybackCommandType); createAction(MI_PrevStep, tr("Prev Step"), "", PlaybackCommandType); - createAction(MI_NextKeyframe, tr("Next Key"), "", MenuXsheetCommandType); - createAction(MI_PrevKeyframe, tr("Prev Key"), "", MenuXsheetCommandType); + createAction(MI_NextKeyframe, tr("Next Key"), "Ctrl+.", MenuXsheetCommandType); + createAction(MI_PrevKeyframe, tr("Prev Key"), "Ctrl+,", MenuXsheetCommandType); createRGBAAction(MI_RedChannel, tr("Red Channel"), ""); createRGBAAction(MI_GreenChannel, tr("Green Channel"), "");