This commit is contained in:
committer@tuxwarrior
2025-04-15 20:41:19 -05:00
parent 3fd21e3987
commit ff4fb75304
3 changed files with 33 additions and 0 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
}
}
}