mirror of https://github.com/odrling/Aegisub
OS X: Rearrange menus a bit to get closer to normal
Originally committed to SVN as r6818.
This commit is contained in:
parent
129edf3f12
commit
2f2e33617a
|
@ -29,12 +29,12 @@
|
|||
"main" : [
|
||||
{ "submenu" : "main/file", "text" : "&File" },
|
||||
{ "submenu" : "main/edit", "text" : "&Edit" },
|
||||
{ "submenu" : "main/view", "text" : "Vie&w" },
|
||||
{ "submenu" : "main/subtitle", "text" : "&Subtitle" },
|
||||
{ "submenu" : "main/timing", "text" : "&Timing" },
|
||||
{ "submenu" : "main/video", "text" : "&Video" },
|
||||
{ "submenu" : "main/audio", "text" : "&Audio" },
|
||||
{ "special" : "automation", "text" : "A&utomation" },
|
||||
{ "submenu" : "main/view", "text" : "Vie&w" },
|
||||
{ "submenu" : "main/help", "text" : "&Help", "special" : "help" }
|
||||
],
|
||||
"main/file" : [
|
||||
|
@ -42,10 +42,10 @@
|
|||
{ "command" : "subtitle/open" },
|
||||
{ "command" : "subtitle/open/charset" },
|
||||
{ "command" : "subtitle/open/video" },
|
||||
{ "recent" : "Subtitle" },
|
||||
{ "command" : "subtitle/save" },
|
||||
{ "command" : "subtitle/save/as" },
|
||||
{ "command" : "tool/export" },
|
||||
{ "recent" : "Subtitle" },
|
||||
{ "command" : "tool/export", "text" : "&Export As..." },
|
||||
{},
|
||||
{ "command" : "subtitle/properties" },
|
||||
{ "command" : "subtitle/attachment" },
|
||||
|
@ -62,19 +62,19 @@
|
|||
{ "command" : "edit/line/copy" },
|
||||
{ "command" : "edit/line/paste" },
|
||||
{ "command" : "edit/line/paste/over" },
|
||||
{ "command" : "subtitle/select/all" },
|
||||
{},
|
||||
{ "command" : "subtitle/find" },
|
||||
{ "command" : "subtitle/find/next" },
|
||||
{ "command" : "edit/find_replace" }
|
||||
{ "command" : "edit/find_replace" },
|
||||
{ "command" : "subtitle/spellcheck" }
|
||||
],
|
||||
"main/subtitle" : [
|
||||
{ "command" : "tool/style/manager" },
|
||||
{ "command" : "tool/style/assistant" },
|
||||
{ "command" : "tool/translation_assistant" },
|
||||
{ "command" : "tool/resampleres" },
|
||||
{ "command" : "subtitle/spellcheck" },
|
||||
{},
|
||||
{ "command" : "tool/assdraw" },
|
||||
{ "submenu" : "main/subtitle/insert lines", "text" : "&Insert Lines" },
|
||||
{ "command" : "edit/line/duplicate" },
|
||||
{ "command" : "edit/line/duplicate/shift" },
|
||||
|
@ -87,8 +87,7 @@
|
|||
{ "submenu" : "main/subtitle/sort lines", "text" : "Sort All Lines" },
|
||||
{ "submenu" : "main/subtitle/sort selected lines", "text" : "Sort Selected Lines" },
|
||||
{ "command" : "grid/swap" },
|
||||
{ "command" : "tool/line/select" },
|
||||
{ "command" : "subtitle/select/all" }
|
||||
{ "command" : "tool/line/select" }
|
||||
],
|
||||
"main/subtitle/insert lines" : [
|
||||
{ "command" : "subtitle/insert/before" },
|
||||
|
|
Loading…
Reference in New Issue