diff --git a/_templates/page.html b/_templates/page.html
index 56c7dfa8e..a064d96f3 100644
--- a/_templates/page.html
+++ b/_templates/page.html
@@ -145,6 +145,9 @@
// "slideDown" means "show," it's not a direction of movement
$("#consentBox").slideDown("linear");
}
+
+ // move keyboard focus to selected menu item
+ $('li.toctree-l1 a.current').focus();
});
{% endblock %}