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
Sometimes, you may want to have two keys do the same thing. Currently, the best way to achieve this behavior is to abstract the functionality into an alias, and have both keys execute that alias. However, it would be cleaner if instead, we could just set the values of both keys simultaneously, like so:
{ X, Y } = 'A'
The text was updated successfully, but these errors were encountered:
Sometimes, you may want to have two keys do the same thing. Currently, the best way to achieve this behavior is to abstract the functionality into an alias, and have both keys execute that alias. However, it would be cleaner if instead, we could just set the values of both keys simultaneously, like so:
The text was updated successfully, but these errors were encountered: