HTML doc: navigate with left/right arrow keys

Adjusted basic theme's JS accordingly
This commit is contained in:
Timotheus Kampik
2015-10-04 19:44:17 +02:00
parent 470bac3d1c
commit 1b80100dff
3 changed files with 27 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ Features added
* C++ type alias support (e.g., ``.. type:: T = int``)
* C++ template support for classes, functions, type aliases, and variables (#1729, #1314).
* C++, added new scope management directives ``namespace-push`` and ``namespace-pop``.
* #1970: Keyboard shortcuts to navigate Next and Previous topics
Bugs fixed
----------