diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py index f695f9879..64023d74e 100644 --- a/webapp_headerbuttons.py +++ b/webapp_headerbuttons.py @@ -92,7 +92,8 @@ def header_buttons_timeline(default_timeline: str, if box_name == 'inbox': tl_str += ' aria-current="location"' tl_str += \ - '>' + translate['Inbox'] + '' + ' accesskey="' + access_keys['menuInbox'] + '">' + \ + '' + translate['Inbox'] + '' # if this is a news instance and we are viewing the news timeline features_header = False @@ -106,7 +107,8 @@ def header_buttons_timeline(default_timeline: str, tl_str += ' aria-current="location"' tl_str += \ '>' replies_index_filename = \ @@ -117,7 +119,8 @@ def header_buttons_timeline(default_timeline: str, if box_name == 'tlreplies': tl_str += ' aria-current="location"' tl_str += \ - '>' @@ -185,7 +188,8 @@ def header_buttons_timeline(default_timeline: str, tl_str += ' aria-current="location"' tl_str += \ '>' # show todays events buttons on the first inbox page @@ -249,8 +253,9 @@ def header_buttons_timeline(default_timeline: str, tl_str += ' aria-current="location"' tl_str += \ '>' + sent_button + '" tabindex="-1" accesskey="' + \ + access_keys['menuOutbox'] + '">' + \ + '' + translate['Sent'] + '' # add other buttons tl_str += \