Feb. 23, 2011
12:56 p.m.
Comment #5 on issue 3742 by Benjamin...@gmail.com: MorphTreeMorph keyStroke: send Event object instead of Character http://code.google.com/p/pharo/issues/detail?id=3742 The major problem with giving only a character as parameter is that you can't know if the key stroke was Cmd-p or Ctrl-p (even if most of the Ctrl-XXX event are magically transformed on the fly by the system ...)