mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
bind ctrl+enter to execute query in SQL console
This commit is contained in:
@@ -58,6 +58,8 @@ const sqlConsole = (function() {
|
||||
|
||||
$(document).bind('keydown', 'alt+o', showDialog);
|
||||
|
||||
queryEl.bind('keydown', 'ctrl+return', execute);
|
||||
|
||||
executeButton.click(execute);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user