Apparently, Ctrl+left/rightArrow, which used to move to the previous/next word in an editor, now gets treated as a horizontal wheel event. The offending code is in #generateKeyboardEvent:, but I find it incomprehensible e.g. why is buttons bit shifted by 3? Why does Ctrl-leftArrow report different modifiers than Ctrl alone?
Before I dig in, is anyone familiar with Morphic events that can take a quick peek? Thanks. p.s. I thought we had replaced the event buffers with real objects ----- Cheers, Sean -- View this message in context: http://forum.world.st/Horizontal-Wheel-Events-Broke-Linux-Word-Jumping-tp4809342.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
