mirror of https://github.com/odrling/Aegisub
Add Paste Over to the default grid context menu
Originally committed to SVN as r6595.
This commit is contained in:
parent
a815d35f51
commit
ddc70bcd9c
|
@ -22,6 +22,7 @@
|
|||
{ "command" : "edit/line/cut" },
|
||||
{ "command" : "edit/line/copy" },
|
||||
{ "command" : "edit/line/paste" },
|
||||
{ "command" : "edit/line/paste/over" },
|
||||
{},
|
||||
{ "command" : "edit/line/delete" }
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue