+
-
+
diff --git a/index.php b/index.php
index 0fdc2d6..8468c7a 100644
--- a/index.php
+++ b/index.php
@@ -9,8 +9,7 @@ $service = new ADBService(ADBService::DEFAULT_HOST);
-
+
@@ -53,9 +52,9 @@ $service = new ADBService(ADBService::DEFAULT_HOST);
-
- = str_replace('already ', '', $service->connect()) ?>
-
+
+ LUNA
+
@@ -120,9 +119,21 @@ $service = new ADBService(ADBService::DEFAULT_HOST);
break;
// B
case 27:
- case 72:
+ case 66:
sendKey('BACK');
break;
+ // Backward ,
+ case 188:
+ sendKey('MEDIA_PREVIOUS');
+ break;
+ // PLAY PAUSE .
+ case 190:
+ sendKey('MEDIA_PLAY_PAUSE');
+ break;
+ // forward -
+ case 189:
+ sendKey('MEDIA_NEXT');
+ break;
}
}
);
diff --git a/remote.css b/remote.css
index ee92bc1..b2c1535 100644
--- a/remote.css
+++ b/remote.css
@@ -1,6 +1,18 @@
#remote {
margin: 3em auto;
max-width: 300px;
+ border: 3px solid black;
+ padding: 25px;
+ border-radius: 10px;
+ background-color: #4f4f4f;
+}
+
+.btn {
+ filter: drop-shadow(2px 2px 4px grey) !important;
+}
+
+.btn:hover {
+ filter: drop-shadow(2px 2px 4px lightblue) !important;
}
.fa-1c5x {
@@ -37,4 +49,12 @@
.btn {
border-radius: 50px;
+}
+
+.brand {
+ text-align: center;
+ margin-top: 20px;
+ font-style: 2em;
+ font-family: "Ubuntu", serif;
+ color: grey;
}
\ No newline at end of file