Hi all, I like to implement a keyboard shortcut for, while editing any text, move the text pointer to the next position after $: .
Seems that the base of all text editing is the class #TextMorphForEditView. I see there there is an instance variable for the text. My problem is i can not find a method that tells/sets the current position in the text of the text pointer. I've tried going through the list of methods of #TextMorphForEditView and its superclasses. Also through the one of senders of #arrowRight trying to find the instantiation of #KMKeyCombination needed to implement the existing shortcut "ctrl + right arrow" which jumps to the next position after an space, but i found nothing. Best, Laura
