Bug 20417 - [gtk] using alt as html accesskey is likely to conflict with application shortcuts.
Summary: [gtk] using alt as html accesskey is likely to conflict with application shor...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 06:44 PDT by arno.
Modified: 2015-05-07 19:46 PDT (History)
2 users (show)

See Also:


Attachments
uses Alt-Shift instead of Alt (749 bytes, patch)
2008-08-17 06:47 PDT, arno.
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description arno. 2008-08-17 06:44:17 PDT
Hi,
currently, webkit-gtk uses "alt" modifier as html accesskey. That causes some conflict with midori's accesskey menus. It would be nice to have an accesskey modifier for html content different from gtk menus modifiers (alt or ctrl).

It would be nice to:
a) have something else for an accesskey, less likely to conflict with application menu
b) or even better, having a default accesskey, and a setting to change it
c) or may be, a totally different way of dealing with accesskeys, such as described here:
http://juicystudio.com/article/firefox2-accesskeys.php

Reference: discussion about accesskeys for mac os x webkit:
https://bugs.webkit.org/show_bug.cgi?id=7466
Comment 1 arno. 2008-08-17 06:47:25 PDT
Created attachment 22843 [details]
uses Alt-Shift instead of Alt

I don't know webkit enough to be able to implement something like b) or c), but here is a trivial patch to use Alt-Shift (firefox default on unix).
Comment 2 Alexey Proskuryakov 2009-02-19 13:20:43 PST
This patch is not marked for review - did you want it to be reviewed? It's probably stale, as WebCore code changed since August.
Comment 3 Martin Robinson 2015-05-07 19:46:45 PDT
Going to close this since it's almost certainly stale.