Enter-to-Tab in WPF
Like many users of line-of-business applications, my own users just can't understand the Tab key. For them, pressing Enter on the keyboard shouldn't submit a form, it should just move their focus to the next control. Back in the Windows Forms days there was a neat way to achieve this functionality: You...