--- Begin Message ---Hi Stef, I was wrong, the descriptions exist in the Keymap Browser, but their shortcut name are "next" and "previous". A better name is #goBackInTheNavigationHistory and #goForwardInTheNavigationHistory so the selector could be NautilusUI class>>buildHistoryShortcutsOn: aBuilder <keymap>(aBuilder shortcut: #goBackInTheNavigationHistory) category: #NautilusGlobalShortcuts default: $[ meta shift do: [:target| target previous ] description: 'Go back in the navigation history.'. (aBuilder shortcut: #goForwardInTheNavigationHistory) category: #NautilusGlobalShortcuts default: $] meta shift do: [:target| target next ] description: 'Go forward in the navigation history'. Davide stepharo wrote > Hi Davide > > add them to the description and send us a fix. > > Stef -- View this message in context: http://forum.world.st/Shortcuts-for-navigation-history-in-Pharo5-tp4906689p4906871.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
--- End Message ---
Re: [Pharo-users] Shortcuts for navigation history in Pharo5
Davide Varvello via Pharo-users Mon, 18 Jul 2016 01:15:59 -0700
- [Pharo-users] Shortcuts for navigation his... Davide Varvello via Pharo-users
- Re: [Pharo-users] Shortcuts for navig... Davide Varvello via Pharo-users
- Re: [Pharo-users] Shortcuts for n... Nicolai Hess
- Re: [Pharo-users] Shortcuts f... Davide Varvello via Pharo-users
- Re: [Pharo-users] Shortcu... stepharo
- Re: [Pharo-users] Sh... Davide Varvello via Pharo-users
- Re: [Pharo-users... Ben Coman
- Re: [Pharo-u... stepharo