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

Keyboard shortcuts help topic references inexistent class #5653

Closed
ericbrandwein opened this issue Feb 10, 2020 · 3 comments
Closed

Keyboard shortcuts help topic references inexistent class #5653

ericbrandwein opened this issue Feb 10, 2020 · 3 comments

Comments

@ericbrandwein
Copy link
Contributor

The subtopic 'Browser Shortcuts' has a DoIt that uses KMDescription, which doesn't exist. Changing it for KMDescriptionPresenter seems to work.

@welcome
Copy link

welcome bot commented Feb 10, 2020

Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo

GitHub
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo

@kasperosterbye
Copy link
Contributor

Thanks Eric.

Unfortunately that help system need more than a little repair as it is seriously outdated. The page you refer to states (if I am not mistaken):

There are many keyboard shortcuts available in Pharo:

  • A full list is available in the System Browser by clicking the window menu button (the triangle) at the top right of the browser title, and selecting the 'Shortcuts Description' menu item. >Alternatively you can evaluate (cmd-d) the following code now:

KMDescription new categories: #(NautilusGlobalShortcuts); openWithSpec.

  • Shortcuts are typically multi-key combinations, where you hold a modifier key and press the listed secondary key. For example if something is listed as CMD-F, CMD-C you would press and hold the CMD key while typing F and then C

  • The modifier key varies between platforms:

  • Windows = CTRL

  • Mac/OSX = CMD

  • Linux = CTRL

  1. The triangle in the browser do not give the list
  2. It is KMDescriptionPresenter as you say
  3. There is no longer as subsystem called Nautilus

@kasperosterbye
Copy link
Contributor

Should this specific issue be fixed, should we remove (or deprecate) topics which are no longer up to date, or should the whole help browser be removed because so many topics are outdated?

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

No branches or pull requests

3 participants