Hello, I'd like to create a keyboard shortcut the executes the FrontEndToken "MoveNextCell". I realize that "MoveNextCell" is not fully integrated.
However, this works: FrontEndTokenExecute["MoveNextCell"] just as this does SelectionMove[EvaluationNotebook[], Next, Cell].
Modifying this Item[KeyEvent["Right", Modifiers -> {Shift}], "SelectNext"] to Item[KeyEvent["Right", Modifiers -> {Shift}], "MoveNextCell"] in SystemFiles/FrontEnd/TextResources/Macintosh/KeyEventTranslations.tr (Mac) doesn't work as expected (after restarting the FrontEnd).
Any ideas? Thanks, Craig