Page MenuHomePhabricator

Navigationlink 'preferences' doesn't have an accesskey
Closed, DeclinedPublic

Description

Author: hirsch.heisseich

Description:
If you are logged in all top-navigation links have an accesskey... No, not all!
The 'preferences'-link doesn't have one. Why? Please include there also an
accesskey. Thank you.

The current code:
<li id="pt-userpage" class="active"><a title="My user page [alt-.]"
accesskey="." href="/wiki/xxx">xxx</a></li>
<li id="pt-mytalk"><a title="My talk page [alt-n]" accesskey="n"
href="/wiki/xxx">My talk</a></li>
<li title="My preferences" id="pt-preferences"><a
href="/wiki/Spezial:Preferences">Preferences</a></li>
<li id="pt-watchlist"><a title="The list of pages you're monitoring for changes.
[alt-l]" accesskey="l" href="/wiki/Spezial:Watchlist">My watchlist</a></li>
<li id="pt-mycontris"><a title="List of my contributions [alt-y]" accesskey="y"
href="/wiki/Spezial:Contributions/xxx">My contributions</a></li>
<li id="pt-logout"><a title="Log out [alt-o]" accesskey="o"
href="/w/index.php?title=Spezial:Userlogout&amp;returnto=xxx">Log out</a></li>


Version: unspecified
Severity: normal

Details

Reference
bz5206

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:09 PM
bzimport set Reference to bz5206.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

What key would you like?

hirsch.heisseich wrote:

Hi Rob. What about 'alt-k'? Or is this one already taken somewhere?

Accesskey ',' added with r25080.

Reverted in r25475.

I don't see any real need for an access key for a rarely-used function like prefs here, and picking ones that already interfere with other keyboard shortcuts kinda sucks. :)

Resolving WONTFIX.