From 7dbf0a46c5f92290c87faed40f55d592722d2f16 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Sep 09 2019 00:55:59 +0000 Subject: Set default shortcuts for Next/Prev Key --- diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index fb806c7..70287ac 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"), "");