From 584f2b4b32e69865d9561f1537142791710f676d Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sat, 11 Sep 2021 12:42:57 +0200 Subject: Added custom hotkey support --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index a472b41..93abadb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -19,6 +19,8 @@ logo: "assets/logo.png" # icon: "fas fa-skull-crossbones" header: true # Set to false to hide the header +# Optional: Different hotkey for search, defaults to "/" +# hotkey: "Shift" footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) -- cgit v1.2.3 From 1c0bf7132aedf869abd739b6eca1b489887414b2 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Mon, 11 Oct 2021 23:54:34 +0200 Subject: Added requested changes --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index 080f296..e2b5506 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -20,7 +20,8 @@ logo: "assets/logo.png" header: true # Set to false to hide the header # Optional: Different hotkey for search, defaults to "/" -# hotkey: "Shift" +# hotkey: +# search: "Shift" footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) -- cgit v1.2.3