mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
labels have now alt-l shortcut to correspond with the renaming
This commit is contained in:
@@ -164,7 +164,7 @@ async function showDialog() {
|
||||
});
|
||||
}
|
||||
|
||||
$(document).bind('keydown', 'alt+a', e => {
|
||||
$(document).bind('keydown', 'alt+l', e => {
|
||||
showDialog();
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user