zbyna

Results 49 comments of 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: ![image](https://github.com/neovide/neovide/assets/3373705/bf443b32-2aab-424c-ba81-b1822fd747b9)

Seems like I have a similar problem, maybe the same: I run KeeWeb, then Firefox, when trying to use KeeWeb: ![](https://i.imgur.com/OHke2V0.png) after re-enabling this: ![](https://i.imgur.com/SgMmVHg.png) 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: ![obrazek](https://github.com/rust-windowing/winit/assets/3373705/1b3b1146-6aa5-49da-ae06-68c66f6079cc) 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...