Author: duncan
Date: Tue Jan 2 20:49:20 2007
New Revision: 8914
Modified:
branches/rel-1/freevo/src/www/htdocs/webremote.rpy
Log:
Patch from Frank Naude applied
Add ENTER and EJECT buttons
Modified: branches/rel-1/freevo/src/www/htdocs/webremote.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/webremote.rpy (original)
+++ branches/rel-1/freevo/src/www/htdocs/webremote.rpy Tue Jan 2 20:49:20 2007
@@ -5,7 +5,8 @@
# $Id$
#
# Notes:
-# Todo:
+# Todo: Graphical design to resemble a real remote control
+# Normal key presses to actviate the functions
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
@@ -143,9 +144,9 @@
<td><button class="remote" accesskey="8"
onClick="send_code('UP');">UP</button></td>
<td> </td>
</tr>
-<tr><td><button class="remote" accesskey="6"
onClick="send_code('LEFT');"><LEFT</button></td>
+<tr><td><button class="remote" accesskey="4"
onClick="send_code('LEFT');"><LEFT</button></td>
<td><button class="remote" accesskey="5"
onClick="send_code('SELECT');">OK</button></td>
- <td><button class="remote" accesskey="4"
onClick="send_code('RIGHT');">RIGHT></button></td>
+ <td><button class="remote" accesskey="6"
onClick="send_code('RIGHT');">RIGHT></button></td>
</tr>
<tr><td> </td>
<td><button class="remote" accesskey="2"
onClick="send_code('DOWN');">DOWN</button></td>
@@ -154,20 +155,29 @@
<tr style="line-height: 8px;"><td colspan="3"> </td></tr>
-<tr><td><button class="remote" accesskey="e"
onClick="send_code('EXIT');">BACK</button></td>
+<tr><td><button class="remote" accesskey="x"
onClick="send_code('EXIT');">BACK</button></td>
+ <td><button class="remote" accesskey="e"
onClick="send_code('ENTER');">ENTER</button></td>
<td><button class="remote" accesskey="d"
onClick="send_code('DISPLAY');">DISPLAY</button></td>
- <td><button class="remote" accesskey="m"
onClick="send_code('MENU');">MENU</button></td>
</tr>
+<tr><td><button class="remote" accesskey="m"
onClick="send_code('MENU');">MENU</button></td>
+ <td><button class="remote" accesskey="c" onClick="send_code('REC');"
style="color:red">REC</button></td>
+ <td><button class="remote" accesskey="j"
onClick="send_code('EJECT');">EJECT</button></td>
+</tr>
+
<tr style="line-height: 8px;"><td colspan="3"> </td></tr>
-<tr><td><button class="remote" accesskey="p"
onClick="send_code('PLAY');">PLAY</button></td>
- <td><button class="remote" accesskey="s"
onClick="send_code('STOP');">STOP</button></td>
- <td><button class="remote" accesskey="c" onClick="send_code('REC');"
style="color:red">REC</button></td>
+<tr><td> </td>
+ <td><button class="remote" accesskey="p"
onClick="send_code('PLAY');">PLAY</button></td>
+ <td> </td>
</tr>
-<tr><td><button class="remote" accesskey="r"
onClick="send_code('REW');"><REW</button></td>
+<tr><td><button class="remote" accesskey="r"
onClick="send_code('REW');"><<REW</button></td>
<td><button class="remote" accesskey="u"
onClick="send_code('PAUSE');">PAUSE</button></td>
- <td><button class="remote" accesskey="f"
onClick="send_code('FFWD');">FFWD></button></td>
+ <td><button class="remote" accesskey="f"
onClick="send_code('FFWD');">FFWD>></button></td>
+</tr>
+<tr><td> </td>
+ <td><button class="remote" accesskey="s"
onClick="send_code('STOP');">STOP</button></td>
+ <td> </td>
</tr>
<tr style="line-height: 8px;"><td colspan="3"> </td></tr>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog