From 0b8586e90dbd92ef13a2582b13898f6ae11fd006 Mon Sep 17 00:00:00 2001 From: moex3 <46636583+moex3@users.noreply.github.com> Date: Fri, 16 Jul 2021 13:07:19 +0200 Subject: [PATCH] Add reset hotkey as Ctrl-R I'm not entirely sure, that this is how it's supposed to be added. This requires editing the already existing hotkey.json file (shows path in log, if it exists). Should this also be added to hotkey.cpp? --- src/libresrc/default_hotkey.json | 5 ++++- src/libresrc/osx/default_hotkey.json | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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" ],