Project

General

Profile

Bug #296 ยป keyboardControl.js.patch

segra, 07/05/2014 09:07 AM

View differences:

js/keyboardControl.js (working copy)
var ACTION_VOLUME_DOWN = 89
var ACTION_MUTE = 91
function keyboardControl(e){
function keyboardControl(event){
$.each(KeyboardController,function(theaction,key){
if(event.keyCode == key){
if(theaction.substr(0,3) == "KEY"){
    (1-1/1)