pit-ray

Results 157 comments of pit-ray

Thanks for sponsoring and information. Is the problem with AltGr, in Single Language Edition? Otherwise, AltGr may be caused by another fact that AltGr is LCtrl + RAlt compound key...

Sorry for my late reply. As discussed above, I assume that `imap ` does not work well because of the differences in the API specification for the Single Language Edition....

@canelhasmateus Hi. I was able to reproduce **AltGr Stuck**. This happens with `noremap` mapping using `` regardless of system language or keyboard layout. ## Key states observed from win-vind I...

@pukkancsanyo As mentioned [above](https://github.com/pit-ray/win-vind/issues/40#issuecomment-1100882222), mapping `jk`, etc. in inoremap will propagate to other applications. About the log, it seems that `switch_char_case` was used for an application where Unicode is not...

Thanks for the report. This is definitely a bug. I'll fix in 4.4.0-beta2.

It seems to me that `` in MS Word conflicts with shortcuts. Also, what version of win-vind do you have? Thanks.

Do you mean the highlighting that is selected and turns blue? A screenshot image would be helpful. I have not been able to reproduce it, so please try the portable...

I was able to confirm similar behavior with the current master. However, I am a bit puzzled as there is no problem with ``, etc. Need to do some detailed...

You can call `switch_window` after `to_insert` using the latest macro features like the following. ```vim inoremap switch_window ennoremap i ``` However, there seems to be a bug that triggering with...

Did the `` that I introduced work as well as you wanted it to? The conflict problem is in both `` and ``, because the trigger keys and the internal...