From 7a8630dc70960287f105d18154ec297189c7277e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Andreas=20Nilsen?= Date: Fri, 8 Aug 2025 13:05:45 +0200 Subject: [PATCH] corrected hotkey in bas-search doc --- doc/bas-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bas-search.md b/doc/bas-search.md index 5d036e5..b73a1ba 100644 --- a/doc/bas-search.md +++ b/doc/bas-search.md @@ -1,5 +1,5 @@ #### Feaures: - - Press `Ctrl` + `Alt` + `F` to open the search box/menu. Use `↑` and `↓` to navigate. And press `Enter` to select. + - Press `Ctrl` + `Shift` + `F` to open the search box/menu. Use `↑` and `↓` to navigate. And press `Enter` to select. - For group search, use the prefix `g:` followed by the group name (e.g., `g:groupname`) - In the search result pages, use `↑` and `↓` to navigate through the results. And press `Enter` to open the selected result. - Press `Ctrl` + `←` / `→` to navigate to the next/previous tab.