mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Change hotkey from 'K' to 'Q' for improved accessibility
This commit is contained in:
parent
29c649ce95
commit
99f7394caa
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default class MyPlugin extends Plugin {
|
|||
hotkeys: [
|
||||
{
|
||||
modifiers: ["Mod"],
|
||||
key: "K",
|
||||
key: "Q",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue