summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html
index 53ead06..f680b5f 100644
--- a/index.html
+++ b/index.html
@@ -804,6 +804,7 @@ function onKeyDown(event) {
}
}
break;
+
case "Info":
case "Blue":
// if(isFullscreen) {
@@ -1020,6 +1021,21 @@ function onKeyDown(event) {
digit = 9;
Makedigit();
break;
+
+ case KEY_A:// hh key on old long kpn 1710/1760 remote
+ break;
+ case KEY_B:// hh key on old long kpn 1710/1760 remote
+ if (prevChan !== currChan) {
+ currChan = [prevChan, prevChan = currChan][0];
+ count = 0;
+ play(channels[currChan]);
+ }
+ break;
+ case KEY_C:// hh key on old long kpn 1710/1760 remote
+ break;
+ case KEY_D:// hh key on old long kpn 1710/1760 remote
+ break;
+
case "Teletext":
if(isFullscreen) {
ClearScreen();