2010-06-07 08:40:19 +02:00
|
|
|
{
|
2011-08-27 08:30:10 +02:00
|
|
|
"grid_context" : [
|
|
|
|
{ "command" : "subtitle/insert/before", "text" : "&Insert (before)" },
|
|
|
|
{ "command" : "subtitle/insert/after", "text" : "Insert (after)" },
|
|
|
|
{ "command" : "subtitle/insert/before/videotime", "text" : "Insert at video time (before)" },
|
|
|
|
{ "command" : "subtitle/insert/after/videotime", "text" : "Insert at video time (after)" },
|
|
|
|
{},
|
|
|
|
{ "command" : "edit/line/duplicate" },
|
2013-11-16 18:21:38 +01:00
|
|
|
{ "command" : "edit/line/split/before" },
|
|
|
|
{ "command" : "edit/line/split/after" },
|
2011-08-27 08:30:10 +02:00
|
|
|
{},
|
2012-01-13 21:18:57 +01:00
|
|
|
{ "command" : "grid/swap" },
|
2011-08-27 08:30:10 +02:00
|
|
|
{ "command" : "edit/line/join/concatenate", "text" : "&Join (concatenate)" },
|
|
|
|
{ "command" : "edit/line/join/keep_first", "text" : "Join (keep first)" },
|
|
|
|
{ "command" : "edit/line/join/as_karaoke", "text" : "Join (as Karaoke)" },
|
|
|
|
{},
|
|
|
|
{ "command" : "time/continuous/start", "text" : "&Make times continuous (change start)" },
|
|
|
|
{ "command" : "time/continuous/end", "text" : "&Make times continuous (change end)" },
|
|
|
|
{ "command" : "edit/line/recombine" },
|
|
|
|
{},
|
|
|
|
{ "command" : "audio/save/clip" },
|
|
|
|
{},
|
|
|
|
{ "command" : "edit/line/cut" },
|
2012-01-08 02:03:33 +01:00
|
|
|
{ "command" : "edit/line/copy" },
|
2011-08-27 08:30:10 +02:00
|
|
|
{ "command" : "edit/line/paste" },
|
2012-03-23 22:47:55 +01:00
|
|
|
{ "command" : "edit/line/paste/over" },
|
2011-08-27 08:30:10 +02:00
|
|
|
{},
|
|
|
|
{ "command" : "edit/line/delete" }
|
|
|
|
],
|
2011-08-27 08:29:36 +02:00
|
|
|
"main" : [
|
2011-09-28 21:49:56 +02:00
|
|
|
{ "submenu" : "main/file", "text" : "&File" },
|
|
|
|
{ "submenu" : "main/edit", "text" : "&Edit" },
|
|
|
|
{ "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" },
|
2012-01-27 20:22:57 +01:00
|
|
|
{ "submenu" : "main/view", "text" : "Vie&w" },
|
2011-09-28 21:49:56 +02:00
|
|
|
{ "submenu" : "main/help", "text" : "&Help", "special" : "help" }
|
2011-08-27 08:29:36 +02:00
|
|
|
],
|
|
|
|
"main/file" : [
|
|
|
|
{ "command" : "subtitle/new" },
|
|
|
|
{ "command" : "subtitle/open" },
|
|
|
|
{ "command" : "subtitle/open/charset" },
|
|
|
|
{ "command" : "subtitle/open/video" },
|
2012-11-08 03:53:44 +01:00
|
|
|
{ "command" : "subtitle/open/autosave" },
|
2011-08-27 08:29:36 +02:00
|
|
|
{ "command" : "subtitle/save" },
|
|
|
|
{ "command" : "subtitle/save/as" },
|
|
|
|
{ "command" : "tool/export" },
|
|
|
|
{ "recent" : "Subtitle" },
|
|
|
|
{},
|
|
|
|
{ "command" : "subtitle/properties" },
|
|
|
|
{ "command" : "subtitle/attachment" },
|
|
|
|
{ "command" : "tool/font_collector" },
|
|
|
|
{},
|
|
|
|
{ "command" : "app/new_window" },
|
|
|
|
{ "command" : "app/exit", "special" : "exit" }
|
|
|
|
],
|
|
|
|
"main/edit" : [
|
|
|
|
{ "command" : "edit/undo" },
|
|
|
|
{ "command" : "edit/redo" },
|
|
|
|
{},
|
|
|
|
{ "command" : "edit/line/cut" },
|
|
|
|
{ "command" : "edit/line/copy" },
|
|
|
|
{ "command" : "edit/line/paste" },
|
|
|
|
{ "command" : "edit/line/paste/over" },
|
|
|
|
{},
|
|
|
|
{ "command" : "subtitle/find" },
|
|
|
|
{ "command" : "subtitle/find/next" },
|
2011-10-01 20:35:31 +02:00
|
|
|
{ "command" : "edit/find_replace" }
|
2011-08-27 08:29:36 +02:00
|
|
|
],
|
|
|
|
"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" },
|
2013-11-16 18:21:38 +01:00
|
|
|
{ "command" : "edit/line/split/before" },
|
|
|
|
{ "command" : "edit/line/split/after" },
|
2011-08-27 08:29:36 +02:00
|
|
|
{ "command" : "edit/line/delete" },
|
|
|
|
{},
|
|
|
|
{ "submenu" : "main/subtitle/join lines", "text" : "Join Lines" },
|
|
|
|
{ "command" : "edit/line/recombine" },
|
|
|
|
{ "command" : "edit/line/split/by_karaoke" },
|
|
|
|
{},
|
2012-03-07 23:41:12 +01:00
|
|
|
{ "submenu" : "main/subtitle/sort lines", "text" : "Sort All Lines" },
|
|
|
|
{ "submenu" : "main/subtitle/sort selected lines", "text" : "Sort Selected Lines" },
|
2012-01-13 21:18:57 +01:00
|
|
|
{ "command" : "grid/swap" },
|
2011-11-17 04:58:05 +01:00
|
|
|
{ "command" : "tool/line/select" },
|
|
|
|
{ "command" : "subtitle/select/all" }
|
2011-08-27 08:29:36 +02:00
|
|
|
],
|
|
|
|
"main/subtitle/insert lines" : [
|
|
|
|
{ "command" : "subtitle/insert/before" },
|
|
|
|
{ "command" : "subtitle/insert/after" },
|
|
|
|
{ "command" : "subtitle/insert/before/videotime" },
|
|
|
|
{ "command" : "subtitle/insert/after/videotime" }
|
|
|
|
],
|
|
|
|
"main/subtitle/join lines" : [
|
|
|
|
{ "command" : "edit/line/join/concatenate" },
|
|
|
|
{ "command" : "edit/line/join/keep_first" },
|
|
|
|
{ "command" : "edit/line/join/as_karaoke" }
|
|
|
|
],
|
|
|
|
"main/subtitle/sort lines" : [
|
2012-01-13 21:18:48 +01:00
|
|
|
{ "command" : "grid/sort/start" },
|
|
|
|
{ "command" : "grid/sort/end" },
|
2012-01-31 01:44:34 +01:00
|
|
|
{ "command" : "grid/sort/style" },
|
|
|
|
{ "command" : "grid/sort/actor" },
|
2012-07-23 02:44:44 +02:00
|
|
|
{ "command" : "grid/sort/effect" },
|
|
|
|
{ "command" : "grid/sort/layer" }
|
2011-08-27 08:29:36 +02:00
|
|
|
],
|
2012-03-07 23:41:12 +01:00
|
|
|
"main/subtitle/sort selected lines" : [
|
|
|
|
{ "command" : "grid/sort/start/selected" },
|
|
|
|
{ "command" : "grid/sort/end/selected" },
|
|
|
|
{ "command" : "grid/sort/style/selected" },
|
|
|
|
{ "command" : "grid/sort/actor/selected" },
|
2012-07-23 02:44:44 +02:00
|
|
|
{ "command" : "grid/sort/effect/selected" },
|
|
|
|
{ "command" : "grid/sort/layer/selected" }
|
2012-03-07 23:41:12 +01:00
|
|
|
],
|
2011-08-27 08:29:36 +02:00
|
|
|
"main/timing" : [
|
|
|
|
{ "command" : "time/shift" },
|
|
|
|
{ "command" : "tool/time/postprocess" },
|
|
|
|
{ "command" : "tool/time/kanji" },
|
|
|
|
{},
|
|
|
|
{ "command" : "time/snap/start_video" },
|
|
|
|
{ "command" : "time/snap/end_video" },
|
|
|
|
{ "command" : "time/snap/scene" },
|
|
|
|
{ "command" : "time/frame/current" },
|
|
|
|
{},
|
|
|
|
{ "submenu" : "main/timing/make times continuous", "text" : "Make Times Continuous" }
|
|
|
|
],
|
|
|
|
"main/timing/make times continuous" : [
|
|
|
|
{ "command" : "time/continuous/start" },
|
|
|
|
{ "command" : "time/continuous/end" }
|
|
|
|
],
|
|
|
|
"main/video" : [
|
|
|
|
{ "command" : "video/open" },
|
|
|
|
{ "command" : "video/close" },
|
|
|
|
{ "recent" : "Video" },
|
|
|
|
{ "command" : "video/open/dummy" },
|
|
|
|
{ "command" : "video/details" },
|
|
|
|
{},
|
|
|
|
{ "command" : "timecode/open" },
|
|
|
|
{ "command" : "timecode/save" },
|
|
|
|
{ "command" : "timecode/close" },
|
|
|
|
{ "recent" : "Timecodes" },
|
|
|
|
{},
|
|
|
|
{ "command" : "keyframe/open" },
|
|
|
|
{ "command" : "keyframe/save" },
|
|
|
|
{ "command" : "keyframe/close" },
|
|
|
|
{ "recent" : "Keyframes" },
|
|
|
|
{},
|
|
|
|
{ "command" : "video/detach" },
|
2012-01-27 20:22:57 +01:00
|
|
|
{ "submenu" : "main/video/set zoom", "text" : "Set &Zoom" },
|
|
|
|
{ "submenu" : "main/video/override ar", "text" : "Override &AR" },
|
2011-08-27 08:29:36 +02:00
|
|
|
{ "command" : "video/show_overscan" },
|
|
|
|
{},
|
|
|
|
{ "command" : "video/jump" },
|
|
|
|
{ "command" : "video/jump/start" },
|
|
|
|
{ "command" : "video/jump/end" }
|
|
|
|
],
|
|
|
|
"main/video/set zoom" : [
|
|
|
|
{ "command" : "video/zoom/50" },
|
|
|
|
{ "command" : "video/zoom/100" },
|
|
|
|
{ "command" : "video/zoom/200" }
|
|
|
|
],
|
|
|
|
"main/video/override ar" : [
|
|
|
|
{ "command" : "video/aspect/default" },
|
|
|
|
{ "command" : "video/aspect/full" },
|
|
|
|
{ "command" : "video/aspect/wide" },
|
|
|
|
{ "command" : "video/aspect/cinematic" },
|
|
|
|
{ "command" : "video/aspect/custom" }
|
|
|
|
],
|
|
|
|
"main/audio" : [
|
|
|
|
{ "command" : "audio/open" },
|
|
|
|
{ "command" : "audio/open/video" },
|
|
|
|
{ "command" : "audio/close" },
|
|
|
|
{ "recent" : "Audio" },
|
|
|
|
{},
|
|
|
|
{ "command" : "audio/view/spectrum" },
|
|
|
|
{ "command" : "audio/view/waveform" },
|
|
|
|
{ "command" : "audio/open/blank" },
|
|
|
|
{ "command" : "audio/open/noise" }
|
|
|
|
],
|
|
|
|
"main/view" : [
|
|
|
|
{ "command" : "app/language" },
|
|
|
|
{ "command" : "app/options", "special" : "options" },
|
|
|
|
{},
|
|
|
|
{ "command" : "app/display/subs" },
|
|
|
|
{ "command" : "app/display/video_subs" },
|
|
|
|
{ "command" : "app/display/audio_subs" },
|
|
|
|
{ "command" : "app/display/full" },
|
|
|
|
{},
|
|
|
|
{ "command" : "grid/tags/show" },
|
|
|
|
{ "command" : "grid/tags/simplify" },
|
2012-05-23 05:38:37 +02:00
|
|
|
{ "command" : "grid/tags/hide" },
|
|
|
|
{},
|
|
|
|
{ "command" : "app/toggle/toolbar" }
|
2011-08-27 08:29:36 +02:00
|
|
|
],
|
|
|
|
"main/help" : [
|
|
|
|
{ "command" : "help/contents" },
|
|
|
|
{},
|
|
|
|
{ "command" : "help/website" },
|
|
|
|
{ "command" : "help/forums" },
|
|
|
|
{ "command" : "help/bugs" },
|
|
|
|
{},
|
|
|
|
{ "command" : "help/irc" },
|
|
|
|
{ "command" : "app/updates" },
|
|
|
|
{ "command" : "app/about", "special" : "about" },
|
|
|
|
{ "command" : "app/log" }
|
2011-08-27 08:30:35 +02:00
|
|
|
],
|
|
|
|
"video_context" : [
|
|
|
|
{ "command" : "video/frame/save" },
|
|
|
|
{ "command" : "video/frame/copy" },
|
|
|
|
{},
|
|
|
|
{ "command" : "video/frame/save/raw" },
|
|
|
|
{ "command" : "video/frame/copy/raw" },
|
|
|
|
{},
|
|
|
|
{ "command" : "video/copy_coordinates" }
|
2011-08-27 08:29:36 +02:00
|
|
|
]
|
2010-06-07 08:40:19 +02:00
|
|
|
}
|