Files
lnx-arch/dots/dbgate/settings.json
committer@tuxwarrior 85e33809f8 /+ re-added dbgate
as it is a great tool, despite its weaknesses
2025-05-06 19:17:32 -05:00

21 lines
537 B
JSON

{
"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
}
}
}