From 36f7e102e21a1463f1a1a44ea135ad3404024b20 Mon Sep 17 00:00:00 2001 From: moex3 <46636583+moex3@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:21:23 +0100 Subject: [PATCH] Revert "Add reset hotkey as Ctrl-R" / Not needed This reverts commit 3d525d9938790211b02a31a16d716498957891fc. The default hotkey is not required. People can just add a custom one from the hotkey settings if they want this. --- src/libresrc/default_hotkey.json | 5 +---- src/libresrc/osx/default_hotkey.json | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/libresrc/default_hotkey.json b/src/libresrc/default_hotkey.json index 67e784408..b9460979e 100644 --- a/src/libresrc/default_hotkey.json +++ b/src/libresrc/default_hotkey.json @@ -337,9 +337,6 @@ "video/frame/prev/large" : [ "Alt-Left" ], - "video/pan_reset" : [ - "Ctrl-R" - ], "video/tool/clip" : [ "H" ], @@ -362,4 +359,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 ccebadaaa..829adb88e 100644 --- a/src/libresrc/osx/default_hotkey.json +++ b/src/libresrc/osx/default_hotkey.json @@ -347,9 +347,6 @@ "video/frame/prev/large" : [ "Alt-Left" ], - "video/pan_reset" : [ - "Ctrl-R" - ], "video/tool/clip" : [ "H" ],