diff --git a/webapp_calendar.py b/webapp_calendar.py
index 8ba1500cc..4a5c7abb3 100644
--- a/webapp_calendar.py
+++ b/webapp_calendar.py
@@ -456,7 +456,11 @@ def htmlCalendar(personCache: {}, cssCache: {}, translate: {},
htmlHideFromScreenReader('←') + ' ' + translate['Previous month']
navLinks[prevMonthStr] = calActor + '/calendar?year=' + str(prevYear) + \
'?month=' + str(prevMonthNumber)
+ # TODO
+ navAccessKeys = {
+ }
screenReaderCal = \
- htmlKeyboardNavigation(textModeBanner, navLinks, monthName)
+ htmlKeyboardNavigation(textModeBanner, navLinks, navAccessKeys,
+ monthName)
return headerStr + screenReaderCal + calendarStr + htmlFooter()
diff --git a/webapp_login.py b/webapp_login.py
index e488d5f46..9e5fa6206 100644
--- a/webapp_login.py
+++ b/webapp_login.py
@@ -84,7 +84,7 @@ def htmlLogin(cssCache: {}, translate: {},
copyfile(baseDir + '/img/login.png', loginImageFilename)
textModeLogo = getTextModeLogo(baseDir)
- textModeLogoHtml = htmlKeyboardNavigation(textModeLogo, {})
+ textModeLogoHtml = htmlKeyboardNavigation(textModeLogo, {}, {})
if os.path.isfile(baseDir + '/accounts/login-background-custom.jpg'):
if not os.path.isfile(baseDir + '/accounts/login-background.jpg'):
diff --git a/webapp_person_options.py b/webapp_person_options.py
index dc9ccbf04..8019a87c1 100644
--- a/webapp_person_options.py
+++ b/webapp_person_options.py
@@ -119,7 +119,7 @@ def htmlPersonOptions(defaultTimeline: str,
instanceTitle = \
getConfigParam(baseDir, 'instanceTitle')
optionsStr = htmlHeaderWithExternalStyle(cssFilename, instanceTitle)
- optionsStr += htmlKeyboardNavigation(textModeBanner, {})
+ optionsStr += htmlKeyboardNavigation(textModeBanner, {}, {})
optionsStr += '
\n'
optionsStr += '