Setup: Win 2004 + WSL (Ubuntu) + VcXsrv When I press the right enter key (part of the numpad), only keyDown and keyUp events are recorded by the VM, but not any keystroke event. The left enter key, however, works fine, and so does the right enter key on Windows do. Using I don't have a real Linux machine available at the moment. Can someone tell whether the issue also exists without VcXsrv? In general, running Squeak works fine with this setup. However, some keys are not mapped correctly. First, I thought this would be a problem of VcXsrv (and partially, this is also true), but then I recognized that gedit recognizes the right enter key correctly through VcXsrv, so this appears to be a problem of OSVM indeed. In sqUnixX11.c, apparently EventKeyDown and EventKeyChar events are always generated together with one exception: So either Looking forward to your help, — |
Hey all, just another issue in connection with VcXsrv: On my German QWERTZ keyboard, the circumflex key ( I recorded the following keyboard event trace when pressing "dead_circumflex , space" in Squeak/VcXsrv:
For comparison, in Squeak on Windows, the same keyboard input looks like this:
Again, it would be great if someone else with a native Linux installation could give some feedback about the behavior with a Qwertz keyboard without VcXrvc emulation. — |
Free forum by Nabble | Edit this page |