I\'ve got a WPF view with two textboxes.I\'d like to automatically move focus forward from the first textbox to the second when the user hits the down arrow on the keyboard exactly like Tab does.
I\'m making a simple calculator. I\'ve added an event listener and a console.log() to print my event and see what happens, but I\'ve noticed that it only fires when I click on the calculator again.