Pharo Keyboard Shortcuts

Adapted from http://news.squeak.org/2007/01/26/looking-for-a-shortcut/


  1. copy – (x) cut – (v) paste (d) do it – (p) print it – (i) inspect it – (I) explore it (s) accept – (L) cancel

  2. browse it

  3. senders of it - (m) implementors of it –

  1. method strings with it…
  1. undo – (j) do again (replace) (G) file it in – (o) spawn

Mercury find box syntax

Foo “browse class”

foo “implementors…”

#Foo “refs to class”

#foo “senders…”

Foo* “find a class (substring match)”

foo* “find a method (substring match)”

‘foo’ “find a string literal” —- finds strings in comments too, which is great … only it doesn’t seem to be working with comments ATM (Pharo 1.3)