Mario Lange wrote:
> Hello Duncan,
> 
> thank you for this fast solution. I will try this at the Weekend. I don`t 
> know the exact mappings of alle keys, but could this be right for the "c" Key 
> on the Keyboard?
> 
> 
> DETACH_KEY = 'C'

Wont work, it needs an event not a character, the 'c' is mapped to CH+

In event.py here is the mapping
    key.K_c : 'CH+'
In the audio events CH+ is mapped to:
    'CH+'       : PLAYLIST_PREV,

EXIT is quite a good choice, it behaves as expected.

> 
> I have a modded T-Online S100, and so i have a Key printed "C" on my remote 
> and i have xmodmapped it to Key C. Display is a ohter Key.


Duncan

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to