Was taking a look in my image and followed references to Character alt or ctrl and found the hooks, but changing them wasn't working.

Remembered now that there is a Keymap Browser under World/System/Keymap Browser
You could try looking at that or wait until someone that knows responds...

Cheers
Carlo



On 16 May 2015, at 1:32 AM, Avdi Grimm <avdi@avdi.org

wrote:

I'd be totally cool with Alt-Left/Right. I just want *something* so I don't have to lift my hand just to switch from e.g. Browser to Playground and back.

On Fri, May 15, 2015 at 7:23 PM Nicolai Hess <nicolaihess@web.de> wrote:
2015-05-16 1:11 GMT+02:00 Carlo <snoobabk@gmail.com>:
On my 

Pharo4.0
Latest update: #40609

Pressing Alt-Tab brings up a debugger. Debugging the method shows:

But this does not work for Pharo on Windows . On windows alt+tab always switches between active applications.
There was some code on older versions of pharo, that uses alt+left arrow/right arrow instead of alt+tab for
the windows vm

 

newPreviewMorph
"Answer a new preview holder."
self halt.
^ Morph new
color: Color transparent;
extent: self defaultPreviewExtent;
yourself.


On 16 May 2015, at 1:09 AM, Avdi G<Screenshot 2015:05:16, 1:11 AM.png>rimm <avdi@avdi.org> wrote:



On Fri, May 15, 2015 at 7:06 PM Carlo <snoobabk@gmail.com> wrote:
Removing the 'self halt' still works though.

Can you give me a little more detail about where to find this? Thanks!