feat(rulebook): /rules route, nav entry, g+r shortcut

This commit is contained in:
2026-05-27 22:01:54 -04:00
parent 447adf816c
commit f2afb2a8bf
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ function onGlobalKeydown(e: KeyboardEvent) {
case "n": router.push("/notes"); break;
case "t": router.push("/"); break;
case "p": router.push("/projects"); break;
case "r": router.push("/rules"); break;
case "g": router.push("/graph"); break;
case "l": router.push("/calendar"); break;
}