12345678910111213141516 |
- package services
- //import (
- // "fmt"
- // "github.com/go-vgo/robotgo"
- // "strings"
- //)
- //func RunPycharm() {
- // names,err:=robotgo.FindNames()
- // namesStr:=strings.Join(names,",")
- // if !strings.Contains(namesStr,"pycharm64.exe") {
- // robotgo.ActiveName("pycharm64.exe")
- // }
- //
- // fmt.Println("Err:",err)
- //}
|