Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad description for shortcuts in the source code #11816

Closed
DanielCamSan opened this issue Oct 21, 2022 · 1 comment · Fixed by #11865
Closed

Bad description for shortcuts in the source code #11816

DanielCamSan opened this issue Oct 21, 2022 · 1 comment · Fixed by #11865

Comments

@DanielCamSan
Copy link
Contributor

Describe the problem
When you right click in a selected code in a method in system browser you can access to Source code option (cmd + t), then you can access to a menu to do action with the sources code, nevertheless the description of the shortcuts are not so clear and good for doing that actions for example: For "select method package" the shortcut is "cmd + e, cmd + p", but actually the right shortcut is "cmd + e + p" that do the action.
Proposal
I am expecting that the shortcuts that require more than one key should be written like cmd(or Ctrl for windows) + FirstKey + SecondKey + .... . and not cmd(Ctrl for windows) + FirstKey, cmd(Ctrl for windows) + SecondKey + .... .

  • Version [e.g. Pharo 11.0]

image

@demarey
Copy link
Contributor

demarey commented Nov 8, 2022

maybe we should also revisit the keymapping model to better model this use case? @guillep WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants