Comment #1 on issue 4988 by
[hidden email]: Capturing
redButtonPressed and controlKeyPressed
http://code.google.com/p/pharo/issues/detail?id=4988Here is a little resume of the mouse events behavior over linux vm:
ctrl + click
type: mouseDown buttons: 1 - blue button pressed
type: mouseUp buttons: 16 - has ctrl
alt + click
Nothing
shift + click
type: mouseDown buttons: 12 - has shift - red button pressed
type: mouseUp buttons: 8 - has shift
Ctrl + Shift + Click
type: mouseDown buttons: 26 - has ctrl - has shift - yellow button pressed
type: mouseUp buttons: 24 - has ctrl - has shift
Alt + Shift + Click
type: mouseDown buttons: 73 - has cmd - has shift - blue button pressed
type: mouseUp buttons: 72 - has cmd - has shift
Ctrl + Right click
type: mouseDown buttons: 18 - has ctrl - yellow button pressed
type: mouseUp buttons: 16 - has ctrl
Alt + Right Click
type: mouseDown buttons: 66 - has cmd - yellow button pressed
type: mouseUp buttons: 64 - has cmd
Shift + right click
type: mouseDown buttons: 10 - has shift - yellow button pressed
type: mouseUp buttons: 8 - has shift
Ctrl + Shift + right click
type: mouseDown buttons: 26 - has ctrl - has shift - yellow button pressed
type: mouseUp buttons: 24 - has ctrl - has shift
Alt + shift + right click
type: mouseDown buttons: 74 - has cmd - has shift - yellow button pressed
type: mouseUp buttons: 72 - has cmd - has shift
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker