ㅤ@Rafael Barba
If you remove the smoothscroll.js from the template "index.php" and instead place the following css in the custom css, then the keyboard navigation and smoothscrolling is working as intended.
change the following line in the index.php:
->addJS('bootstrap.min.js, jquery.sticky.js, smoothscroll.js, main.js, jquery.nav.js') //
to
->addJS('bootstrap.min.js, jquery.sticky.js, main.js, jquery.nav.js') //
and then add the following css to your custom css
html {
scroll-behavior: smooth;
}
Please check the mails from yesterday "A New Comment Posted" there you will find the instructions as copy with images and what to do in detail.