"Click" the first row from the Search input box by pressing a key (Alt-Tab).
"Click" the first row from the Search input box by pressing a key (Alt-Tab).
bwill
Posts: 2Questions: 1Answers: 0
I apologize if this question has already been answered but I have searched without luck. As I filter the list from the Search text box, when the desired row becomes first in the table, I want to press a key (Alt-Tab) that will "click" the first row. Thanks for your help.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I don't think you can. You are not just talking about browser behavior, you are also talking about windows behavior. Alt-tab is used to tab between applications.
I set up one that works with a return key (which I think is more natural anyway)
http://jsbin.com/yifofu/edit?html,css,js,output
Absolutely perfect. I agree that the Enter key will be more intuitive. Thank you!