Add the Ctrl/Alt/Shift-Left/Right hotkeys to the subtitle grid

Originally committed to SVN as r6312.
This commit is contained in:
Thomas Goyne 2012-01-18 22:51:37 +00:00
parent be07cca9f6
commit 6414a6ffcb
1 changed files with 36 additions and 0 deletions

View File

@ -537,11 +537,47 @@
"key" : "Right"
}
],
"video/frame/next/boundary" : [
{
"modifiers" : [ "Ctrl" ],
"key" : "Right"
}
],
"video/frame/next/keyframe" : [
{
"modifiers" : [ "Shift" ],
"key" : "Right"
}
],
"video/frame/next/large" : [
{
"modifiers" : [ "Alt" ],
"key" : "Right"
}
],
"video/frame/prev" : [
{
"modifiers" : [],
"key" : "Left"
}
],
"video/frame/prev/boundary" : [
{
"modifiers" : [ "Ctrl" ],
"key" : "Left"
}
],
"video/frame/prev/keyframe" : [
{
"modifiers" : [ "Shift" ],
"key" : "Left"
}
],
"video/frame/prev/large" : [
{
"modifiers" : [ "Alt" ],
"key" : "Left"
}
]
},