package main import ( "fmt" hook "github.com/robotn/gohook" ) func main() { add() low() } func add() { fmt.Println("--- Please press ctrl + shift + q to ...
確定! 回上一頁