[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 9de5fe: Fix shift-tab on unix

Nicolas Cellier noreply at github.com
Tue Dec 24 09:33:05 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 9de5feedffd4d860aa67212ee21c890f66e0f489
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9de5feedffd4d860aa67212ee21c890f66e0f489
  Author: Levente Uzonyi <leves at caesar.elte.hu>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M platforms/unix/vm-display-X11/sqUnixX11.c

  Log Message:
  -----------
  Fix shift-tab on unix

Shift-tab didn't generate a "key char event" on unix, because
XK_ISO_Left_Tab was not mapped in xkeysym2ucs4, so its unicode code
point was mapped to 0. Map it to tab (9).


  Commit: af24eab109c8c7dad23eae2219c0f54b85b65527
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/af24eab109c8c7dad23eae2219c0f54b85b65527
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M platforms/unix/vm-display-X11/sqUnixX11.c

  Log Message:
  -----------
  Merge pull request #457 from smalltalking/fix-shfit-tab-on-unix

Fix shift-tab on unix


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/4d9a39adfbf0...af24eab109c8


More information about the Vm-dev mailing list