mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix keyboard shortcut icons on macOS (#7869)
This commit is contained in:
parent
8fccef86d8
commit
d79d5ceeac
@ -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> = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user