mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user