Hello,<br><br>On 3.9, there's this cute new Morph called WindowSwitcher which implements a Windows-like alt-tab popup for selecting open windows. To activate it, press alt-w.<br><br>However, there's a bug. <br><br>The pop up will only go away during a keyUp event when neither the control key nor the command key is pressed (see WindowSwitcher&gt;&gt;keyUp:), however, I never see a keyUp event when the command key is released on my machines running Linux. So, for now, you have to do:
<br><br>alt-w&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;activate the pop-up&quot;<br>w.. w.. w&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &quot;pick the window before the one you want&quot;<br>release alt &nbsp;&nbsp; &quot;no effect&quot;<br>w&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;move to the desired window, and close the popup&quot;
<br><br>Is there a reason why keyUp: is not sent when I release the command key (or control, or shift for that matter)? Is this a VM bug?&nbsp; If it is, does this mean it is also happening on other platforms?<br><br>One other thing I noticed. InputSensor only implements Pressed methods for the modifier keys, but not Released, is that the cause of the problem?
<br><br>Duncan.<br>