-
Notifications
You must be signed in to change notification settings - Fork 323
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
Unable to type less than and greater than symbols, types 3 and 7 instead #352
Comments
Very strange. This should work! I wonder what causes it. Question: When you type Sometimes this is caused by a bug in xdotool (which I have not found a solution for) for certain keyboard mappings. I do all my tests, unfortunately, with a US keyboard mapping, and folks with different locality/keyboard mappings experience issues that I do not. I'd love to get this fixed. If I test this on my workstation, it works as expected:
Can you attach the output of this command: Related issues: |
Here is the output of
I use xdotool in a script to Interestingly when I type setxkbmap before xdotool, I am able to get the right keys |
Closing this as doesn't look like its a issue with xdotool itself. I switched over to using interception-tools and things seem to be working. |
Minimal reproducible example
When trying to run
$ echo -n '<>' | xdotool type --clearmodifiers --file -
I would expect the output to be
<>
but instead I get37
as the output.The outputs for
type
ing<
and>
are 3 and 7 respectively.Version : 3.20210804.2
As a matter of fact, I faced this issue even with 3.20160805.1 , and I assumed that upgrading would fix it.
--
Paul
The text was updated successfully, but these errors were encountered: