You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected Ctrl to be rendered instead of ^ Ctrl on the standard KeyComboTag. This is because ^ icon doesn't mean much to windows users so it is unnecessary here
A bigger issue is on the minimal version, I expected Ctrl A instead of ^ A because the latter would be completely unreadable for most windows users as they would have no idea what the ^ icon means
Environment
Code Sandbox
Link to a minimal repro (fork this code sandbox):
Steps to reproduce
N/A
Actual behavior
^
is rendered instead ofCtrl
on Windows.Expected behavior
I expected
Ctrl
to be rendered instead of^
.Possible solution
Check for
mod
instead ofmeta
here?The text was updated successfully, but these errors were encountered: