mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
recent notes changed shortcut to alt-q because of browser conflict with ctrl-e
This commit is contained in:
@@ -16,7 +16,7 @@ $(document).bind('keypress', 'alt+ctrl+h', function() {
|
||||
toggle.css('visibility', toggle.css('visibility') === 'hidden' ? 'visible' : 'hidden');
|
||||
});
|
||||
|
||||
$(document).bind('keypress', 'ctrl+e', function() {
|
||||
$(document).bind('keypress', 'alt+q', function() {
|
||||
$("#recentNotesDialog").dialog({
|
||||
modal: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user