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

View file

@ -537,11 +537,47 @@
"key" : "Right" "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" : [ "video/frame/prev" : [
{ {
"modifiers" : [], "modifiers" : [],
"key" : "Left" "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"
}
] ]
}, },