Use up and down arrow keys to select row on st.dataframe()?

Dear Support,

pycharm 3.1.x
streamlit 1.4.1

Can I use the up and down arrow keys to select rows in st.dataframe() instead of the mouse click selection? It’s faster. I want to highlight a row with the arrow keys and then run some code based on selected row content value. Any tips on how to do this? Thanks!