After editing a cell in a spreadsheet, the user presses Enter and the active cell is moved down the the next row. In other words, if the user presses Enter in cell F7, then cell F8 will be selected. This is the same behavior as Excel.
However, suppose I want to move the cell to the right, instead of moving down, such that G7 would be selected after pressing enter on F7. How can I handle the SS events to implement this behavior?