Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shift-tab on unix #457

Merged

Conversation

nicolas-cellier-aka-nice
Copy link
Contributor

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

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).
@nicolas-cellier-aka-nice nicolas-cellier-aka-nice merged commit af24eab into OpenSmalltalk:Cog Dec 24, 2019
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 23, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 23, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 29, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 29, 2021
…thod [ freeTreeNodesDo: ] KILLED by 28/234 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…ver with false ] on method [ popObjStack: ] 14 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…er with false ] on method [ popObjStack: ] 14/14 test case are EQUIVALENT
guillep added a commit to tesonep/opensmalltalk-vm that referenced this pull request May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants