Thanks Michael.  The following code works in Chrome:

Code:
--------------------
    
  <script type="text/javascript" src="/html/ext/mousetrap.js"></script>
  <script type="text/javascript">
        Mousetrap.bind ('up', function() {SqueezeJS.Controller.setVolume(0.5, 
'+')});
        Mousetrap.bind ('down', function() {SqueezeJS.Controller.setVolume(0.5, 
'-')});
  </script>
  
--------------------


------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=107501

_______________________________________________
diy mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/diy

Reply via email to