I have a stable copy of Kindle for PC running under Playonlinux and Espeak is configured and running well.
I want push a button and have it play the highlighted text in my kindle book. I'm trying to use the script
#!/bin/bash
xclip -o | xclip -selection clipboard -i
xclip -o | espeak
but it never picks up highlights in wine. So how do I link the clipboards/ grab highlighted text in wine?