1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: field names suggestion for tables in the query

This commit is contained in:
2022-07-14 16:09:04 +02:00
parent 7725fafe85
commit b71f04e5aa
3 changed files with 48 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ interface ShortcutRecord {
export const shortcuts: ShortcutRecord[] = [
{
event: 'open-connections-modal',
keys: 'CommandOrControl+Space',
keys: 'Shift+CommandOrControl+Space',
description: 'Show all connections'
}
];