remove global hotkey

This commit is contained in:
John Mavrick 2023-11-27 21:35:38 -08:00
parent ba0836e706
commit a6e0d18f41
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ export default class ObsidianIntelligence extends Plugin {
this.addCommand({
id: 'obsidian-intelligence-view-open',
name: 'Open Obsidian Intelligence',
hotkeys: [{ modifiers: ['Mod', 'Shift'], key: 'I' }],
callback: () => {
this.activateView();
},