[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 23cbc6: Backport Pharo solution of doing fake key down for...

GitHub noreply at github.com
Wed Mar 15 15:51:03 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 23cbc6645f07583d5047dc77757e72b350756848
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/23cbc6645f07583d5047dc77757e72b350756848
  Author: johnmci <johnmci at smalltalkconsulting.com>
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
    M platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m

  Log Message:
  -----------
  Backport Pharo solution of doing fake key down for modifier keys. Maybe a better solution than generating fake mouse event. Still it does not generate a keyUp, but image side should reflect the modifier value (say for shift) Also with image support know the difference between left/right shift.


  Commit: ec381da521b3203acbbbf8bccc6e8801fcfc01f6
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ec381da521b3203acbbbf8bccc6e8801fcfc01f6
  Author: johnmci <johnmci at smalltalkconsulting.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m

  Log Message:
  -----------
  Merge branch 'JMM/CMDKey' into Cog

* JMM/CMDKey:
  Backport Pharo solution of doing fake key down for modifier keys. Maybe a better solution than generating fake mouse event. Still it does not generate a keyUp, but image side should reflect the modifier value (say for shift) Also with image support know the difference between left/right shift.


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/34460370a1fa...ec381da521b3


More information about the Vm-dev mailing list