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
With #2927, Key is now a high-level class that we should encourage developers to use vs. partying on KeyCode at a low level. All classes that have HotKeys or ShortCuts or other things that specify key strokes should use Key and not KeyCode or Rune or char.
Menu is a great example of this.
This is not super high priority though.
The text was updated successfully, but these errors were encountered:
With #2927,
Key
is now a high-level class that we should encourage developers to use vs. partying onKeyCode
at a low level. All classes that haveHotKey
s orShortCuts
or other things that specify key strokes should useKey
and notKeyCode
orRune
orchar
.Menu
is a great example of this.This is not super high priority though.
The text was updated successfully, but these errors were encountered: