Skip to content

Commit

Permalink
Changes Hotkey to use Command instead of Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
akaalias committed Mar 2, 2021
1 parent 057d206 commit 11e9b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class MyPlugin extends Plugin {
},
hotkeys: [
{
modifiers: ["Mod", "Shift"],
modifiers: ["Command", "Shift"],
key: "6",
}]
});
Expand Down

0 comments on commit 11e9b4d

Please sign in to comment.