ralphy wrote: > > I've modified Keyboard.lua to apply your values when the skin width is > 800 otherwise the original values are used. > ... > I've uploaded a test build to the picoreplayer beta files area. To try > it, ssh into picoreplayer > YES it works! Great!!
ralphy wrote: > > The only caveat is the values are set when jivelite starts. If you > change the skin, you need to restart jivelite. > I don't think this is a problem. Nobody should need to switch dynamically between skins. As I tried the new keyboard, I found some other issues, that might be fixed: The text for ENTER_SMALL is too long (in jivelite/share/jive/applets/JogglerSkin/strings.txt). In English it is "done" which almost fit, but in German it is "Fertig", which is too long. There are two possibilities to get around this: 1.) use "OK" which should fit and would be fine for English and German (but I don't know, if this text is used somewhere else where "OK" would not fit well) 2.) Make the key bigger: in keyboard.lua the done button seems to be defined in the keymap with "self:_go(92)". Should be worth a try with "self:_go(120)"? The same appears for the key that switches between the keymaps: *-123-&-* and *-"~<|-* switches between the 'numeric' and 'numericshift' keymaps. Both texts are a little long, I didn't find the definition, so I suggest to make the key bigger for this keys as well. Finally in the keymap 'numeric' seems to miss a character. In the third row there is : -_SWITCHKEYBOARDBUTTON & , ? ! * LEFT_ARROW RIGHT_ARROW- This number of characters do not fill the line, it looks like before the arrow_keys a character (or spacer) is missing. ralphy wrote: > > I will see what I can do to add screen blanking to the DisplayOff > applet. > This should be very easy: write a '1' to /sys/class/graphics/fb0/blank and the screen blanks, write a '0' to /sys/class/graphics/fb0/blank and the screen goes on again. If you put this in DisplayOffApplet.lua after the command for switching off the backlight it should work. Best Regards Cajus *1*- piCorePlayer with HiFiBerry-AMP, *1*- piCorePlayer with HiFiBerry-Digi+ *1*- SB-Receiver, *3*- SB-Boom, *3*- SB-Classic ------------------------------------------------------------------------ cajus's Profile: http://forums.slimdevices.com/member.php?userid=16872 View this thread: http://forums.slimdevices.com/showthread.php?t=103330 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
