mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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:
parent
055c87cd21
commit
58c0130d81
@ -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" : [
|
||||
|
@ -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" : [
|
||||
|
Loading…
x
Reference in New Issue
Block a user