Skip to content

Commit

Permalink
chore: meta to mod
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawootonn committed Jul 23, 2024
1 parent 6852254 commit 65d2696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class NotionRichtextShortcutsPlugin extends Plugin {
),
keymap.of([
{
key: "Meta-u",
key: "Mod-u",
run: (view) => {
let hasChanged = false;

Expand Down Expand Up @@ -161,7 +161,7 @@ export default class NotionRichtextShortcutsPlugin extends Plugin {
},
},
{
key: "Meta-Shift-k",
key: "Mod-Shift-k",
run: (view) => {
let hasChanged = false;

Expand Down Expand Up @@ -196,7 +196,7 @@ export default class NotionRichtextShortcutsPlugin extends Plugin {
},
},
{
key: "Meta-v",
key: "Mod-v",
run: (view) => {
let hasChanged = false;

Expand Down

0 comments on commit 65d2696

Please sign in to comment.