KBLAutoSwitch icon indicating copy to clipboard operation
KBLAutoSwitch copied to clipboard

百分浏览器切换标签后总是自动切换回中文输入状态

Open wisenut2009 opened this issue 1 year ago • 4 comments

RT

很不方便,比如我在一个网页中输入英文,切换到其它标签或程序再返回后,总是自动切换回中文输入状态。在自动切换的屏蔽窗口列表中添加了也不管用。360极速浏览器不会马上切换回来,除非超过一定时间(看到选项中有相关项),这样体验好很多。

wisenut2009 avatar Feb 03 '24 09:02 wisenut2009

Instead of changing the global decoder configuration I added a ParseDecoder(decoder, initialBytes) method. Then you just pass a decoder with parameters you need there. initialBytes can be nil.

https://github.com/tkrajina/gpxgo/commit/d1bbf6a67993fcef1f7b27074cea4d88577808dc

tkrajina avatar Apr 21 '24 08:04 tkrajina