On Win32 (german locale) I can not interrupt 

  (Delay forSeconds: 10) wait. 1 inspect

when using NBCog.exe as a VM.

Even when I set a new key like ";" (without ALT) I can not
interrupt the delay. 

 |handler|
 handler := UserInterruptHandler new setInterruptKeyValue: ($; asciiValue).
 handler registerIn: InputEventFetcher default.
 (Delay forSeconds: 10) wait. 1 inspect

I can not interrupt with ";" while the delay is waiting. But it interrupts
aftewards when I hit ";". 

I'm not sure it is really a locale problem as described in

 http://code.google.com/p/pharo/issues/detail?id=6688

When I try 1.4 one click I have the same problem - the delay
is not interruptable.

When I try 1.3 one click I can interrupt. Can it be related
to switching to Cog VM starting from 1.4?

Bye
T.

Reply via email to