I keep finding ways to map the backspace key differently, but that's not what I'm after.
I'm in a program writing a python code, and basically I want to write a line of code that causes the program to think someone just hit the Backspace key in the GUI (as the backspace key deletes something)
How I would code in a backspace key stroke?
<BackSpace>
event. It's hard to help you any more unless you tell us what framework you've written your GUI in. – Clothier