Hello,
I'm playing around with some Python and tKinter and have been wrestling with the idea of an on-screen keyboard that outputs keys-pressed to a text field.
I'm familiar with calculators and button input, but would anyone have some thoughts on designing an on-screen keyboard? I'm thinking that I will need to create a button for each letter, then place that in a grid, and then for each key define a separate command link. Which would result in a wholeee lotta code.
Appreciate any and all thoughts.