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

[regression] AltGR issue #357

Closed
crile opened this issue Feb 12, 2019 · 8 comments
Closed

[regression] AltGR issue #357

crile opened this issue Feb 12, 2019 · 8 comments
Assignees
Labels

Comments

@crile
Copy link

crile commented Feb 12, 2019

Hi,

On a french keyboard, to type a pipe, we do AltGR+6. In the version 4.3.3_5, everything works fine.
But in the later version, this character appears ^[|.

It seems that it is some special character because It can't be erased properly.

I try to use CTRL+ALT+6, I obtains the same result.

This issue occurs with all AltGR+... combination.

Thanks

@hymkor hymkor self-assigned this Feb 12, 2019
@hymkor hymkor added the bug label Feb 12, 2019
@hymkor
Copy link
Collaborator

hymkor commented Feb 12, 2019

To support Linux, the package to read keyboard is replaced, but code is not enough to support AltGr.
I try to fix.

@hymkor
Copy link
Collaborator

hymkor commented Feb 12, 2019

Would you tell me for test ?

On French keyboard, by typing AltGr + 6 , | (pipeline mark) should be printed ?

@crile
Copy link
Author

crile commented Feb 12, 2019

Yes, AltGr + 6 prints |

@hymkor
Copy link
Collaborator

hymkor commented Feb 12, 2019

Thank you. I understand that the prefix code ^[ (\x1B:ESCAPE CODE) should not be inserted.

@hymkor
Copy link
Collaborator

hymkor commented Feb 12, 2019

@crile
Copy link
Author

crile commented Feb 12, 2019

Thanks, it is fixed (Tested with amd64 build).
That a quick answer, thanks again.

@hymkor
Copy link
Collaborator

hymkor commented Feb 12, 2019

Thank you for creating the issue and testing !

hymkor added a commit that referenced this issue Feb 12, 2019
@hymkor
Copy link
Collaborator

hymkor commented Feb 15, 2019

Fixed on 4.4.1_1

@hymkor hymkor closed this as completed Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants