Remove the unmodifiered frame left/right hotkeys from default

Originally committed to SVN as r5239.
This commit is contained in:
Thomas Goyne 2011-01-18 05:13:34 +00:00
parent 45c33ab675
commit 2183442089
1 changed files with 0 additions and 10 deletions

View File

@ -276,11 +276,6 @@
}
],
"video/frame/next" : [
{
"modifiers" : [],
"key" : "Right",
"enable" : true
},
{
"modifiers" : [ "Ctrl" ],
"key" : "KP_6",
@ -295,11 +290,6 @@
}
],
"video/frame/prev" : [
{
"modifiers" : [],
"key" : "Left",
"enable" : true
},
{
"modifiers" : [ "Ctrl" ],
"key" : "KP_4",