Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 30, 2019
1 parent 52c023b commit ddf47e3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions Leonarod_PPT_RC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<center>
<table height="500">
<tr><td colspan="2" align="center">
<B>Remote control Powerpoint</B>
</td></tr>
<tr><td colspan="2">
IP:&nbsp;&nbsp;<input type="text" name="ip" id="ip" size="25" value="192.168.4.1">
</td></tr>
<tr><td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=198';" value="F5">
</td>
<td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=211';" value="PAGE UP">
</td></tr>
<tr><td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardpress=133;198;;10';" value="SHIFT+F5">
</td>
<td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=214';" value="PAGE DOWN">
</td></tr>
<tr><td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=87';" value="W">
</td>
<td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=177';" value="ESC">
</td></tr>
<tr><td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?ip';" value="IP">
</td>
<td>
<input type="button" onclick="sendkeys.src='http://'+document.getElementById('ip').value+'/?keyboardwrite=66';" value="B">
</td></tr>
<tr><td colspan="2">
<iframe id="sendkeys" width="250" height="100"></iframe>
</td></tr>
</table>

</center>
</body>
</html>

<!--
Arduino Leonardo Code
https://github.com/fustyles/Arduino/blob/master/ESP01_Leonardo_MyFirmata.ino
keyboardPress, keyboardWrite
https://www.arduino.cc/en/Reference/KeyboardModifiers
-->

0 comments on commit ddf47e3

Please sign in to comment.