eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
78 stars 163 forks source link

Onboarding should use emojis for Ctrl, Command and Shift #674

Open vogella opened 1 year ago

vogella commented 1 year ago

According to https://github.com/eclipse-platform/eclipse.platform.ui/pull/299#discussion_r1012748217

Would be very cool and VSCode like if the new onboarding could use emojis for Ctrl, Command and Shift

Screenshot belong, Eclipse looks not as fancy with its command compared to VSCode.

image

cc @mickaelistria @marcushoepfner @BeckerWdf

marcushoepfner commented 1 year ago

At least on MacOS we see e.g. ⇧⌘ instead of SHIFT+COMMAND. Like in the key bindings. But also as plain text.

Screenshot 2023-03-31 at 12 03 28

You would like to see the onboarding shortcuts as kind of keyboard keys, correct?

vogella commented 1 year ago

At least on MacOS we see e.g. ⇧⌘ instead of SHIFT+COMMAND. Like in the key bindings. But also as plain text.

Screenshot 2023-03-31 at 12 03 28

You would like to see the onboarding shortcuts as kind of keyboard keys, correct?

Yes

BeckerWdf commented 1 year ago

You would like to see the onboarding shortcuts as kind of keyboard keys, correct?

Yes

We should show the keybindings just like we show them in the menu entries / the "Keys" preference page. How are they shown on Windows there?