mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

it seems the onOther function not work in player.js #28

Closed kingctan closed 8 years ago

kingctan commented 8 years ago

founded in player.js and test not work. Maybe I need rewrite onKeyDown function and invoke the onOther

onOther: function(keyCode, $el, event) {
            if (keyCode == Control.key.YELLOW) {

            }
        },