mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Merge pull request #355 from go-vgo/bitmap-pr
Fixed Linux TypeStr() function input double quote
This commit is contained in:
commit
0e61a637be
@ -742,6 +742,9 @@ func ToUC(text string) []string {
|
||||
if st == "\\\\" {
|
||||
st = "\\"
|
||||
}
|
||||
if st == `\"` {
|
||||
st = `"`
|
||||
}
|
||||
uc = append(uc, st)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user