Control keys in streamlit

In fact, sometimes it would be very convenient to organize the keyboard feedback!
For example, quickly change the x, y coordinates of a point using the keys.
It seems to be a non-trivial task, is there an example to do this?

Hi @AI_NORN -

I’m not sure I understand your question here. Are you looking to be able to edit data points from the Streamlit app window?

Best,
Randy

Rather, I want to be able to give commands with keys from the keyboard.
I could not achieve this with standard python modules (keyboard).
Is it possible to give commands from the keyboard (instead of pressing buttons, etc.)?