Bug 117634 - [Qt] Map rewind and fast forward keys to match GoogleTV
Summary: [Qt] Map rewind and fast forward keys to match GoogleTV
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 03:18 PDT by Allan Sandfeld Jensen
Modified: 2013-06-14 09:25 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.90 KB, patch)
2013-06-14 03:20 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff
Patch (2.14 KB, patch)
2013-06-14 03:41 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff
Patch (2.20 KB, patch)
2013-06-14 04:25 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-06-14 03:18:30 PDT
GoogleTV and Android in Blink sets the keycodes 0xE3 and 0xE4 for the rewind and fast forward keys. This is already used by several TV oriented websites due to GoogleTV.
Comment 1 Allan Sandfeld Jensen 2013-06-14 03:20:47 PDT
Created attachment 204689 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-06-14 03:41:20 PDT
Created attachment 204693 [details]
Patch

Removed the VK definitions since they were unofficial, and have been defined differently on Windows Embedded
Comment 3 Allan Sandfeld Jensen 2013-06-14 04:25:28 PDT
Created attachment 204700 [details]
Patch

Found the source of the other VK definition
Comment 4 Allan Sandfeld Jensen 2013-06-14 04:34:44 PDT
Committed r151588: <http://trac.webkit.org/changeset/151588>