#10213 HIGH 1.5-sof: Frame key doesn't work on XO-1.5 HS
Zarro Boogs per Child
bugtracker at laptop.org
Sat Jul 10 09:14:37 EDT 2010
#10213: Frame key doesn't work on XO-1.5 HS
------------------------------+---------------------------------------------
Reporter: wad | Owner: dsd
Type: defect | Status: new
Priority: high | Milestone: 1.5-software-update
Component: sugar | Version: Development source as of this date
Resolution: | Keywords:
Next_action: code | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
------------------------------+---------------------------------------------
Changes (by pgf):
* next_action: never set => code
* component: not assigned => sugar
* priority: normal => high
* version: not specified => Development source as of this date
* milestone: Not Triaged => 1.5-software-update
* owner: => dsd
Comment:
i believe this patch is necessary to make the new frame and search keys
work in sugar:
in /usr/lib/python2.6/site-packages/jarabe/view:
{{{
==xo-a7-5a-ef,olpc(1)>> diff -u /tmp/keyhandler.py.orig keyhandler.py
--- keyhandler.py.orig 2010-07-10 08:53:14.423048715 -0400
+++ keyhandler.py 2010-07-10 08:58:52.000000000 -0400
@@ -47,6 +47,8 @@
'F2' : 'zoom_group',
'F3' : 'zoom_home',
'F4' : 'zoom_activity',
+ 'F5' : 'open_search',
+ 'F6' : 'frame',
'F9' : 'brightness_down',
'F10' : 'brightness_up',
'<alt>F9' : 'brightness_min',
}}}
in the meantime, use alt-shift-f for frame, and alt-shift-o for search.
--
Ticket URL: <http://dev.laptop.org/ticket/10213#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list