Skip to content

Commit

Permalink
feat: added cm to modifierAliases (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 authored Mar 19, 2024
1 parent 7e10a12 commit 3b9c690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const modifierAliases: Record<string, IModifier> = {
s: 's',
a: 'a',
m: 'm',
cm: isMacintosh ? 'm' : 'c',
ctrlcmd: isMacintosh ? 'm' : 'c',
};

Expand Down

0 comments on commit 3b9c690

Please sign in to comment.