zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c91adbbde7006702b63ef57eaf663366cd313dba (tree)
parent 8bd734d60cd55d65ea52a051ccdc35939edeb99c
Author: Nguyễn Gia Phong <mcsinyx@disroot.org>
Date:   Tue,  3 Jan 2023 15:11:44 +0900

autodoc: show binding in lowercase

<S-s> is not bound and shortcuts popup already use lowercase.

Diffstat:
Mlib/docs/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/docs/index.html b/lib/docs/index.html @@ -633,7 +633,7 @@ <div class="wrap"> <section class="docs"> <div style="position: relative"> - <span id="searchPlaceholder"><kbd>S</kbd> to search, <kbd>?</kbd> for more options</span> + <span id="searchPlaceholder"><kbd>s</kbd> to search, <kbd>?</kbd> for more options</span> <input type="search" class="search" id="search" autocomplete="off" spellcheck="false" disabled> </div> <p id="status">Loading...</p>