[Webkit-unassigned] [Bug 118445] [Qt] QtWebKit should allow sending domain specific keycode to HTML applications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 11:38:58 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118445





--- Comment #10 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-07-11 11:40:59 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > The color codes and channel-up/down are already added to Qt 5.2 dev branch, but we would need to add them anyway to get keycodes through.
> 
> Good news :) but lot of other keys there which are specific to TV/STB.(like subtitle,Guide,Teletext,Info,Back,Input Source Selection, & lot). I agree that it would satisfy a bit. But what would be its key value? Based on which standard ?(There are lot of standard are there like CEHTML/Open IPTV,HbbTV,Connected TV,..).
> Anyhow the one who uses QtWebKit for those domain should touch the inner side of WebCore to assign their domain specific key value.

It will use Qt defined keycode values. Once a key event has been created by Qt the original values are no longer used. This is also why we need the values defined in Qt in the first place, otherwise there is no keycode value for WebKit either.

Qt do have most of the keys. I am looking into getting Guide, Info and Exit added as well.

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



More information about the webkit-unassigned mailing list