Hi all,

We are trying to add support in Qooxdoo core for key codes from Samsung
SMART TV remote control.

The problem is that they don't use at all the standard key codes. So we
need to "remap" them for being correctly idenfitied.

I had reviewed the qx.event.handler.Keyboard module, and checked the defer
method where it seems there is some remapping done.
For example, the "Enter" key has the key code 29443. But tried something
like this with no luck (the part adding the maple identifier it's done and
working):
    else if ((qx.core.Environment.get("engine.name") == "maple"))
    {
      members._keyCodeFix = {
         29443 : members._identifierToKeyCode("Enter")
      };
    }

Could you give me any clue where to fix this or where to read about it?

Thank you very much!


-- 
Javier Martínez Villacampa
Software Engineer
http://www.pocketwidget.com
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to