Don't conflict with accessibility shortcuts.

In both built-in themes, the default next/prev shortcut keys were
changed from arrows to n/p as the arrows conflict with common browser
accessibility extensions.

In the mkdocs theme,  users can now configure the shortcuts to whatever
they want. Note that these config options are theme specific. The
readthedocs theme does not get these options as they are not available
on the parent theme.

Fixes #1502
This commit is contained in:
Waylan Limberg
2018-07-13 14:37:53 -04:00
parent 27f06517db
commit 21449eeea8
9 changed files with 188 additions and 29 deletions

View File

@@ -238,6 +238,8 @@ value to the `theme.custom_dir` option and a warning was issued. As of version
### Other Changes and Additions to Version 1.0
* Keyboard shortcuts changed to not conflict with commonly used accessibility
shortcuts (#1502.)
* User friendly YAML parse errors (#1543).
* Officially support Python 3.7.
* A missing theme configuration file now raises an error.