Open GoogleCodeExporter opened 9 years ago
Use 'xev -event keyboard', unless you want to enter keys that you cannot
actually type using your keyboard. In the latter case, use
grep "XK_" /usr/include/X11/keysymdef.h|sed 's/ XK_/ /g' (for most normal
keysyms)
or
grep "XK_" /usr/include/X11/XF86keysym.h|sed 's/XK_//g' (for 'multimedia
keyboard' keysyms)
Original comment by fintic...@gmail.com
on 23 Dec 2013 at 3:55
It would be nice to have this information included in the manpage.
Original comment by bobp...@gmail.com
on 17 Sep 2014 at 5:35
[deleted comment]
The value for enter key is 'Return'. And you need to put back-ticks (the key
below Esc) on either side of echo hello
So try
xdotool type `"echo hello"`
xdotool key Return
and this gives the required result
Original comment by V.Nith...@gmail.com
on 21 Nov 2014 at 3:04
Original issue reported on code.google.com by
pkts...@gmail.com
on 21 Nov 2013 at 6:19