Exemplo n.º 1
0
// presses a key, if not already pressed. does not release
func press(k *gostwriter.K) {
	err := k.Press()
	guard(err)
}