From c9a81029daa26a2ed6eda22777f511dee4c4a414 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 13 Dec 2022 14:21:45 +0000 Subject: [PATCH] tweak: notes default shortcuts. --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.def.h b/config.def.h index 212075a..e81217e 100644 --- a/config.def.h +++ b/config.def.h @@ -77,3 +77,11 @@ static struct { { CTRL | SFT, KEY(N), finder_prev } }; +/* +Default browser controls: +- Ctrl+L: Go to searchbar +- Ctrl+T: New Tab +- Ctrl+Page up: Go to next tab +- Ctrl+Page down: Go to previous tab + +*/