mirror of https://github.com/odrling/Aegisub
Add the Ctrl/Alt/Shift-Left/Right hotkeys to the subtitle grid
Originally committed to SVN as r6312.
This commit is contained in:
parent
be07cca9f6
commit
6414a6ffcb
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue