mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-06 10:00:26 +00:00
Fix ⌃↩︎ being used instead of ⌘↩ for opening the editor on Mac︎
This commit is contained in:
parent
3e6cecf9e1
commit
fff770a2f5
@ -325,7 +325,7 @@
|
||||
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, Ctrl+Enter', '.hypha-tabs__link[href^="/edit/"]', 'Edit this hypha');
|
||||
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');
|
||||
|
Loading…
Reference in New Issue
Block a user