Closed GoogleCodeExporter closed 9 years ago
There is no escape method for this, but you could do it with a script instead:
keyboard.send_keys("<code></code>")
keyboard.send_key("<left>", 7)
Original comment by cdekter
on 11 Jul 2011 at 11:26
Sorry, that didn't work for me, the keyboard.send_keys("<code></code>") throws
the same error as the phrase.
I did come up with a solution though, I'm assuming (without having looked at
the source) that any "<word>" combination is treated as a special key, so using
"<<space><backspace>word>" seems to escapes that.
e.g.:
< <backspace>code></code><left><left><left><left><left><left><left>
It's not very elegant though!
Original comment by deferred...@gmail.com
on 13 Jul 2011 at 9:46
Original issue reported on code.google.com by
deferred...@gmail.com
on 11 Jul 2011 at 3:42