Daniel Kochmanski
Daniel Kochmanski
Mind that the snipet above does prcisely what the old implementation did - discards all gestures except for chars. Here the operation is explicit. -------- Oryginalna wiadomość -------- 19...
This bug has assigned 100$ bounty: https://www.bountysource.com/teams/mcclim/bounties
it generally affects everything what takes keyboard input in McCLIM. You can render any character, but you can't type them. I suspect it's a trouble in `clx` (not a backend,...
Thanks! I can confirm, that this work for changing keyboard layout (but not keyboard mapping, `setxkbmap pl` for instance doesn't pick keyboard mapping to issue #\ś on `ALT-RIGHT + s`)....
Created a few issues on CLX: https://github.com/sharplispers/clx/issues/53 (pull request: https://github.com/sharplispers/clx/pull/54) https://github.com/sharplispers/clx/issues/55 (maybe related: https://github.com/sharplispers/clx/issues/56)
Cleaned up and merged pull request which make McCLIM input obey keyboard layout set with `setxkbmap` asynchronusly at runtime by the user from another process (i.e terminal).
We are in luck here, because I'm also CLX contributor and have PR accept permission there too
Hey. The acceptance criterium is: Technical perspective: - [ ] implement xkb extension in CLX - [ ] integrate if necessary with McCLIM Expected behavior: - [ ] I can...
it seems that your ttf fonts are not loaded for one reason or another. I don't have currently access to Windows machine, so I can't reproduce the issue. On Windows...
Mind, that I've picked for this demo a character which was not contained in dejavu font at the time to test, that rectangles for characters without glyphs are used. I've...