根据操作系统显示正确修饰键的键盘快捷键
It is becoming increasingly common to add various keyboard shortcuts to websites and applications for ease of use. Some of the very common shortcuts are ⌘ + K for quick chat or search, ⌘ + Enter for submit/Send, ⌘ + B for toggling the side navigation, ⌘ + B/I/U for bold, italic, and underline in any rich text editor, and there are tons of them, from changing the theme to opening help support.
为了便于使用,在网页和应用程序中添加各种键盘快捷键正变得越来越普遍。一些非常常见的快捷键包括:⌘ + K 用于快速聊天或搜索,⌘ + Enter 用于提交/发送,⌘ + B 用于切换侧边导航,⌘ + B/I/U 用于在任何富文本编辑器中加粗、斜体和下划线,还有大量的其他快捷键,从更改主题到打开帮助支持。
The engineers developing applications mostly use MacBooks, and to convey a shortcut, many simply end up hardcoding the ⌘ symbol or the text “CMD” for the modifier key. However, most consumers don’t use macOS; they use Windows, and Windows doesn’t have a ⌘ symbol or a CMD key, so it can be confusing for Windows users who aren’t from an engineering background. If a software engineer is using a Windows machine, they will understand that ⌘ is meant to convey Ctrl; however, not everyone is a software engineer. In fact, according to StatCounter data, if we look at the worldwide desktop operating system market share, 71.18% of users are on Windows machines.
开发应用程序的工程师大多使用 MacBook,为了传达快捷键,许多人最终直接硬编码 ⌘ 符号或修饰键的文本“CMD”。然而,大多数消费者并不使用 macOS;他们使用的是 Windows,而 Windows 没有 ⌘ 符号或 CMD 键,因此对于没有工程背景的 Windows 用户来说,这可能会造成困惑。如果软件工程师使用的是 Windows 电脑,他们会明白 ⌘ 是用来表示 Ctrl 的;然而,并非每个人都是软件工程师。事实上,根据 StatCounter 的数据,如果我们查看全球桌面操作系统市场份额,71.18% 的用户使用的是 Windows 电脑。

About once a week I open my Gaming PC to play some video games and I thought about testing some of the common websites to see if they handle CMD/⌘ key based on platform and I found that not every website change modifier according to the platform, let me show you some examples through screenshots which I took on my Windows PC where even on a Windows machine I can see CMD/⌘.
大约每周一次,我会打开我的游戏 PC 玩一些电子游戏,我想到测试一些常见的网站,看看它们是否根据平台处理 CMD/⌘ 键,我发现并不是每个网站都会根据平台更改修饰键,让我通过在我的 Windows PC 上截取的一些屏幕截图向你展示一些示例,即使在 Windows 电脑上,我也能看到 CMD/⌘。
Example 1
示例 1
This is an ...