Author: bklaas
Date: Thu Jan 17 07:34:04 2008
New Revision: 1481
URL: http://svn.slimdevices.com?rev=1481&root=Jive&view=rev
Log:
Bug: 6426
Description: add back KEY_RIGHT to event listener
Modified:
trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
Modified: trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
URL:
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua?rev=1481&root=Jive&r1=1480&r2=1481&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua Thu Jan 17 07:34:04 2008
@@ -163,7 +163,8 @@
return EVENT_CONSUME
elseif keycode == KEY_GO or
- keycode == KEY_PLAY then
+ keycode == KEY_PLAY or
+ keycode == KEY_RIGHT then
r = self:dispatchNewEvent(EVENT_ACTION)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins