If I place the following code after c2runtime.js in the index.html file will it override the previous code?
window.addEventListener('keyup', function(){window.plugins.ocontroller.up();}, false);
window.addEventListener('keydown', function() {window.plugins.ocontroller.down();}, false);