Hi
Is it possible to set the cursor position in a Tkinter Text widget? I'm not finding anything terribly useful yet.
The best I've been able to do is emit a <Button-1>
and <ButtonRelease-1>
event at a certain x-y coordinate, but that is a pixel amount, not a letter amount.
Any help would be welcome, Thanks