|
|
I use two different keyboard layouts and switch between them using both
shift keys. With this setup xdotool does not reliably output the right
characters when I use the "type" command.
Use these steps to reproduce:
1. $ setxkbmap -option grp:switch,grp:shifts_toggle se,us
2. $ xdotool type ";"
3. (now press both shift keys to switch layout)
4. $ xdotool type ";"
Depending on the layout used xdotool will either output ";" or "<". It
should of cource (right?) output ";" each time.
I am using xdotool-20090612 running under Ubuntu 8.04.
Thanks!
/Mathias
|