Michael Walma wrote:
> Hello,
> 
> As a first time poster, let me begin by thanking the developers of 
> Freevo for a great program!
> 
> I'm using Freevo 1.7.3 and I am having some difficulty remapping keys.  
> I am using an odd-ball USB remote (Keyspan), which appears to X, and so 
> to Freevo as a keyboard.  My problem is that the remote does not have 
> either an 'e' or an 'enter' key, so I can't enter the Audio CD Backup 
> sub-menu using the remote.  The remote will generate an asterisk and I 
> would have thought that something like:
> 
> KEYMAP[key.K_ASTERISK] = 'ENTER'
> 
> would work, but it doesn't seem to.  Any pointers on how to solve my problem 
> would be great.  A pointer to a document which explains event and
> key mapping in detail would be even better.  For example, I can't find a list 
> of all events anywhere.

EVENTS['menu']['K_F5']  = Event(OSD_MESSAGE, arg='K_F5')
KEYMAP[key.K_F5] = 'K_F5'

Any way try using lircrc to map the asterisk to ENTER

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to