Fix keyboard shortcut icons on macOS (#7869)

This commit is contained in:
J. Ryan Stinnett 2022-02-22 11:25:28 +00:00 committed by GitHub
parent 8fccef86d8
commit d79d5ceeac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ export const KEY_ICON: Record<string, string> = {
};
if (isMac) {
KEY_ICON[Key.META] = "⌘";
KEY_ICON[Key.SHIFT] = "⌥";
KEY_ICON[Key.ALT] = "⌥";
}
export const CATEGORIES: Record<CategoryName, ICategory> = {