Skip to content

Commit 24117db

Browse files
CB-4013 fix action trigger (#3268)
* CB-4013 fix action trigger * CB-4013 revert ctrl --------- Co-authored-by: Daria Marutkina <125263541+dariamarutkina@users.noreply.github.com>
1 parent bb23a2d commit 24117db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CloudBeaver - Cloud Database Manager
3-
* Copyright (C) 2020-2024 DBeaver Corp and others
3+
* Copyright (C) 2020-2025 DBeaver Corp and others
44
*
55
* Licensed under the Apache License, Version 2.0.
66
* you may not use this file except in compliance with the License.
@@ -9,6 +9,6 @@ import { createKeyBinding } from '@cloudbeaver/core-view';
99

1010
export const KEY_BINDING_LINK_OBJECT = createKeyBinding({
1111
id: 'link-object',
12-
keys: 'shift+ctrl+,',
12+
keys: 'shift+ctrl+comma',
1313
preventDefault: true,
1414
});

0 commit comments

Comments
 (0)