Change hotkey from 'K' to 'Q' for improved accessibility

This commit is contained in:
FBarrca 2025-01-06 01:24:19 +01:00
parent 29c649ce95
commit 99f7394caa

View file

@ -58,7 +58,7 @@ export default class MyPlugin extends Plugin {
hotkeys: [
{
modifiers: ["Mod"],
key: "K",
key: "Q",
},
],
});