There is a Quit menu item at the bottom of the main menu in jivelite. 
Alternatively, you can press the small letter o to quit immediately. 
Picoreplayer will restart jivelite automatically.

Unfortunately, you can't add key codes in InputToActionMap.lua as all
keys must be registered in the jive framework C source first, which then
requires recompiling jivelite and as you discovered if jivelite doesn't
recognize the key code it won't start.

The Fn (function) keys are 'reassigned in the framework'
(https://github.com/ralph-irving/jivelite/blob/master/src/jive_framework.c#L102)
to KEY_PRESET_n so you should be able to map


Code:
--------------------
    [KEY_PRESET_3] = "go_search",
--------------------


If the KEY_PLAYPAUSE doesn't respond to KEY_PLAY or KEY_PAUSE  you won't
likely be able to map it without modifying the SDL library and
recompiling it and jivelite.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=112709

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

Reply via email to