[OpenSmalltalk/opensmalltalk-vm] 4e34e8: Do not convert keyboard event charCode to mac-roma...

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

[OpenSmalltalk/opensmalltalk-vm] 4e34e8: Do not convert keyboard event charCode to mac-roma...

Eliot Miranda-3
 
  Branch: refs/heads/Nuke_conversion_of_keyValue_to_MacRoman_on_win32
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 4e34e8a9298241fddc36ff7780189b94597e73ea
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4e34e8a9298241fddc36ff7780189b94597e73ea
  Author: Nicolas Cellier <[hidden email]>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Do not convert keyboard event charCode to mac-roman encoding

Image do not use such mac-roman encoding for ages.
On the contrary, images have to undo this translation by sending `macToSqueak` here and there which makes no sense.
We do not need this opensmalltalk VM to be compatible with 15-years old images. Let's clean-up.