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.
This commit is contained in:
arch1t3cht 2023-05-30 01:45:53 +02:00
parent 055c87cd21
commit 58c0130d81
2 changed files with 4 additions and 4 deletions

View File

@ -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" : [

View File

@ -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" : [