Fix keyboard shortcut icons on macOS (#7869)

pull/21833/head
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
1 changed files with 1 additions and 1 deletions

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> = {