Anton Sharonov (ant0sha)

Results 18 comments of Anton Sharonov (ant0sha)

(By chance i was working on PR (#10687) to fix something after same commit.) Main difference in that commit (8.2.4803) was that instead of relying on WIN32 API TranslateMessage() call...

@salmanhalim, here I stop again to understand, because: ```0``` works for me in my w32 gvim 9.0.100, line is got all indent removed. What happens in your gvim if you...

> Can you try out PR #10814 to see if it fixes this? @brammool, I tried and unfortunately not: ```^_``` cannot appear from "unshifting" of ```^-```, since ```-``` is not...

> > Can you try out PR #10814 to see if it fixes this? > > @brammool, I tried and unfortunately not: `^_` cannot appear from "unshifting" of `^-`, since...

Seems to be this issue is duplicate of #10615

> [salmanhalim](https://github.com/salmanhalim) wrote: > Not to beat a dead horse some more, I found that my insert mode mappings with control-D work, but 0 doesn't. Admittedly, I haven't grabbed the...

> @LemonBoy @ant0sha Recently tried to create test case for this bug using new ```test_gui_w32_sendevent``` low level key press simulation mechanism, but it fails: internally whatever key code i simulate...

> Does this perhaps fix #10817 ? Unfortunately not, see my reply in #10817.

Hm, probably under CI there are no keyboard layouts available? That would explain why this test hangs under C I. No idea if layouts can be configured under CI somehow.