make keyframe shortcuts consistent with Flash 8

This commit is contained in:
Skyler Lehmkuhl 2025-01-11 17:24:07 -05:00
parent f4c5b9b996
commit a9af6028c0
1 changed files with 2 additions and 2 deletions

View File

@ -365,8 +365,8 @@ let config = {
selectAll: "<mod>a", selectAll: "<mod>a",
group: "<mod>g", group: "<mod>g",
addLayer: "<mod>l", addLayer: "<mod>l",
addKeyframe: "F5", addKeyframe: "F6",
addBlankKeyframe: "F6", addBlankKeyframe: "F7",
zoomIn: "<mod>+", zoomIn: "<mod>+",
zoomOut: "<mod>-", zoomOut: "<mod>-",
resetZoom: "<mod>0", resetZoom: "<mod>0",