summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-04-01 14:19:22 +0200
committerM. Voerman <rekordc@gmail.com>2014-04-01 14:19:22 +0200
commit704013bf153c16a6c19314c0d6b455b3bf72fb80 (patch)
tree3a4bcda4a524b71bc9571528c68abeee47f6d1e0 /index.html
parentcc320996b89e34cc35391b93e883f3056993fd30 (diff)
downloadvdr-vipclient-704013bf153c16a6c19314c0d6b455b3bf72fb80.tar.gz
vdr-vipclient-704013bf153c16a6c19314c0d6b455b3bf72fb80.tar.bz2
New key from old KPN remote added for swap prev / current channel
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();