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 += \
- '>'
# add other buttons
tl_str += \