Naturally it works on Windows see http://wiki.squeak.org/squeak/6005 for other comments. If the tasklist disappears on Mac then at some point then Sensor commandKeyPressed is returning false. I encourage your efforts that must, eventually come down to homogenising the VM keyboard handling. (see recent issues of Ctrl+ keys etc.) Regards, Gary ----- Original Message ----- From: "Sean P. DeNigris" <sean@clipperadams.com> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, November 07, 2011 11:04 PM Subject: Re: [Pharo-project] Task List
Sean P. DeNigris wrote:
when a modifier key is pressed (cmd, option, ctrl), InputEventSensor>>handleEvent: receives mouse events
In fact, as you can see below, letting up on the Cmd key is indistinguishable from moving the mouse #(1 3182055 1073 411 0 0 0 1) "mouse move event buffer" #(1 3183695 1073 411 0 8 0 1) "Cmd pressed event buffer" #(1 3183768 1073 411 0 0 0 1) "Cmd unpressed event buffer"
Sean
b.t.w. I'm using the Cog Carbon Jit vm from Jenkins with Pharo 1.3 rc
-- View this message in context: http://forum.world.st/Task-List-tp4014056p4014193.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.