[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fix shift-tab on unix (#457)

Nicolas Cellier notifications at github.com
Tue Dec 24 09:30:14 UTC 2019


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).

On behalf of Levente
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/457

-- Commit Summary --

  * Fix shift-tab on unix

-- File Changes --

    M platforms/unix/vm-display-X11/sqUnixX11.c (5)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/457.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/457.diff

-- 
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/pull/457
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191224/e123c5bb/attachment.html>


More information about the Vm-dev mailing list