1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-27 11:08:45 +02:00

Fix close tag on keyboard shortcut page (#179)

This commit is contained in:
Martin Geisler
2023-01-18 11:57:31 +01:00
committed by GitHub
parent 0324cd2b27
commit 8e3941d2e6

View File

@ -2,7 +2,7 @@
There are several useful keyboard shortcuts in mdBook:
* <kbd>Arrow-Left</kdb>: Navigate to the previous page.
* <kbd>Arrow-Left</kbd>: Navigate to the previous page.
* <kbd>Arrow-Right</kbd>: Navigate to the next page.
* <kbd>Ctrl + Enter</kbd>: Execute the code sample that has focus.
* <kbd>s</kbd>: Activate the search bar.