I have installed xdotool
(version 3.20150503.1) in Ubuntu Server 16.04 "Xenial Xerus" LTS (64bits). When I send the command:
xdotool type test
The result is:
TEST
The same with xdotool keydown shift type test
, and by manually pressing the SHIFT key.
I used xdotool
in Raspbian and had no problem with it.
Any ideas?