pit-ray

Results 157 comments of pit-ray

@gilbh @Salted-Bread I'll prepare the same virtual environment as yours and test it. Please wait a moment.

I'm sorry for my late reply. I have not been able to reproduce this yet. In previous versions, I have had silent crashes, but not at all recently. It may...

@romek-dev Sorry for my late reply. The second error says the values of some parameters are invalid (cannot be understood as numbers) since the stoi function is only used in...

@soluty The following settings are available as commented in https://github.com/pit-ray/win-vind/issues/177#issuecomment-1684182255 . ```vim enmap {} enmap {} # left ctrl and right ctrl enmap {} # left alt only ``` Thanks.

@mangost If it disappears when other win-vind processes are terminated, does that mean you are calling it from AHK or something like `win-vind.exe -c ""`? Since EasyClick uses a low-level...

You can customize all key mappings of win-vind. As shown in the [cheat sheet](https://pit-ray.github.io/win-vind/cheat_sheet/defaults/tiny/#complex-mouse-controls), the `FF` is defined as ``. Therefore, please try `gnnoremap ` in your .vindrc. Thanks.

This may be a similar problem to #142, but win-vind intentionally does not recognize any input other than the physical keyboard to avoid infinite deadlocks with its own generated key...

I haven't found the solution for an whitelist for key messages yet. If you can contributes the development of win-vind using C++, the [CONTRIBUTING.md](https://github.com/pit-ray/win-vind/blob/master/CONTRIBUTING.md#to-development) document will help you. In [this...

Yes, you can use only the EasyClick feature with the optimized performance. I show the sample .vindrc in the below. ```vim version tiny set initmode=i " Insert mode " Overwrite...

@kwonoj I don't know if I caught your question correctly, but now easyclick is an independent command ``, not `, etc. https://pit-ray.github.io/win-vind/cheat_sheet/functions/#easyclick As with Vim, you can define the user-defined...