April 26, 2012
5:28 p.m.
Most of Pharo's focus problems can be solved by simply flipping two preferences:
  Keyboard focus on mouse down  :::  set it false  (instead of true)   Lose keyboard focus when mouse leave  :::  set it true  (instead of false)
Well, the problem I have with that is that my mouse is on a slippery, uneven surface. Heh. So I only want mousing to mean something when I want it to. Heh. Figure THAT one out. No, with the hot keys I'm doing okay, except it'd be easier to have some kind of indication of focus. ===Blake===