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 agree with @kieferrm 's approach--if we decide to keep the alt key approach.
We might also consider trying (just an idea) showing alternate commands for any area that is focused and/or hovered over when the Alt key is pressed (i.e. if you are focused in an editor group, any time the key is pressed you'd see the alternate commands).
This could be distracting each time you press Alt for say multi-cursor, but we seldom have alternate commands, and this may help with discoverability. I don't think people are holding down the alt key and hovering over each command to explore our UI, so this may help.
Testing #8197.
I experimented with the following
package.json
.When I want to use the alternative command, I first need to hover over the action and then I can press
Option/Alt
to see the alternative.For exploring the UI it would be more intuitive if both sequences work:
Option/Alt
Option/Alt
pressed and hover of menu actionsThe text was updated successfully, but these errors were encountered: