/+ re-added dbgate

as it is a great tool, despite its weaknesses
This commit is contained in:
committer@tuxwarrior
2025-05-06 19:17:32 -05:00
parent a345bc8b13
commit 85e33809f8
5 changed files with 8 additions and 2 deletions

21
dots/dbgate/settings.json Normal file
View File

@@ -0,0 +1,21 @@
{
"app.useNativeMenu": false,
"currentEditorTheme": "cobalt",
"other.licenseKey": null,
"currentEditorFontSize": "12",
"dataGrid.thousandsSeparator": false,
"commands": {
"query.executeCurrent": {
"keyText": "CtrlOrCommand+Enter",
"customKeyboardShortcut": true
},
"query.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
},
"shell.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
}
}
}