Open
Description
- Robotgo version (or commit ref): v1.0.0-beta5.2
- Go version: 1.18.3
- Gcc version:
- Operating system and bit: ChromeOS 102.0.5005.75 (Official Build) (64-bit)
- Resolution: 2560x1280
- Can you reproduce the bug at Examples:
- Yes (provide example code)
- No
- Not relevant
- Provide example code:
package main
import (
"github.com/go-vgo/robotgo"
)
func main() {
robotgo.KeyTap("p", "ctrl");
}
- Log gist:
Description
Tried using linux in ChromeOS (Crostini) and it does not work for simulating keyboard presses. Wonder if this is possible?
Error:
load_input_helper [1883]: XkbGetKeyboard failed to locate a valid keyboard!
...
Activity