I am looking to make a program that allows for individual keys to be used as a running tally (like the 'K' key is the integer '5') that continuously adds each integer, like if you press k, then immediately press k again, it will display 10. However, having almost no coding background, I would like to know if this is possible, and if so, how?