mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +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);
|
$(document).bind('keydown', 'alt+o', showDialog);
|
||||||
|
|
||||||
|
queryEl.bind('keydown', 'ctrl+return', execute);
|
||||||
|
|
||||||
executeButton.click(execute);
|
executeButton.click(execute);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user