Skip to content

ChromeOS Support #508

Open
Open
@mikob

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions