Skip to content

Commit

Permalink
Fix default hotkeys commands for splitting lines
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arch1t3cht committed Dec 17, 2024
1 parent 4ff5628 commit d6c4fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/libresrc/default_hotkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down
4 changes: 2 additions & 2 deletions src/libresrc/osx/default_hotkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down

0 comments on commit d6c4fd3

Please sign in to comment.