Removed default hotkey

This commit is contained in:
Simon Cambier
2022-04-10 13:49:22 +02:00
parent cf5f4be43f
commit b75676cc76

View File

@@ -25,7 +25,7 @@ export default class OmnisearchPlugin extends Plugin {
this.addCommand({
id: 'show-modal',
name: 'Open Omnisearch',
hotkeys: [{ modifiers: ['Mod'], key: 'o' }],
// hotkeys: [{ modifiers: ['Mod'], key: 'o' }],
callback: () => {
new OmnisearchModal(this).open()
},