mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Fixed Linux TypeStr() function double quote
This commit is contained in:
parent
5f77def0e4
commit
422f8fdc88
@ -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