Remove hotkey configuration to adhere to plugin guidelines

This commit is contained in:
FBarrca 2025-01-06 22:45:43 +01:00
parent 3ea7d61648
commit bd359be230

View file

@ -56,10 +56,6 @@ export default class InlineAIChatPlugin extends Plugin {
}
},
hotkeys: [
{
modifiers: ["Mod"],
key: "Q",
},
],
});