The beginner way ------ 1. Open Pharo 6 2. Go to Welcome window 3. Go to Keymap Browser tab 4. Right click on a shortcut entry (for example global shortcut for close window) 5. Choose Inspect Action 6. Go to Source Code tab 7. Profit
The Pharo coder way ---- Or go to SystemWindow class >> buildShortcutsOn: or got to NautilusWindow class >> build....ShortcutsOn: (any method will do) or search for any method using the <keymap> pragma On Sat, Dec 9, 2017 at 12:06 PM Prof. Andrew P. Black <bl...@cs.pdx.edu> wrote: > > On 9 Dec 2017, at 07:44 , Dimitris Chloupis <kilon.al...@gmail.com> wrote: > > Making shortcuts in Pharo is no big deal, if 10% of people asking for > Emacs or vim shortcuts bothered creating just 10 shortcuts each we would > have by now at least 100 Emacs shortcuts in Pharo. When one say that needs > something that He or she is not willing to do even 1% of its work, then he > does not need it enough for others to bother. > > > In September, I posted an Issue on pharo.fogbuz > <https://pharo.fogbugz.com/f/cases/20466/Keyboard-Shortcuts>: making > keyboard shortcuts for the Pharo Smalltalk editor is not easy, but should > be. No one has responded to that issue saying that it really is easy, and > explaining how to do it. So if you know, I invite you to work on this > issue. tl;dr: I though that it was easy too, but after spending a couple > of days trying to figure it out, gave up. > > If 10% of the energy expended in this thread had gone into fixing open > issues, then Pharo would be getting better every day. >