mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
labels have now alt-l shortcut to correspond with the renaming
This commit is contained in:
parent
54e4f54678
commit
19c605a9a8
@ -164,7 +164,7 @@ async function showDialog() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).bind('keydown', 'alt+a', e => {
|
$(document).bind('keydown', 'alt+l', e => {
|
||||||
showDialog();
|
showDialog();
|
||||||
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dLabel">
|
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dLabel">
|
||||||
<li><a id="show-history-button"><kbd>Alt+H</kbd> History</a></li>
|
<li><a id="show-history-button"><kbd>Alt+H</kbd> History</a></li>
|
||||||
<li><a class="show-labels-button"><kbd>Alt+A</kbd> Labels</a></li>
|
<li><a class="show-labels-button"><kbd>Alt+L</kbd> Labels</a></li>
|
||||||
<li><a id="show-source-button"><kbd>Ctrl+U</kbd> HTML source</a></li>
|
<li><a id="show-source-button"><kbd>Ctrl+U</kbd> HTML source</a></li>
|
||||||
<li><a id="upload-attachment-button">Upload attachment</a></li>
|
<li><a id="upload-attachment-button">Upload attachment</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user