Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"Always" : {
|
|
|
|
"audio play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_5",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio stop" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_8",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift start backward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_4",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift start forward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_6",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift end backward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_7",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift end forward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_9",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio play before selection begin" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_1",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio play after selection end" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_3",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing move to prev item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_0",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing move to next item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_2",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing commit" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_Enter",
|
|
|
|
"enable" : false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"Default" : {
|
|
|
|
"app/exit" : [
|
|
|
|
{
|
2011-01-16 09:49:53 +01:00
|
|
|
"modifiers" : [ "Ctrl" ],
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"key" : "Q",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"app/options" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Alt" ],
|
|
|
|
"key" : "O",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/copy" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "C",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/cut" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "X",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/find_replace" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "H",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/line/delete" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "Delete",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/line/duplicate/shift" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "D",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/paste" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "V",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/paste/over" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl", "Shift" ],
|
|
|
|
"key" : "V",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/redo" : [
|
|
|
|
{
|
2011-01-16 09:49:53 +01:00
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "Y",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit/undo" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
2011-01-16 09:49:53 +01:00
|
|
|
"key" : "Z",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"grid/line/next" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
2011-01-16 09:49:53 +01:00
|
|
|
"key" : "KP_2",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"grid/line/prev" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
2011-01-16 09:49:53 +01:00
|
|
|
"key" : "KP_8",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"grid/swap/down" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Alt" ],
|
|
|
|
"key" : "Down",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"grid/swap/up" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Alt" ],
|
|
|
|
"key" : "Up",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"help/contents" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F1",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subtitle/find" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "F",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subtitle/find/next" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F3",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subtitle/new" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "N",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subtitle/open" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "O",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subtitle/save" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "S",
|
|
|
|
"enable" : true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F2",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time/frame/current" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "6",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time/shift" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "I",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time/snap/end_video" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "4",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time/snap/scene" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "5",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time/snap/start_video" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "3",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"video/focus_seek" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "Space",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"video/frame/next" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "Right",
|
|
|
|
"enable" : true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "KP_6",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"video/frame/play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "P",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/frame/prev" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "Left",
|
|
|
|
"enable" : true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "KP_4",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"video/jump" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "J",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/jump/end" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "2",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/jump/start" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "1",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/zoom/in" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "KP_Add",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/zoom/out" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"key" : "KP_Subtract",
|
|
|
|
"enable" : true
|
|
|
|
}
|
2011-01-16 09:50:00 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Audio" : {
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/selection" : [
|
2011-01-16 09:50:00 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Space",
|
|
|
|
"enable" : true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "S",
|
|
|
|
"enable" : true
|
|
|
|
}
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/selection/after" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "W",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/selection/before" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Q",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/toggle" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "B",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/selection/begin" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "E",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/selection/end" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "D",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/play/to_end" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "T",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/scroll/left" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "A",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
2011-01-16 09:50:00 +01:00
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/scroll/right" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/stop" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "H",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"audio/commit" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
2011-01-16 09:50:00 +01:00
|
|
|
"key" : "Enter",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
},
|
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "G",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"time/lead/in" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "C",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"time/lead/out" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "V",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"timing karaoke decrease length" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_Subtract",
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-16 09:50:00 +01:00
|
|
|
"timing karaoke decrease length and shift following" : [
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
2011-01-16 09:50:00 +01:00
|
|
|
"modifiers" : [ "Shift" ],
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
"key" : "KP_Subtract",
|
|
|
|
"enable" : true
|
|
|
|
}
|
2011-01-16 09:50:00 +01:00
|
|
|
],
|
|
|
|
"timing karaoke increase length" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_Add",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing karaoke increase length and shift following" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Shift" ],
|
|
|
|
"key" : "KP_Add",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"time/next" : [
|
2011-01-16 09:50:00 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "X",
|
|
|
|
"enable" : true
|
|
|
|
},
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Right",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
2011-01-18 00:53:59 +01:00
|
|
|
"time/prev" : [
|
2011-01-16 09:50:00 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Z",
|
|
|
|
"enable" : true
|
|
|
|
},
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Left",
|
|
|
|
"enable" : true
|
|
|
|
}
|
2011-01-16 09:50:00 +01:00
|
|
|
],
|
|
|
|
"toggle global timing mode" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [ "Ctrl" ],
|
|
|
|
"key" : "KP_Multiply",
|
|
|
|
"enable" : true
|
|
|
|
}
|
2011-01-18 00:53:59 +01:00
|
|
|
]
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
Originally committed to SVN as r5126.
2011-01-05 14:00:46 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"Video" : {
|
|
|
|
"video/frame/next" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Right",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video/frame/prev" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Left",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool crosshair" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "A",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool drag" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "S",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool rectangle clip" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "H",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool rotate xy" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool rotate z" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "D",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool scale" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "G",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"visual typesetting set tool vector clip" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "J",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Styling Assistant" : {
|
|
|
|
"audio play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "End",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"styling assistant commit" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Enter",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"styling assistant next item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "PageDown",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"styling assistant prev item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "PageUp",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"styling assistant preview" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F8",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Home",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Timing Mode" : {
|
|
|
|
"audio play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_5",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio play after selection end" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_3",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio play before selection begin" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_1",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"audio stop" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_8",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing commit" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_Enter",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing move to next item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_2",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing move to prev item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_0",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift end backward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_7",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift end forward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_9",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift start backward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_4",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timing shift start forward" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "KP_6",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Translation Assistant" : {
|
|
|
|
"audio play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "End",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"translation assiatant prev item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "PageUp",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"translation assistant commit" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Enter",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"translation assistant insert original" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Insert",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"translation assistant next item" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "PageDown",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"translation assistant preview" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "F8",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"video play" : [
|
|
|
|
{
|
|
|
|
"modifiers" : [],
|
|
|
|
"key" : "Home",
|
|
|
|
"enable" : true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|