go-vgo / robotgo

RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
Apache License 2.0
9.6k stars 879 forks source link

TypeStr show error for chinese punctuation. #598

Closed GetcharZp closed 1 year ago

GetcharZp commented 1 year ago
title := `机器学习:改变世界的智能革命`
robotgo.TypeStr(title)
// output
// 机器学习::变世界的智能革命

Description

When Chinese Punctuation appears, the character immediately following the end automatically becomes the Punctuation ...

GetcharZp commented 1 year ago

I'm sorry, It's not show always.