Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeStr writes wrong characters #640

Open
1 of 3 tasks
l16r opened this issue Jan 21, 2024 · 0 comments
Open
1 of 3 tasks

TypeStr writes wrong characters #640

l16r opened this issue Jan 21, 2024 · 0 comments

Comments

@l16r
Copy link

l16r commented Jan 21, 2024

  • Robotgo version (or commit ref): v0.110.0
  • Go version: 1.21.5
  • Gcc version: 13.2.1
  • Operating system and bit: Linux x86_64
  • Resolution: 1920x1080
  • 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.TypeStr("test@example.org. https://example.org.")
}

Writes: testQexample.org. https:77example.org..

Description

When I use TypeStr with characters that are not letters, numbers or punctuation that does not need shift to be held down, it writes other characters (e.g. Q for @ or 7 for /).
I use a German keyboard layout (de).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant