mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
change in default keyboard shortcuts
This commit is contained in:
@@ -63,7 +63,11 @@ const addLink = (function() {
|
||||
return false;
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'alt+l', showDialog);
|
||||
$(document).bind('keydown', 'ctrl+l', e => {
|
||||
showDialog();
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
return {
|
||||
showDialog
|
||||
|
||||
Reference in New Issue
Block a user