From 58c0130d815b1cf031154df9ab5f8926373f8cd7 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Tue, 30 May 2023 01:45:53 +0200 Subject: [PATCH] Fix default hotkeys commands for splitting lines These commands were revamped in 0ef9963 but the default hotkeys were never updated. The hotkeys were automatically migrated, but resetting the settings back to defaults would still set invalid settings. --- src/libresrc/default_hotkey.json | 4 ++-- src/libresrc/osx/default_hotkey.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libresrc/default_hotkey.json b/src/libresrc/default_hotkey.json index b9460979e..db8c2d85d 100644 --- a/src/libresrc/default_hotkey.json +++ b/src/libresrc/default_hotkey.json @@ -125,10 +125,10 @@ "edit/line/delete" : [ "Ctrl-Delete" ], - "edit/line/duplicate/shift" : [ + "edit/line/split/before" : [ "Ctrl-D" ], - "edit/line/duplicate/shift_back" : [ + "edit/line/split/after" : [ "Ctrl-Shift-D" ], "edit/line/paste" : [ diff --git a/src/libresrc/osx/default_hotkey.json b/src/libresrc/osx/default_hotkey.json index 829adb88e..ccc11d9ed 100644 --- a/src/libresrc/osx/default_hotkey.json +++ b/src/libresrc/osx/default_hotkey.json @@ -128,10 +128,10 @@ "edit/line/delete" : [ "Ctrl-Backspace" ], - "edit/line/duplicate/shift" : [ + "edit/line/split/before" : [ "Ctrl-D" ], - "edit/line/duplicate/shift_back" : [ + "edit/line/split/after" : [ "Ctrl-Shift-D" ], "edit/line/paste" : [