Skip to content

Commit

Permalink
fix(markup): fix hotkey Esc not working in markup mode (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
St1ggy authored Nov 2, 2024
1 parent 46fbe46 commit 28bc59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortcuts/chars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ const cmPC = {
};

export const cmChars: Chars = {
[K.Esc]: 'Esc',
[K.Esc]: 'Escape',
...(isMac() ? cmMac : cmPC),
};

0 comments on commit 28bc59f

Please sign in to comment.