zbyna
zbyna
I dared to create fix in library: https://github.com/rust-windowing/winit/pull/3696 I have a feeling 🙂 I will need some sort of support. Thanks.
I give up https://github.com/rust-windowing/winit/pull/3696 , this behaviour is due to the winit design decision how to handle CTRL+char.
This table summarizes behaviour of the [fix ](https://github.com/rust-windowing/winit/pull/3696)I prepared: 
Seems like I have a similar problem, maybe the same: I run KeeWeb, then Firefox, when trying to use KeeWeb:  after re-enabling this:  everything works well. Log before...
OK. I will check on my Linux installation. I am out of my computer now.
My issue seems to be different: - I am using KeeWeb in ```AppImage``` format, it means that ```every single launch``` extract application to ```unique path in tmp``` directory - there...
I have a feeling it is needed to describe better (possibly 🙂 ) what I try to achieve in this PR. The goal is to force two keys with scan...
After digging info from [kbdlayout.info](uhttps://kbdlayout.info/rl) - only 98 from 215 keyboards use this key:  I prepared a new version based on ASCII code emitted by WM_CHAR. Tested as working...
EDIT: added table from log @fredizzimo Thanks. Log was created with this: - exe - https://github.com/zbyna/neovide/releases/tag/v0.13.1 - adjusted winit: https://github.com/zbyna/winit/tree/v0.29.x Log: Click to here. ``` TRACE [neovide] Neovide version: 0.13.1...