pawelchcki / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

2 bugs in xdotool type #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(context: I was implementing a copy-paste via keyboard)

What steps will reproduce the problem?

1. xdotool type "`cat clip.txt`"   with clip.txt containing returns
2. xdotool type "`cat clip.txt`"   with clip.txt starting with --

What is the expected output? What do you see instead?

1: expect text with returns. but they are skipped.
2: expect text starting with --. but this is skipped.

What version of the product are you using? On what operating system?

xdotool-2.20110530.1  on linux

thanks !

Original issue reported on code.google.com by fabrice....@gmail.com on 30 Jan 2015 at 6:21