We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb23a2d commit 24117dbCopy full SHA for 24117db
webapp/packages/plugin-object-viewer-nav-tree-link/src/KEY_BINDING_LINK_OBJECT.ts
@@ -1,6 +1,6 @@
1
/*
2
* CloudBeaver - Cloud Database Manager
3
- * Copyright (C) 2020-2024 DBeaver Corp and others
+ * Copyright (C) 2020-2025 DBeaver Corp and others
4
*
5
* Licensed under the Apache License, Version 2.0.
6
* you may not use this file except in compliance with the License.
@@ -9,6 +9,6 @@ import { createKeyBinding } from '@cloudbeaver/core-view';
9
10
export const KEY_BINDING_LINK_OBJECT = createKeyBinding({
11
id: 'link-object',
12
- keys: 'shift+ctrl+,',
+ keys: 'shift+ctrl+comma',
13
preventDefault: true,
14
});
0 commit comments