diff --git a/.gitignore b/.gitignore index 0d268ec..3a1be63 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -./conf.js +/conf.js diff --git a/index.html b/index.html index a0f6f74..6846dec 100755 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + Free Telec @@ -21,23 +21,56 @@
-

Free Telec v0.2.1

+

Free Telec v0.2.3

- ``
@@ -114,7 +147,7 @@
-
+
@@ -157,8 +190,35 @@
+
+
+

Raccourcis clavier

+

+ Certaines fonctionnalités de la télécommande peuvent être directement utilisée avec votre clavier. +
+ En voici la liste : +

+
    +
  • Entrée : ok
  • +
  • Flèche haut: haut
  • +
  • Flèche bas: bas
  • +
  • Flèche droite: droite
  • +
  • Flèche gauche: gauche
  • +
  • Echap: retour (touche rouge)
  • +
  • f: Free
  • +
  • m: Menu (touche verte)
  • +
  • i: Info (touche jaune)
  • +
  • s: Recherche (touche bleue)
  • +
  • a: A/V
  • +
  • 1-0: touche 1-0
  • +
  • +: Programme +
  • +
  • -: Programme -
  • +
+
+
+ @@ -181,6 +241,8 @@ 40: 'down', 37: 'left', 39: 'right', + 27: 'red', //Esc/back + 102: 'home', //Free 109: 'green', //m -> Menu 105: 'yellow', //i -> Info 115: 'blue', //s -> Search @@ -194,7 +256,9 @@ 55: 7, 56: 8, 57: 9, - 48: 0 + 48: 0, + 45: 'prgm_dec', + 43: 'prgm_inc' }; let code = (e.keyCode ? e.keyCode : e.which);