It was CTRL + tab in the Pharo 1.4 This hack was to override Morph>>tabKey: event in that execute a new method block [ World tabOpenWindows: event ]. PasteUpMorph>> *tabOpenWindows: aKeyboardEvent* * * *| currentFocus index |* * * *currentFocus := aKeyboardEvent hand keyboardFocus.* *SystemWindow noteTopeWindowIn: self.* *System topWindow sendToBack.* this did work well in 1.4 but in 2.0 there is an override to key handling with KMDispatcher >> dispatchKeystroke: aKeyEvent that not so clearly ends up handling CTRL+tab Need to check and revert if that hack can be plugged on to 2.0 trivially. On Thu, Apr 4, 2013 at 3:50 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 04 Apr 2013, at 12:17, S Krish <krishnamachari.sudhakar@gmail.com> wrote:
I did a little hack to get that with CTRL+W. will need to dig out the hack code and can send it over..
OK, but doesn't that key combination close a window ? Anyway, looking forward to it.
On Thu, Apr 4, 2013 at 3:45 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote: Hi,
Is there a key combination to cycle through open windows ?
I am using Apple-Tab a lot to cycle between open applications on my Mac, and Apple-~ to cycle between open windows in one application. I would love to be able to do something similar inside Pharo.
9 changes out of 10 somebody already did this, maybe it is even in the image.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill