[oe-issues] [Bug 2326] minimo not aware of Fn key

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Jun 7 13:10:54 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2326


Takeshi Hamasaki <hma at syd.odn.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hma at syd.odn.ne.jp




--- Comment #3 from Takeshi Hamasaki <hma at syd.odn.ne.jp>  2007-06-07 06:10:54 ---
I agree this is caused by keycode interpretation.
Fn key handling in minimo is something wrong.

I confirmed Fn key has assigned symbol Mode_switch on X layer.
This one is usally one of modifier, and in rxvt it works as it should be.
e.g. Fn + ',' produces < .

On XUL layer, such as on minimo, Fn + ',' should produce < also but doesn't.
Fn key causes keypress event by itself, without any key.

You can see easily what I want to say if you open
http://hp.vector.co.jp/authors/VA014481/xul/keyEvents.xul
from minimo and type something in textbox.

Shift + - produces keycode 64 = '@'
Shift itself doesn't fire keypress event by itself.

Fn itself fires keypress event.

It is strange from what behavior the Fn key is expected.

I believe there are some way to let Fn work as a modifier key in Minomo


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list