[Testing] functionality of each key in Programmable slider
Frederick Grose
fgrose at gmail.com
Thu Aug 26 13:58:24 EDT 2010
On Thu, Aug 26, 2010 at 1:01 AM, Holt <holt at laptop.org> wrote:
> Mohammed Irshan wrote:
>
> I’m a volunteer who is supporting to test the OLPC. Can anyone explain me
> the functionality of each key in Programmable slider?
>
>
> http://laptop.org/en/laptop/start/keyboard.shtml says:
>
> "The slider keys are reserved for a future feature."
>
> (regarding the "Programmable slider" with 7 dots of increasing size, at the
> top/center of the keyboard)
>
>
>
>
Oficina (Portuguese for Workshop) or the Paint Activity recently started
using the slider to adjust the pen line, brush stroke, eraser size:
(
http://git.sugarlabs.org/projects/paint/repos/mainline/blobs/master/OficinaActivity.py#line136
)
def key_press(self, widget, event):
sliders = {65474: -5, 65475: -1, 65476: 1, 65477: 5}
if event.keyval in sliders:
self.area.change_line_size(sliders[event.keyval])
But, testing with os852 and Paint 27, showed that f5 (the first slider
button) activated Journal search and f6 activated the Frame as in the
http://wiki.laptop.org/go/OLPC_English_Non-membrane_Keyboard, and f7 & f8
seemed not to affect the tool line size.
--Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.laptop.org/pipermail/testing/attachments/20100826/9bf2992d/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 14832 bytes
Desc: not available
Url : http://lists.laptop.org/pipermail/testing/attachments/20100826/9bf2992d/attachment-0001.jpeg
More information about the Testing
mailing list