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:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user