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
This needs fixing in egui, and then it'll be fool-proof. It'll take an egui release and a dependency version bump here for this to show up in demos, though.
We currently use the wrong symbol for
ctrl
. It's not the thin caret that we have on our keyboards (on the6
key), it's a wider, more geometric arrow.TODO
Update the text strings to use the correct unicode symbol
Tip: Maybe create a helper function for this to avoid hard coding the unicode symbol everywhere?
keyboard_shortcut(["ctrl", "command", "P")
=>⌘⇧P
?Reference
For reference, these are the correct unicode symbols (they can be copy/pasted)
Command (or Cmd) ⌘
Shift ⇧
Option (or Alt) ⌥
Control (or Ctrl) ⌃
Caps Lock ⇪
The text was updated successfully, but these errors were encountered: