From db943a97cb604699f995b46b950dd54851017103 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 29 Mar 2022 21:04:20 +0300 Subject: [PATCH] Add shortcut for backlinks Press b --- static/shortcuts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/shortcuts.js b/static/shortcuts.js index 8630f6b..a6722d0 100644 --- a/static/shortcuts.js +++ b/static/shortcuts.js @@ -330,6 +330,7 @@ window.addEventListener('load', () => { this.bindElement('a', '.hypha-info__link[href^="/media/"]', 'Go to media management'); this.bindElement('h', '.hypha-info__link[href^="/history/"]', 'Go to history'); this.bindElement('r', '.hypha-info__link[href^="/rename/"]', 'Rename this hypha'); + this.bindElement('b', '.hypha-info__link[href^="/backlinks/"]', 'Backlinks'); }); } else {