From 5238e9cce9542473212eb883dcd2ae43b383d249 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Mon, 9 Aug 2021 00:46:45 +0500 Subject: [PATCH] Fix hotkeys --- static/shortcuts.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/shortcuts.js b/static/shortcuts.js index d3011c2..ebfe439 100644 --- a/static/shortcuts.js +++ b/static/shortcuts.js @@ -324,11 +324,11 @@ this.bindElement('s, Alt+ArrowUp, Ctrl+Alt+ArrowUp', $$('.navi-title a').slice(1, -1).slice(-1)[0], 'Parent hypha'); this.bindElement('c, Alt+ArrowDown, Ctrl+Alt+ArrowDown', '.subhyphae__link', 'First child hypha'); - this.bindElement('v', '.hypha-tabs__link[href^="/hypha/"]', 'Go to hypha′s page'); - this.bindElement('e, ' + (isMac ? "Meta+Enter" : "Ctrl+Enter"), '.hypha-tabs__link[href^="/edit/"]', 'Edit this hypha'); - this.bindElement('a', '.hypha-tabs__link[href^="/attachment/"]', 'Go to attachment'); - this.bindElement('h', '.hypha-tabs__link[href^="/history/"]', 'Go to history'); - this.bindElement('r', '.hypha-tabs__link[href^="/rename-ask/"]', 'Rename this hypha'); + this.bindElement('v', '.hypha-info__link[href^="/hypha/"]', 'Go to hypha′s page'); + this.bindElement('e, ' + (isMac ? "Meta+Enter" : "Ctrl+Enter"), '.edit-btn__link[href^="/edit/"]', 'Edit this hypha'); + this.bindElement('a', '.hypha-info__link[href^="/attachment/"]', 'Go to attachment'); + this.bindElement('h', '.hypha-info__link[href^="/history/"]', 'Go to history'); + this.bindElement('r', '.hypha-info__link[href^="/rename-ask/"]', 'Rename this hypha'); }); } else {