Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

pharo
Status: New
Owner: ----
Labels: Type-Bug Milestone-1.4 Milestone-2.0

New issue 6688 by [hidden email]: Cmd+. interrupt key unreachable on  
some keyboards.
http://code.google.com/p/pharo/issues/detail?id=6688

On a french notebook keyboard, the interrupt key cannot be generated. What  
is generated is allways Cmd+shift+ (at least under Linux).

To reproduce, change the interrupt key to $; and notice how interrupting  
becomes possible.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

pharo
Updates:
        Labels: -Type-Bug Type-Enh

Comment #1 on issue 6688 by [hidden email]: Cmd+. interrupt key  
unreachable on some keyboards.
http://code.google.com/p/pharo/issues/detail?id=6688

ok that should be made an option which can be easily changed.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

pharo

Comment #2 on issue 6688 by [hidden email]: Cmd+. interrupt key  
unreachable on some keyboards.
http://code.google.com/p/pharo/issues/detail?id=6688

So, as default on some locales, it won't work ?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

pharo

Comment #3 on issue 6688 by [hidden email]: Cmd+. interrupt key  
unreachable on some keyboards.
http://code.google.com/p/pharo/issues/detail?id=6688

On Win32 (german locale) I can not interrupt

   (Delay forSeconds: 10) wait. 1 inspect

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.

See discussion here

http://lists.gforge.inria.fr/pipermail/pharo-project/2012-November/071787.html


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6688 in pharo: Cmd+. interrupt key unreachable on some keyboards.

pharo
Updates:
        Status: Accepted
        Cc: [hidden email]
        Labels: -Milestone-1.4 -Milestone-2.0 Milestone-3.0 Target-Collection

Comment #4 on issue 6688 by [hidden email]: Cmd+. interrupt key  
unreachable on some keyboards.
http://code.google.com/p/pharo/issues/detail?id=6688

This is not new in 2.0. I'm tagging it for 3.0


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker