From 8078310f66e992bc68775d51ec2849f0428de092 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sun, 19 May 2013 14:14:00 +0200 Subject: added keys from comhem & old kpn remote --- index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4f71a27..9c8aa02 100644 --- a/index.html +++ b/index.html @@ -355,6 +355,8 @@ function onKeyDown(event) { } else { switch(event.keyIdentifier) { + + case "ChannelUp": case "Up": if(isFullscreen) { count = 0; @@ -376,6 +378,7 @@ function onKeyDown(event) { preview(channels[currChan]); } break; + case "ChannelDown": case "Down": if(isFullscreen) { count = 0; @@ -652,6 +655,7 @@ function onKeyDown(event) { InitMenu(menu); } break; + case KEY_FAV: case "Scroll": if(isFullscreen) { NowNext = 0; @@ -819,7 +823,18 @@ function onKeyDown(event) { break; - + case KEY_OPNAMES: + case KEY_FILM: + // jump to recordings menu. + if(isFullscreen) { + osdepginfo.style.opacity = 0; + osdepginfonext.style.opacity = 0; + mediaList.style.opacity = 0.9; + mainmenu.style.opacity = 0; + recPath = "/recordings.xml"; + setTimeout("getRecList();LoadMediaSettings();",100); + } + break; default: break; } -- cgit v1.2.3