From b5200a270b0d332a1b9adb8fd13270b6dad407db Mon Sep 17 00:00:00 2001 From: Alyx D Batte Date: Tue, 7 Oct 2025 19:08:09 +0000 Subject: [PATCH] Add shortcut for categories --- web/static/shortcuts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/shortcuts.js b/web/static/shortcuts.js index 63f9505..c46ca91 100644 --- a/web/static/shortcuts.js +++ b/web/static/shortcuts.js @@ -277,6 +277,7 @@ rrh.shortcuts.addGroup(new ShortcutGroup('Common', null, [ new Shortcut('g', $$('.top-bar__highlight-link'), 'First 9 header links'), new Shortcut('g h', '/', 'Home'), new Shortcut('g l', '/list/', 'List of hyphae'), + new Shortcut('g c', '/category/', 'List of Categories'), new Shortcut('g r', '/recent-changes/', 'Recent changes'), new Shortcut('g u', $('.auth-links__user-link'), 'Your profile′s hypha'), new Shortcut(['?', isMac ? 'Meta+/' : 'Ctrl+/'], openHelp, 'Shortcut help', { force: true }),