sunglim / HbbTV_Application_Template

HbbTV Application Template
18 stars 5 forks source link

add KeyEvent to receive remote pressing #7

Open sunglim opened 12 years ago

sunglim commented 12 years ago

following the 10.2.2 User input at HbbTV spec.

document.getElementById(' oipfcfg ').keyset.setValue(0x1+0x2+0x4+0x8+0x10+0x20+0x100) //red,green,yellow,blue,navigation,vcr,numeric

sunglim commented 12 years ago

app.privateData.keyset.setValue(0x1+0x2+0x4+0x8+0x10+0x20+0x100); should be privateData -> private