I'm currently "programming" a simple calculator in Python, created all the labels and the general "outlook" of the calculator.
I need to create binding functions so that when a label e.g. "1"
is pressed it is added to the string that is to be executed.
I know how to create a binding function that emulates all three button clicks (), enter and left and right arrows but I have no idea how to define the numbers and symbols, so, if someone had a reference sheet with all the numbers, symbols and letters it would be great.