Feature in Events and Announcements: 1. Pharo Image
• You are subscribed to this case
The opensmalltalk-vm now turns a mouse wheel event into all meta bits+cursor key, rather than control+cursor key. (See commit d964e7448494bffdb07a16c4caaa97f861745e70). This means that a movement of the horizontal mouse wheel (on e.g. an Apple mouse) can now be distinguished from the control+cursor left/right keyboard shortcuts.
The generateKeyboardEvent: method of HandMorph should be fixed to turn all meta bits+cursor left/right into a horizontal mouse wheel event.