Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upEVT_KEY_DOWN is not called for a non-English keyboard layout in Linux #1144
Comments
This comment has been minimized.
This comment has been minimized.
I can reproduce in wxWidgets. It has been reported before also: |
This comment has been minimized.
This comment has been minimized.
Pull request opened with fix: |
added a commit
to swt2c/Phoenix
that referenced
this issue
Jan 28, 2019
added a commit
to swt2c/Phoenix
that referenced
this issue
Jan 30, 2019
This comment has been minimized.
This comment has been minimized.
Fixed by #1150 |
RobinD42
closed this
Feb 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jenyay commentedJan 16, 2019
Operating system: Ubuntu 18.10
wxPython version & source: wxPython 4.0.4 self-build.
Python version & source: Python 3.6 stock
Description of the problem: EVT_KEY_DOWN is not called for a non-English keyboard layout (Russian layout for example) in Linux for TextCtrl and StyledTextCtrl. The problem is observed in Ubuntu, everything works under Windows.
Code for test:
Screenshot in Ubuntu (5 characters were entered, 2 events were triggered.):