Open GoogleCodeExporter opened 9 years ago
You are telling it to send the same keys that trigger the script. To me, it
makes sense that it would get stuck in an infinite loop. It's similar to
writing code like this:
foo() { foo(); }
For a work-around, have it send_keys('<esc>+d'), which is the same thing in
emacs key bindings.
Original comment by Titan8...@gmail.com
on 1 Mar 2013 at 5:09
Original issue reported on code.google.com by
paul...@gmail.com
on 5 Dec 2012 at 11:15