mirror of https://github.com/odrling/Aegisub
Remove the unmodifiered frame left/right hotkeys from default
Originally committed to SVN as r5239.
This commit is contained in:
parent
45c33ab675
commit
2183442089
|
@ -276,11 +276,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"video/frame/next" : [
|
"video/frame/next" : [
|
||||||
{
|
|
||||||
"modifiers" : [],
|
|
||||||
"key" : "Right",
|
|
||||||
"enable" : true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"modifiers" : [ "Ctrl" ],
|
"modifiers" : [ "Ctrl" ],
|
||||||
"key" : "KP_6",
|
"key" : "KP_6",
|
||||||
|
@ -295,11 +290,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"video/frame/prev" : [
|
"video/frame/prev" : [
|
||||||
{
|
|
||||||
"modifiers" : [],
|
|
||||||
"key" : "Left",
|
|
||||||
"enable" : true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"modifiers" : [ "Ctrl" ],
|
"modifiers" : [ "Ctrl" ],
|
||||||
"key" : "KP_4",
|
"key" : "KP_4",
|
||||||
|
|
Loading…
Reference in New Issue