diff --git a/src/libresrc/default_hotkey.json b/src/libresrc/default_hotkey.json index b9460979e..67e784408 100644 --- a/src/libresrc/default_hotkey.json +++ b/src/libresrc/default_hotkey.json @@ -337,6 +337,9 @@ "video/frame/prev/large" : [ "Alt-Left" ], + "video/pan_reset" : [ + "Ctrl-R" + ], "video/tool/clip" : [ "H" ], @@ -359,4 +362,4 @@ "J" ] } -} \ No newline at end of file +} diff --git a/src/libresrc/osx/default_hotkey.json b/src/libresrc/osx/default_hotkey.json index 829adb88e..ccebadaaa 100644 --- a/src/libresrc/osx/default_hotkey.json +++ b/src/libresrc/osx/default_hotkey.json @@ -347,6 +347,9 @@ "video/frame/prev/large" : [ "Alt-Left" ], + "video/pan_reset" : [ + "Ctrl-R" + ], "video/tool/clip" : [ "H" ],