[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Cross-platform differences for CTRL keys (#456)

Nicolas Cellier notifications at github.com
Thu Dec 26 08:58:17 UTC 2019


I have fixed ctrl+a to ctrl+z on linux and mousewheels on windows (all meta bits are now set on all OS). Please check and report if we can close.

Note 1: If we want, we can also generate mousewheels events on windows (instead of arrow key+meta bits events), I opened a branch for that. But trackpads may generate way too many small deltas that overwhelm the image side event loop, so not sure it is ready. 

Note 2: for exotic ctrl+key, I'm afraid that it will be difficult to obtain consistent behavior cross-OS cross-keyboard...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456#issuecomment-569016505
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191226/7613320d/attachment.html>


More information about the Vm-dev mailing list